Post
Topic
Board Project Development
Re: [bitrade] New trading bot: request for comments
by
ryepdx
on 11/04/2011, 20:21:41 UTC
  • Add support for monitoring all currencies. Do you know about any good and free API to check currency exchange rates?

Yahoo! Finance delivers:
http://finance.yahoo.com/d/quotes.csv?e=.csv&f=sl1d1t1&s=USDEUR=X

The above will get you the USD to EUR exchange rate as a CSV file.

Note that this method of accessing the Yahoo! Finance dataset is deprecated. The new way is through YQL:
http://developer.yahoo.com/yql/