GET /range
Finndu the minimum, maximum, and average gengi for hvaða ... sem er gjaldmiðlapar yfir custom dagsetningabil. Skilar exact dates when the high and low occurred, making it easy to identify the best and worst conversion moments. Gagnlegt fyrir negotiating contract rates, analyzing seasonal currency patterns, and providing users with context about current rates relative to recent history.
base
nauðsynlegt
Base currency
target
nauðsynlegt
Target currency
start_date
nauðsynlegt
Start date
end_date
nauðsynlegt
End date
| Nafn | Nauðsynlegt | Sjálfgefið | Lýsing |
|---|---|---|---|
base |
Já | - | Base currency |
target |
Já | - | Target currency |
start_date |
Já | - | Start date |
end_date |
Já | - | End date |
curl "https://nordapi.ee/api/v1/range?base=EUR&target=USD&start_date=2026-03-19&end_date=2026-03-24"
curl "https://nordapi.ee/api/v1/range?base=EUR&target=USD&start_date=2026-03-17&end_date=2026-03-24"
curl "https://nordapi.ee/api/v1/range?base=GBP&target=NOK&start_date=2026-02-01&end_date=2026-02-28"
curl "https://nordapi.ee/api/v1/range?base=USD&target=JPY&start_date=2026-01-01&end_date=2026-03-24"
{
"average": 1.1550833333333332,
"base": "EUR",
"data_points": 6,
"end_date": "2026-03-24",
"highest": {
"date": "2026-03-24",
"rate": 1.1596
},
"lowest": {
"date": "2026-03-19",
"rate": 1.1489
},
"start_date": "2026-03-19",
"success": true,
"target": "USD"
}
{"success":true,"lowest":{"rate":1.1489,"date":"2026-03-19"},"highest":{"rate":1.1555,"date":"2026-03-20"},"average":1.1522}