---
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
  - `country_code` string, nullable — ISO 3166-1 alpha-2 country code
  - `rate_type` string, nullable — Official rate type as used by the source
  - `pivot_currency` string, nullable — Base currency for published rates
  - `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

---

[API](https://skmtc.net/beavermoney/apis/frankfurter-api.md) · [All operations](https://skmtc.net/beavermoney/apis/frankfurter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beavermoney/frankfurter-api/versions/46c1b4ad14d2/schema)
