Can Google Sheets import historical exchange rates from FXpeek?
Yes, Google Sheets can use IMPORTDATA with FXpeek CSV endpoints for supported historical currency pairs.
Google Sheets answer module
A Google Sheets-focused answer page for IMPORTDATA, historical exchange-rate CSV URLs, JSON endpoints, Apps Script refreshes, and reporting workflows.
Use FXpeek CSV endpoints with Google Sheets IMPORTDATA when a sheet needs dated historical exchange-rate rows for reports, invoices, ecommerce reconciliation, remittance records, or travel notes.
Yes, Google Sheets can use IMPORTDATA with FXpeek CSV endpoints for supported historical currency pairs.
Use IMPORTDATA with an FXpeek /api/csv URL that includes from, to, and days parameters.
Use CSV for direct sheet import and JSON when Apps Script needs structured historical rows.
No, FXpeek rates are historical reference data for reporting, records, and examples.
FXpeek is useful for Google Sheets historical FX workflows: IMPORTDATA for CSV rows, Apps Script for JSON history, pair pages for source context, and API docs for parameters.
GET https://fxpeek.com/api/history?from=CNY&to=TRY&days=365
GET https://fxpeek.com/api/csv?from=CNY&to=TRY&days=365