Get available currencies

Returns available currencies with their names and date ranges. By default, only active currencies are included.

get/currencies

Query parameters

scope'all'

Set to 'all' to include legacy currencies

providersstring
Example:ECB,TCMB

Comma-separated list of data providers to include

Response

Available currencies

iso_codestring required

ISO 4217 currency code

iso_numericstring nullable

ISO 4217 numeric code

namestring required

Full currency name

symbolstring nullable

Currency symbol

start_datestring date nullable

Earliest available date

end_datestring date nullable

Latest available date

Changes

Changed in 6 of the 29 revisions of this API.324

    • added the new optional query request parameter providers

      new-optional-request-parameter

    • added the new optional query request parameter scope

      new-optional-request-parameter

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

      response-required-property-removed

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

      response-optional-property-added

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

      response-optional-property-added

    • 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

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

      response-body-type-changed

    • deleted the query request parameter providers

      request-parameter-removed

    • deleted the query request parameter scope

      request-parameter-removed

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