open-exchange-rates icon indicating copy to clipboard operation
open-exchange-rates copied to clipboard

Please see Documentation at https://openexchangerates.org to find code, examples and libraries for working with the Open Exchange Rates API

Results 6 open-exchange-rates issues
Sort by recently updated
recently updated
newest added

wget -O - http://openexchangerates.org/api/historical/2015-03-04.json?app_id= return empty result set { "timestamp": 1425510000 }

Hi, trying to make this request to your api: http://openexchangerates.org/api/historical/2015-01-22.json I receive the following json: { timestamp: 1421967600 } Requests for 2015-01-21 and 2015-01-23 work fine. UPDATE http://openexchangerates.org/api/historical/2015-01-22.json works fine...

Hi I've added sample code that show how you can use the open exchange rates api from csharp .net

Feel free to add this to your examples for Ruby. https://github.com/jahrichie/ruby-open-exchange-rates

Suggestions: - Move this to its own organization. Website is slick, not expecting to see this content in a personal repo - Big links from the website to this GitHub...