GET /history/date/:date
Fáðu aðgang að the deep historical gengi archive with data going back to January 1999, sourced frá European Central Bank. Sæktu rates for hvaða ... sem er single date in the archive by providing it í slóðinni path. Styður grunngjaldmiðil and symbol filtering. Tilvalið fyrir academic research, long-term trend analysis, historical financial reporting, and forrit that need gengi from specific past events.
date
nauðsynlegt
Date in URL (YYYY-MM-DD)
base
valfrjálst
Base currency
symbols
valfrjálst
Target currencies
| Nafn | Nauðsynlegt | Sjálfgefið | Lýsing |
|---|---|---|---|
date |
Já | - | Date in URL (YYYY-MM-DD) |
base |
Nei | - | Base currency |
symbols |
Nei | - | Target currencies |
curl "https://nordapi.ee/api/v1/history/date/2008-09-15?base=USD&symbols=EUR,GBP"
curl "https://nordapi.ee/api/v1/history/date/2008-09-15?base=USD&symbols=EUR,GBP"
curl "https://nordapi.ee/api/v1/history/date/2016-06-24?base=GBP"
curl "https://nordapi.ee/api/v1/history/date/2020-03-12?base=EUR&symbols=NOK,SEK,DKK"
{
"data": {
"base": "USD",
"date": "2008-09-15",
"rates": {
"EUR": 0.70666,
"GBP": 0.56106
}
},
"success": true
}
{"success":true,"data":{"base":"USD","date":"2008-09-15","rates":{"EUR":0.703,"GBP":0.564}}}