Skip to content

/symbols/{symbol}/{year}.json

GET
/symbols/{symbol}/{year}.json

Returns quotes for a symbol, filtered by year.

Parameters

Path Parameters

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

Currency pair as the concatenation of ISO 4217 currency codes.

Example
EURHUF
year
required
integer
Example
2000

Responses

200

A record of dates mapped to rates.

object
Example
{
"2000-01-04": 254.47,
"2000-01-05": 254.48
}