get_fx_rate_current
ActiveTool of LastLook Data
declared in 2.12.0
Returns the current exchange rate for a G10 currency pair. Source: European Central Bank. Supported: EURUSD, GBPUSD, USDJPY, USDCHF, USDCAD, AUDUSD, NZDUSD, USDSEK, USDNOK.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"pair"
],
"properties": {
"pair": {
"enum": [
"EURUSD",
"GBPUSD",
"USDJPY",
"USDCHF",
"USDCAD",
"AUDUSD",
"NZDUSD",
"USDSEK",
"USDNOK"
],
"type": "string",
"description": "G10 currency pair e.g. EURUSD, USDJPY, GBPUSD"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
LastLook Data
https://github.com/zev-lll/lastlook-data
1/7 registries