---
title: "Get available data providers"
method: GET
path: "/providers"
---

# Get available data providers

`GET /providers`

Returns available exchange rate data providers with their base currency.

## Response `200`

Available providers

- Provider[]
  - `key` string, required — Provider identifier
  - `name` string, required — Full provider name
  - `description` string, nullable — Brief description of the data source
  - `data_url` string, uri, nullable — Link to the data source
  - `terms_url` string, uri, nullable — Link to terms of use
  - `start_date` string, date, nullable — Earliest available date
  - `end_date` string, date, nullable — Latest available date
  - `currencies` string[], required — Currency codes covered by this provider

## Changes

- **2026-03-24** (v2) `f8e299083d7a` — 1 warning, 2 info
  - removed the optional property `items/url` from the response with the `200` status
  - added the optional property `items/data_url` to the response with the `200` status
  - added the optional property `items/terms_url` to the response with the `200` status
- **2026-03-22** (v2) `7f83dbce992a` — 2 info
  - added the optional property `items/description` to the response with the `200` status
  - added the optional property `items/url` to the response with the `200` status
- **2026-03-22** (v2) `a651434f2bac` — 1 breaking
  - removed the required property `items/base` from the response with the `200` status
- **2026-03-17** (v2) `60398f97f34b` — 1 breaking
  - the response's body type changed from `object` to `array` for status `200`
- **2026-03-16** (v2) `68c20d8729a6` — 1 breaking
  - the response's body type changed from `array` to `object` for status `200`

[Change history](https://skmtc.dev/lineofflight/apis/frankfurter-api/changes/providers/get.md)

---

[API](https://skmtc.dev/lineofflight/apis/frankfurter-api.md) · [All operations](https://skmtc.dev/lineofflight/apis/frankfurter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lineofflight/frankfurter-api/revisions/02cd7f3cbefe/schema)
