> I need to update my app. with live (daily) currency exchange rate
> information.  I used to do this by extracting information from a text
> base file posted to the internet by the IMF but it appears that they
> have now stopped doing this??  It struck me at the time that this was a

Try using "lynx" (or maybe curl) with this:
lynx -dump
"http://www.oanda.com/convert/classic?user=printable&exch=USD&value=1&expr=E
UR&date_fmt=us&date=12/06/04&lang=en"

and parse the info out of the results .. There's probably better sources for
this on-line if you look around ..
HTH
-Chuck
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to