GET /api/v1/{key}/historical

Historical Exchange Rates API

Look up exchange rates for any past date for statements, invoicing, reporting and reconciliation.

curl "https://rate-api.com/api/v1/YOUR_KEY/historical?date=2026-01-13&base=USD&symbols=EUR,GBP"

Need the rate as it was on a specific day? The Rate-API historical endpoint returns date-accurate rates so your invoices, ledgers and reports stay consistent and auditable.

  • Date-accurate rates for any supported currency.
  • Great for accounting, BI and compliance.
  • Same JSON shape as the latest endpoint.
  • Available on the Pro plan and above.

FAQ

How far back does history go?

Historical coverage grows over time; pass any date with rate data and you’ll get that day’s rates.

Related