Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created December 4, 2015 07:05
Show Gist options
  • Select an option

  • Save javaeeeee/9052665c76095efa2f5b to your computer and use it in GitHub Desktop.

Select an option

Save javaeeeee/9052665c76095efa2f5b to your computer and use it in GitHub Desktop.
An excerpt from currency exchange rate data returned by Open Exchange Rates API
{
"disclaimer": "Exchange rates are provided for informational purposes only, and do not constitute financial advice of any kind. Although every attempt is made to ensure quality, NO guarantees are given whatsoever of accuracy, validity, availability, or fitness for any purpose - please use at your own risk. All usage is subject to your acceptance of the Terms and Conditions of Service, available at: https://openexchangerates.org/terms/",
"license": "Data sourced from various providers with public-facing APIs; copyright may apply; resale is prohibited; no warranties given of any kind. Bitcoin data provided by http://coindesk.com. All usage is subject to your acceptance of the License Agreement available at: https://openexchangerates.org/license/",
"timestamp": 1449208861,
"base": "USD",
"rates": {
"AED": 3.672912,
"AFN": 66.879999,
"ALL": 126.962099,
"AMD": 484.589999,
"ANG": 1.78875,
"AOA": 134.989332,
"ARS": 9.692687,
"AUD": 1.366368,
"AWG": 1.793333,
"AZN": 1.048463,
"BAM": 1.798054,
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment