Trading Economics · Authentication Profile

Tradingeconomics Authentication

Authentication

Trading Economics secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

Economic IndicatorsInterest RatesMacroeconomicsFinancial DataEconomic CalendarForecastsMarkets
Methods: apiKey Schemes: 2 OAuth flows: API key in: header, query

Security Schemes

clientKeyQuery apiKey
· in: query (c)
clientKeyHeader apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/tradingeconomics-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
  - query
schemes:
- name: clientKeyQuery
  type: apiKey
  in: query
  parameter: c
  description: API client credentials in `key:secret` format passed as the `c` query parameter.
    Obtain a key by subscribing to a plan at developer.tradingeconomics.com.
  sources:
  - openapi/tradingeconomics-openapi.yml
- name: clientKeyHeader
  type: apiKey
  in: header
  parameter: Authorization
  description: API client credentials passed in the Authorization header.
  sources:
  - openapi/tradingeconomics-openapi.yml