Skip to content

/symbols/{symbol}.json

GET
/symbols/{symbol}.json

Returns all quotes for a symbol.

Parameters

Path Parameters

symbol
required
string
/^[A-Z]+$/

Currency pair as the concatenation of ISO 4217 currency codes.

Example
EURHUF

Responses

200

A record of dates mapped to rates.

object
Example
{
"1999-12-29": 254.92,
"2000-01-04": 254.47,
"2000-01-05": 254.48
}