currency
plan-one
plan-extra
plan-premium

Fetch a time-series dataset of daily currency exchange rates for the specified interval (only daily supported currently). See our FX quote & OHLC time-series endpoints for more granular data.

get/time-series

Query parameters

fromstring

Three-letter ISO 4217 currency code

Base currency 3-letter symbol, defaults to USD

tostring required

Three-letter ISO 4217 currency code

Target currency 3-letter symbol

startstring required

UTC/GMT date YYYY-MM-DD

UTC start date in YYYY-MM-DD format. As far back as Jan 1970, depending on the currency pair.

endstring required

UTC/GMT date YYYY-MM-DD

UTC end date in YYYY-MM-DD format. As far back as Jan 1970, depending on the currency pair.

intervalstring

ISO8601 duration, such as P1D (daily). Defaults to P1D. Currently only supports daily.

Response

Success

startstring

UTC/GMT date YYYY-MM-DD

endstring

UTC/GMT date YYYY-MM-DD

intervalstring
basestring

Three-letter ISO 4217 currency code

msnumber

Server response time in milliseconds

resultsobject

Changes

No recorded changes to this endpoint across all 1 revision of this API.