/years/{year}.json
GET /years/{year}.json
GET
/years/{year}.json
Returns quotes for all symbols, filtered by year.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” year
required
integer
Example
2000
Responses
Section titled “ Responses ”A record of symbols mapped to quote records.
object
Example
{ "EURHUF": { "2000-01-04": 254.47, "2000-01-05": 254.48 }, "JPYHUF": { "2000-01-04": 2.4204, "2000-01-05": 2.3809 }, "USDHUF": { "2000-01-04": 248.82, "2000-01-05": 245.57 }}