EODHD · OAuth Scopes

EODHD OAuth Scopes

OAuth 2.0 searched

EODHD publishes 12 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the EODHD API on a user’s behalf.

Tokens are issued from https://mcpv2.eodhd.dev/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

FinancialMarket DataStock OptionsStocksETFsForexCryptocurrencyFundamentalsNews
Scopes: 12 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://mcpv2.eodhd.dev/authorize
Token URL
https://mcpv2.eodhd.dev/token
Flows
authorizationCode

Scopes (12)

ScopeDescriptionFlows
read:eod
read:intraday
read:live
read:fundamentals
read:news
read:technicals
read:options
read:marketplace
read:screener
read:macro
read:user
full-access

Source

OAuth Scopes

Raw ↑
generated: '2026-07-22'
method: searched
source: https://mcpv2.eodhd.dev/.well-known/oauth-authorization-server
docs: https://eodhd.com/financial-apis-blog/eodhd-mcp-server-update-75-tools-oauth-and-api-versioning
notes: >-
  The core REST API uses api_token query-parameter authentication with no OAuth scopes.
  OAuth 2.0 (authorization code + PKCE S256, dynamic client registration RFC 7591,
  resource indicators RFC 8707) is published for the v2 MCP server at
  https://mcpv2.eodhd.dev/v2/mcp; these 12 scopes come verbatim from its RFC 8414
  authorization-server metadata (scope descriptions are not published — names only).
schemes:
  - name: EODHD MCP OAuth
    flows:
      - flow: authorizationCode
        authorizationUrl: https://mcpv2.eodhd.dev/authorize
        tokenUrl: https://mcpv2.eodhd.dev/token
        pkce: S256
    registration_endpoint: https://mcpv2.eodhd.dev/register
    introspection_endpoint: https://mcpv2.eodhd.dev/introspect
scopes:
  - scope: read:eod
  - scope: read:intraday
  - scope: read:live
  - scope: read:fundamentals
  - scope: read:news
  - scope: read:technicals
  - scope: read:options
  - scope: read:marketplace
  - scope: read:screener
  - scope: read:macro
  - scope: read:user
  - scope: full-access