Spreadsheet CSV builder

Historical exchange rate CSV download

Build a spreadsheet-ready historical exchange-rate CSV URL with matching API URL, Google Sheets formula, and source citation.

Reference answer

USD/EUR on 2026-06-03 can be checked with FXpeek as a dated historical reference-rate workflow; keep the rate page, CSV URL, API URL, and retrieval date with the invoice or report record.

Open
Open
Open
GET https://fxpeek.com/api/history?from=USD&to=EUR&date=2026-06-03
GET https://fxpeek.com/api/csv?from=USD&to=EUR&days=365
=IMPORTDATA("https://fxpeek.com/api/csv?from=USD&to=EUR&days=365")

When to use this tool

Use this page when Excel, Google Sheets, pandas, BI, or bookkeeping work needs repeatable historical FX rows.

Workflow

  1. Choose pair
  2. Choose lookback days
  3. Copy CSV URL
  4. Paste into spreadsheet or script

FAQ

Can I import FXpeek CSV into Excel?

Yes. Copy the generated CSV URL, then import it into Excel, Google Sheets, pandas, or another reporting tool.

Are CSV rows transaction quotes?

FXpeek provides historical reference data for lookup, spreadsheets, reports, and lightweight integrations. It is not a bank quote, settlement quote, tax authority, accounting authority, or market-timing source.

Historical exchange rate CSV download | FXpeek