Nasdaq Data Link · OAuth Scopes

Nasdaq Data Link OAuth Scopes

OAuth 2.0 searched

Nasdaq Data Link publishes 9 OAuth 2.0 scopes via the clientCredentials and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Nasdaq Data Link API on a user’s behalf.

Tokens are issued from https://signin.nasdaq.com/oauth2/austt9dkdogT6EFRB417/v1/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.

Financial DataStock MarketMarket DataEconomic DataAlternative DataTime SeriesOpen DataPublic APIs
Scopes: 9 Flows: clientCredentials, authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://signin.nasdaq.com/oauth2/austt9dkdogT6EFRB417/v1/authorize
Token URL
https://signin.nasdaq.com/oauth2/austt9dkdogT6EFRB417/v1/token
Flows
clientCredentialsauthorizationCode

Scopes (9)

ScopeDescriptionFlows
datalink Nasdaq Data Link resource access (custom scope advertised by the authorization server)
interclient_access Inter-client access (custom scope advertised by the authorization server)
openid OpenID Connect authentication
profile OIDC profile claims
email OIDC email claims
address OIDC address claims
phone OIDC phone claims
offline_access Refresh token issuance
device_sso Device single sign-on

Source

OAuth Scopes

Raw ↑
generated: '2026-07-22'
method: searched
source: https://signin.nasdaq.com/oauth2/austt9dkdogT6EFRB417/.well-known/oauth-authorization-server
docs: https://docs.data.nasdaq.com/docs/streaming-api
note: >-
  Nasdaq Data Link publishes no user-facing scopes reference; scopes below are
  the scopes_supported advertised by the live RFC 8414 authorization-server
  metadata (Okta org signin.nasdaq.com) that data.nasdaq.com's RFC 9728
  protected-resource metadata points at. The core Tables REST API uses api_key
  query-parameter auth (no scopes); OAuth applies to the Nasdaq Cloud Data
  Service streaming/real-time surface, whose credentials are provisioned by
  Nasdaq sales.
schemes:
  - name: nasdaq-okta
    issuer: https://signin.nasdaq.com/oauth2/austt9dkdogT6EFRB417
    flows:
      - flow: clientCredentials
        tokenUrl: https://signin.nasdaq.com/oauth2/austt9dkdogT6EFRB417/v1/token
      - flow: authorizationCode
        authorizationUrl: https://signin.nasdaq.com/oauth2/austt9dkdogT6EFRB417/v1/authorize
        tokenUrl: https://signin.nasdaq.com/oauth2/austt9dkdogT6EFRB417/v1/token
scopes:
  - scope: datalink
    description: Nasdaq Data Link resource access (custom scope advertised by the authorization server)
  - scope: interclient_access
    description: Inter-client access (custom scope advertised by the authorization server)
  - scope: openid
    description: OpenID Connect authentication
  - scope: profile
    description: OIDC profile claims
  - scope: email
    description: OIDC email claims
  - scope: address
    description: OIDC address claims
  - scope: phone
    description: OIDC phone claims
  - scope: offline_access
    description: Refresh token issuance
  - scope: device_sso
    description: Device single sign-on