Skip to main content
GET
cURL

Authorizations

api_key
string
query
required

Query Parameters

from
string

Base currency 3-letter symbol, defaults to USD Three-letter ISO 4217 currency code

Pattern: [A-Z]{3}
to
string
required

Target currency 3-letter symbol Three-letter ISO 4217 currency code

Pattern: [A-Z]{3}
start
string
required

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

Pattern: [0-9]{4}-[0-9]{2}-[0-9]{2}
end
string
required

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

Pattern: [0-9]{4}-[0-9]{2}-[0-9]{2}
interval
string

ISO8601 duration, such as P1D (daily). Defaults to P1D. Currently only supports daily. ISO8601 Duration. https://en.wikipedia.org/wiki/ISO_8601#Durations

Response

Success

start
string

UTC/GMT date YYYY-MM-DD

Pattern: [0-9]{4}-[0-9]{2}-[0-9]{2}
end
string

UTC/GMT date YYYY-MM-DD

Pattern: [0-9]{4}-[0-9]{2}-[0-9]{2}
base
string

Three-letter ISO 4217 currency code

Pattern: [A-Z]{3}
ms
number<int32>

Server response time in milliseconds

results
object