get_fx_rate_series
ActiveTool of LastLook Data
declared in 2.12.0
Returns historical daily exchange rates for a G10 currency pair. Source: European Central Bank.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"pair",
"days"
],
"properties": {
"days": {
"enum": [
"30",
"90",
"365"
],
"type": "string",
"description": "History window: 30 ($0.05), 90 ($0.10), or 365 ($0.25)"
},
"pair": {
"enum": [
"EURUSD",
"GBPUSD",
"USDJPY",
"USDCHF",
"USDCAD",
"AUDUSD",
"NZDUSD",
"USDSEK",
"USDNOK"
],
"type": "string",
"description": "G10 currency pair e.g. EURUSD"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
LastLook Data
https://github.com/zev-lll/lastlook-data
1/7 registries