v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Economic Code

List codes of supported economic data.

get/economic/code

Response

successful operation

codestring

Finnhub economic code used to get historical data

countrystring

Country

namestring

Indicator name

unitstring

Unit

Example response

[
  {
    "country": "country",
    "unit": "unit",
    "code": "code",
    "name": "name"
  }
]