Forex Historical Exchange Rates is a paid API for AI agents from api.strale.io, paid per call via x402, $0.054001/call, status healthy (last checked 2026-09-15, last successful call 2026-09-05).
Returns daily historical exchange rates between two currencies including average, min, max, and change percentage over a date range
Get historical exchange rates between two currencies. Returns daily rates, average, min, max, change percentage.
Returns daily exchange rate data for the requested currency pair and date range, including individual daily rates, average rate over the period, minimum rate, maximum rate, and percentage change from start to end of the period
GEThttps://api.strale.io/x402/forex-historyUse this endpoint when you need historical daily forex rate data for a specific currency pair over a defined date range, especially when aggregate statistics like average, min, max, and change percentage are needed alongside raw daily rates. Prefer this over live rate endpoints when the use case involves backtesting, financial reporting, trend analysis, or historical comparisons.
| Field | Type | Description |
|---|---|---|
| torequired | string | Target currency (e.g. USD) |
| fromrequired | string | Source currency (e.g. EUR) |
| end_date | string | |
| start_date | string |
{
"max": {
"type": "number"
},
"min": {
"type": "number"
},
"rates": {
"type": "array"
},
"average": {
"type": "number"
},
"change_percent": {
"type": "number"
}
}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"