v29

latestOpenAPI 3.1.2MITraw.githubusercontent.com2026-08-015417.4 KB

Get available data providers

Returns available exchange rate data providers with their base currency.

get/providers

Response

Available providers

keystring required

Provider identifier

namestring required

Full provider name

country_codestring nullable

ISO 3166-1 alpha-2 country code

rate_typestring nullable

Official rate type as used by the source

pivot_currencystring nullable

Base currency for published rates

data_urlstring uri nullable

Link to the data source

terms_urlstring uri nullable

Link to terms of use

start_datestring date nullable

Earliest available date

end_datestring date nullable

Latest available date

publish_cadence'daily' | 'weekly' | 'monthly' | 'null' nullable

How often the provider publishes rates. Determines the unit of publishes_missed: a count of days, ISO weeks, or calendar months. Null for historical-only providers with no scheduled cadence.

publishes_missedinteger nullable

Number of expected publishes missed since end_date, in units of publish_cadence. For daily providers, counts scheduled publish days strictly between end_date and today. For weekly and monthly providers, counts ISO weeks or calendar months between the latest imported bucket and the bucket whose publish window has already started. Null when the provider has no scheduled cadence or no imported data.

currenciesstring[] required

Currency codes covered by this provider