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

Changes

Changed in 8 of the 29 revisions of this API.329

    • added the optional property items/publish_cadence to the response with the 200 status

      response-optional-property-added

    • added the optional property items/publishes_missed to the response with the 200 status

      response-optional-property-added

  • v227f3054085fe13See the full diff
    • removed the optional property items/description from the response with the 200 status

      response-optional-property-removed

    • added the optional property items/country_code to the response with the 200 status

      response-optional-property-added

    • added the optional property items/pivot_currency to the response with the 200 status

      response-optional-property-added

    • added the optional property items/rate_type to the response with the 200 status

      response-optional-property-added

  • v2f8e299083d7a12See the full diff
    • removed the optional property items/url from the response with the 200 status

      response-optional-property-removed

    • added the optional property items/data_url to the response with the 200 status

      response-optional-property-added

    • added the optional property items/terms_url to the response with the 200 status

      response-optional-property-added

    • added the optional property items/description to the response with the 200 status

      response-optional-property-added

    • added the optional property items/url to the response with the 200 status

      response-optional-property-added

    • removed the required property items/base from the response with the 200 status

      response-required-property-removed

    • the response's body type/format changed from object/ to array/ for status 200

      response-body-type-changed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response's body type/format changed from array/ to object/ for status 200

      response-body-type-changed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog