Created
December 4, 2015 07:05
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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