Historical Rates
GET https://data.fixer.io/api/2013-12-24?base=USD&symbols=INR
Historical rates are available for most currencies all the way back to the year of 1999. You can query the Fixer API for historical rates by appending a date (format YYYY-MM-DD
) to the base URL.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
base | string | [optional] Enter the three-letter currency code of your preferred base currency. | |
symbols | string | [optional] Enter a list of comma-separated currency codes to limit output currencies. |
RESPONSES
status: OK
{"success":true,"timestamp":1387929599,"historical":true,"base":"USD","date":"2013-12-24","rates":{"INR":61.78381}}