---
title: "GET /time-series"
method: GET
path: "/time-series"
tags: ["currency", "plan-one", "plan-extra", "plan-premium"]
---

# GET /time-series

`GET /time-series`

Fetch a time-series dataset of daily currency exchange rates for the specified interval (only daily supported currently). See our FX quote & OHLC time-series endpoints for more granular data.

## Query parameters

- `from` string — Three-letter ISO 4217 currency code
- `to` string, required — Three-letter ISO 4217 currency code
- `start` string, required — UTC/GMT date YYYY-MM-DD
- `end` string, required — UTC/GMT date YYYY-MM-DD
- `interval` string — ISO8601 Duration. https://en.wikipedia.org/wiki/ISO_8601#Durations

## Response `200`

Success

- object
  - `start` string — UTC/GMT date YYYY-MM-DD
  - `end` string — UTC/GMT date YYYY-MM-DD
  - `interval` string — ISO8601 Duration. https://en.wikipedia.org/wiki/ISO_8601#Durations
  - `base` string — Three-letter ISO 4217 currency code
  - `ms` number — Server response time in milliseconds
  - `results` object

## Other responses

- `400` — Bad Request
- `401` — Not Authorized
- `403` — Forbidden
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/fastforex/apis/fastforex-io.md) · [All operations](https://skmtc.dev/fastforex/apis/fastforex-io/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastforex/fastforex-io/revisions/140f748aaf10/schema)
