The Stall — Forex Historical Rates is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.059/call, status unknown (last checked 2026-09-13).
Returns historical and current foreign exchange rates from ECB data, with optional time-series ranges and point-in-time currency conversion, paid via USDC on Base mainnet.
Historical ECB exchange rates — single date lookup or time-series range. Returns rates for up to 30 major currencies (EUR, GBP, JPY, CAD, CHF, CNY, AUD, KRW, etc.) from 1999-01-04 to present. Free, no key, sourced from Frankfurter/ECB. Use for: tax-date FX rates, historical expense reconciliation, multi-year trend analysis, point-in-time currency conversion. Weekends and holidays return the nearest prior business day. Complements forex-rates (real-time) with retrospective data.
Returns a JSON object containing exchange rates for the requested currencies relative to the base currency (default USD) on the specified date. For time-series requests, rates are keyed by date. Optionally includes a converted amount when conversion parameters are provided. Data sourced from ECB, available from 1999-01-04 onward.
GEThttps://the-stall.intuitek.ai/cap/forex-historicalUse this endpoint when you need ECB-sourced historical or current forex rates for up to 30 currencies, especially when you need point-in-time currency conversion or multi-date time-series data. Prefer this over live-ticker APIs when accuracy against ECB reference rates matters (e.g. accounting, reporting, financial analysis). No API key required — just pay $0.005 USDC per call via x402 on Base mainnet.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"base": "USD",
"date": "2023-03-15",
"symbols": [
"EUR",
"GBP",
"JPY"
]
}
}
}| Field | Type | Description |
|---|---|---|
| required | string | |
| properties | string |
{
"ts": "2026-06-12T05:10:43.203Z",
"base": "USD",
"date": "2023-03-15",
"mode": "single",
"note": null,
"rates": {
"EUR": 0.94796,
"GBP": 0.82703,
"JPY": 132.25
},
"conversion": null,
"rate_count": 3,
"series_days": null
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"