/symbols/{symbol}/{year}.json
GET /symbols/{symbol}/{year}.json
GET
/symbols/{symbol}/{year}.json
Returns quotes for a symbol, filtered by year.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” symbol
required
string
Currency pair as the concatenation of ISO 4217 currency codes.
Example
EURHUF
year
required
integer
Example
2000
Responses
Section titled “ Responses ”A record of dates mapped to rates.
object
Example
{ "2000-01-04": 254.47, "2000-01-05": 254.48}