/
/Finnhub API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 37m ago · Updated 2mo ago
  • getCompany Profile
  • getCompany Profile 2
  • getStock Symbol
  • getCompany Executive
  • getGeneral News
  • getCompany News
  • getMajor Developments
  • getNews Sentiment
  • getPeers
  • getBasic Financials
  • getInvestors Ownership
  • getFund Ownership
  • getFinancial Statements
  • getFinancials As Reported
  • getFilings
  • getIPO Calendar
  • getDividends
  • getRecommendation Trends
  • getPrice Target
  • getStock Upgrade/Downgrade
  • getRevenue Estimates
  • getEarnings Estimates
  • getEarnings Surprises
  • getEarnings Calendar
  • getQuote
  • getStock Candles
  • getTick Data
  • getLast Bid-Ask
  • getSplits
  • getForex Exchanges
  • getForex Symbol
  • getForex Candles
  • getForex rates
  • getCrypto Exchanges
  • getCrypto Symbol
  • getCrypto Candles
  • getPattern Recognition
  • getSupport/Resistance
  • getAggregate Indicators
  • getTechnical Indicators
  • getEarnings Call Transcripts List
  • getEarnings Call Transcripts
  • getCOVID-19
  • getCountry Metadata
  • getEconomic Code
  • getEconomic Data

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"
  }
]

Changes