QUODD · Authentication Profile

Quodd Authentication

Authentication

QUODD secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

Market DataReal-Time DataFinancial DataStreamingHistorical DataReference DataQuotesFintech
Methods: apiKey Schemes: 1 OAuth flows: API key in:

Security Schemes

tokenQuery apiKey
· in: query ()

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/_original/quodd-openapi.yml
summary:
  types:
  - apiKey
schemes:
- name: tokenQuery
  type: apiKey
  in: query
  keyName: _token
  description: >-
    QUODD uses token-based authentication. Trial or firm users exchange a
    username and password for an access token via the token endpoints (POST
    token-for-trial-user / token-for-firm-user). The token is appended to each
    REST request as the `_token` query parameter and expires after 24 hours,
    after which a new token must be generated. Production credentials are
    provisioned through a trial or an enterprise agreement with QUODD.
  sources:
  - https://developer.quodd.com/docs/rest-api/post-token-for-trial-user
  - https://developer.quodd.com/docs/rest-api/post-token-for-firm-user
  - https://www.quodd.com/faqs/what-is-an-api-token