Refinitiv Eikon · Authentication Profile

Refinitiv Eikon Authentication

Authentication

Refinitiv Eikon secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

AnalyticsFinancial DataFinancial NewsMarket DataReal-Time DataTrading
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer
tokenAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/refinitiv-eikon-data-platform-openapi.yml, openapi/refinitiv-eikon-datascope-select-openapi.yml,
  openapi/refinitiv-eikon-tick-history-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: OAuth 2.0 bearer token obtained from the authentication endpoint. Access tokens
    are valid for five minutes and must be refreshed using the refresh token.
  sources:
  - openapi/refinitiv-eikon-data-platform-openapi.yml
- name: tokenAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: Session token obtained from the RequestToken endpoint. Include as Token followed
    by the token value.
  sources:
  - openapi/refinitiv-eikon-datascope-select-openapi.yml
  - openapi/refinitiv-eikon-tick-history-openapi.yml