get_fx_rate_by_date
ActiveTool of LastLook Data
declared in 2.12.0
Returns the exchange rate for a G10 currency pair on a specific date. Source: European Central Bank. Use YYYY-MM-DD format.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"pair",
"date"
],
"properties": {
"date": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Date in YYYY-MM-DD format e.g. 2026-01-15"
},
"pair": {
"enum": [
"EURUSD",
"GBPUSD",
"USDJPY",
"USDCHF",
"USDCAD",
"AUDUSD",
"NZDUSD",
"USDSEK",
"USDNOK"
],
"type": "string",
"description": "G10 currency pair e.g. EURUSD, USDJPY"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
LastLook Data
https://github.com/zev-lll/lastlook-data
1/7 registries