QUODD is a cloud-native market data provider delivering real-time, delayed, historical, end-of-day, and point-in-time pricing, plus reference data, a security master, fundamentals, estimates, corporate actions, ESG, and news across global equities, ETFs, options, fixed income, FX, funds, and indices. The QUODD Developer Platform (developer.quodd.com) exposes market data through REST and gRPC snapshot APIs, token-based authentication, and cloud delivery options - Cloud APIs, Cloud Streaming, Cloud Alerts, Cloud Search, and Cloud Files. QUODD advertises more than 250 billion data points across 150-plus global exchanges. Developer documentation is public, but production access is gated behind trial or firm credentials and enterprise contact-sales agreements; exact REST base URLs and full endpoint paths are not published openly.
QUODD publishes 4 APIs on the APIs.io network, including Snap API, Batch Snaps API, Options Snaps API, and 1 more. Tagged areas include Market Data, Real-Time Data, Financial Data, Streaming, and Historical Data.
QUODD’s developer surface includes authentication, documentation, support, engineering blog, and 19 more developer resources.
Regulatory Posture applies to this provider. Its tags matched the
Securities & Market Data regime, so
Regulatory Posture carries 15 points of the composite.
If this regime is wrong for your business, say so on your
provider repo — the
applicability map is public and we will correct it.
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it
carries 10 points of the composite. It is scored from the published contracts
themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already
holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in
front of it, and the first time that check is skipped a duplicate record is created.
Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet,
not penalised by it.
The six quality facets above are damped to 75 points between them,
because the conditional facet above carries the other
25. That is why each facet's contribution is shown against a damped
maximum: raising a quality facet moves the composite by 75% of its nominal
weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/quodd: open an issue to ask a question, or submit a pull request to add artifacts.
Submit an artifact on GitHub — free →Manage your own listing — the Influence plan, $499/mo →
Single-ticker real-time or delayed pricing snapshot (Snap). Returns the current quote and trade fields - last price, bid/ask, volume, and related market data - for one instrumen...
Batch snapshot retrieval for many tickers in a single request, via GET (query list) or POST (ticker array). Returns real-time or delayed pricing for each requested instrument. D...
Real-time or delayed options pricing snapshots for single contracts (Options Snap) and for many contracts at once (Batch Options Snaps, GET and POST). Documented in the QUODD RE...
Token generation for trial and firm users. Exchanges username and password credentials for an access token that is appended to REST requests as the _token query parameter. Token...
Ticker and symbol lookup for discovering securities across asset classes and identifiers (Cloud Search). Listed as Beta Access on the QUODD Developer Platform; endpoint paths ar...
End-of-day and historical market data across 80-plus global exchanges - US equities and ETFs from 1994, global markets from 2000 - as OHLCV time series or point-in-time snapshot...
Global reference data and security master (Global Master) - intra-day global equity descriptive data, funds, corporate actions, dividends, and fixed income terms and conditions....
Company fundamentals, metrics, ratios, and analyst estimates on global securities for fundamental analysis. Described in QUODD product documentation; concrete endpoints are mode...
gRPC delivery of pricing snapshots (Snap) and ticker information (Ticker Info) for high-performance, low-overhead integrations. Documented on the QUODD Developer Platform alongs...
Cloud Streaming pushes changing quote and trade fields continuously rather than requiring repeated REST polling, for live market data in servers, web, and mobile apps. QUODD's o...
aid: quodd
url: https://raw.githubusercontent.com/api-evangelist/quodd/refs/heads/main/apis.yml
name: QUODD
kind: company
description: QUODD is a cloud-native market data provider delivering real-time, delayed, historical, end-of-day, and point-in-time
pricing, plus reference data, a security master, fundamentals, estimates, corporate actions, ESG, and news across global
equities, ETFs, options, fixed income, FX, funds, and indices. The QUODD Developer Platform (developer.quodd.com) exposes
market data through REST and gRPC snapshot APIs, token-based authentication, and cloud delivery options - Cloud APIs, Cloud
Streaming, Cloud Alerts, Cloud Search, and Cloud Files. QUODD advertises more than 250 billion data points across 150-plus
global exchanges. Developer documentation is public, but production access is gated behind trial or firm credentials and
enterprise contact-sales agreements; exact REST base URLs and full endpoint paths are not published openly.
deliveryModel:
model: saas
open_source: false
commercial: true
callable_host: true
label: Hosted service · you call their endpoint
confidence: high
source:
- openapi
- pricing
generated: '2026-08-28'
method: derived
accessModel:
pricing: paid
onboarding: unknown
trial: false
try_now: false
public: false
label: Paid
confidence: medium
source:
- plans
- authentication
- security
generated: '2026-09-03'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/quodd.png
tags:
- Market Data
- Real-Time Data
- Financial Data
- Streaming
- Historical Data
- Reference Data
- Quotes
- Fintech
created: '2026-07-11'
modified: '2026-07-22'
specificationVersion: '0.23'
apis:
- aid: quodd:quodd-snap-api
name: QUODD Snap API
tags:
- Market Data
- Real-Time Data
- Quotes
- Pricing
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://developer.quodd.com/docs/rest-api
baseURL: https://api.quodd.com
properties:
- url: https://developer.quodd.com/docs/rest-api
type: Documentation
- url: https://developer.quodd.com/docs/rest-api/get-snap
type: APIReference
- url: openapi/quodd-snapshots-api-openapi.yml
type: OpenAPI
- url: overlays/quodd-snapshots-api-overlay.yaml
type: Overlay
description: Single-ticker real-time or delayed pricing snapshot (Snap). Returns the current quote and trade fields - last
price, bid/ask, volume, and related market data - for one instrument across QUODD's global asset-class coverage. Endpoint
paths are honestly modeled; QUODD does not publish exact REST paths.
- aid: quodd:quodd-batch-snaps-api
name: QUODD Batch Snaps API
tags:
- Market Data
- Real-Time Data
- Batch
- Quotes
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://developer.quodd.com/docs/rest-api/post-batch-snaps
baseURL: https://api.quodd.com
properties:
- url: https://developer.quodd.com/docs/rest-api/post-batch-snaps
type: APIReference
- url: openapi/quodd-snapshots-api-openapi.yml
type: OpenAPI
- url: overlays/quodd-snapshots-api-overlay.yaml
type: Overlay
description: Batch snapshot retrieval for many tickers in a single request, via GET (query list) or POST (ticker array).
Returns real-time or delayed pricing for each requested instrument. Documented in QUODD's REST API reference as Batch
Snaps.
- aid: quodd:quodd-options-snaps-api
name: QUODD Options Snaps API
tags:
- Options
- Market Data
- Real-Time Data
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://developer.quodd.com/docs/rest-api/post-batch-options-snaps
baseURL: https://api.quodd.com
properties:
- url: https://developer.quodd.com/docs/rest-api/post-batch-options-snaps
type: APIReference
- url: openapi/quodd-options-api-openapi.yml
type: OpenAPI
- url: overlays/quodd-options-api-overlay.yaml
type: Overlay
description: Real-time or delayed options pricing snapshots for single contracts (Options Snap) and for many contracts at
once (Batch Options Snaps, GET and POST). Documented in the QUODD REST API reference.
- aid: quodd:quodd-authentication-token-api
name: QUODD Authentication Token API
tags:
- Authentication
- Tokens
- Security
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://developer.quodd.com/docs/rest-api/post-token-for-trial-user
baseURL: https://api.quodd.com
properties:
- url: https://developer.quodd.com/docs/rest-api/post-token-for-trial-user
type: APIReference
- url: https://developer.quodd.com/docs/rest-api/post-token-for-firm-user
type: APIReference
- url: https://www.quodd.com/faqs/what-is-an-api-token
type: Documentation
- url: openapi/quodd-authentication-api-openapi.yml
type: OpenAPI
- url: overlays/quodd-authentication-api-overlay.yaml
type: Overlay
description: Token generation for trial and firm users. Exchanges username and password credentials for an access token
that is appended to REST requests as the _token query parameter. Tokens expire after 24 hours and must be regenerated.
- aid: quodd:quodd-ticker-search-api
name: QUODD Ticker Search API
tags:
- Reference Data
- Search
- Symbols
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://developer.quodd.com/
baseURL: https://api.quodd.com
properties:
- url: https://developer.quodd.com/
type: Documentation
description: Ticker and symbol lookup for discovering securities across asset classes and identifiers (Cloud Search). Listed
as Beta Access on the QUODD Developer Platform; endpoint paths are modeled.
- aid: quodd:quodd-historical-prices-api
name: QUODD Historical Prices API
tags:
- Historical Data
- End of Day
- Financial Data
- Market Data
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://www.quodd.com/historical-stock-prices-api-global-market-data
baseURL: https://api.quodd.com
properties:
- url: https://www.quodd.com/historical-stock-prices-api-global-market-data
type: Documentation
description: End-of-day and historical market data across 80-plus global exchanges - US equities and ETFs from 1994, global
markets from 2000 - as OHLCV time series or point-in-time snapshots, with adjusted and unadjusted series and automatic
corporate-action adjustments (splits, dividends, spinoffs). Described in QUODD product documentation; concrete endpoints
are modeled, not published.
- aid: quodd:quodd-reference-data-security-master-api
name: QUODD Reference Data & Security Master API
tags:
- Reference Data
- Security Master
- Corporate Actions
- Financial Data
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://www.quodd.com/financial-data-apis
baseURL: https://api.quodd.com
properties:
- url: https://www.quodd.com/financial-data-apis
type: Documentation
description: Global reference data and security master (Global Master) - intra-day global equity descriptive data, funds,
corporate actions, dividends, and fixed income terms and conditions. Described in QUODD product documentation; concrete
endpoints are modeled, not published.
- aid: quodd:quodd-fundamentals-estimates-api
name: QUODD Fundamentals & Estimates API
tags:
- Fundamentals
- Estimates
- Financial Data
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://www.quodd.com/financial-data-apis
baseURL: https://api.quodd.com
properties:
- url: https://www.quodd.com/financial-data-apis
type: Documentation
description: Company fundamentals, metrics, ratios, and analyst estimates on global securities for fundamental analysis.
Described in QUODD product documentation; concrete endpoints are modeled, not published.
- aid: quodd:quodd-snap-grpc-api
name: QUODD Snap gRPC API
tags:
- gRPC
- Market Data
- Real-Time Data
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://developer.quodd.com/docs/snap-grpc-api
baseURL: https://api.quodd.com
properties:
- url: https://developer.quodd.com/docs/snap-grpc-api
type: Documentation
- url: https://developer.quodd.com/docs/ticker-info-grpc-api
type: Documentation
- url: grpc/quodd-snap.proto
type: Protobuf
- url: grpc/quodd-info.proto
type: Protobuf
- url: grpc/quodd-optionlookup.proto
type: Protobuf
description: gRPC delivery of pricing snapshots (Snap) and ticker information (Ticker Info) for high-performance, low-overhead
integrations. Documented on the QUODD Developer Platform alongside the REST API.
- aid: quodd:quodd-cloud-streaming-api
name: QUODD Cloud Streaming API
tags:
- Real-Time Data
- Streaming
- Market Data
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://www.quodd.com/advanced-api-delivery
baseURL: https://api.quodd.com
properties:
- url: https://www.quodd.com/advanced-api-delivery
type: Documentation
description: Cloud Streaming pushes changing quote and trade fields continuously rather than requiring repeated REST polling,
for live market data in servers, web, and mobile apps. QUODD's own developer platform does not publicly document the streaming
transport (no wss:// endpoint is published); third-party WebSocket access to QUODD feeds is documented via Intrinio's
Real-Time SDK. Access is gated behind enterprise agreements.
common:
- type: DomainSecurity
url: security/quodd-domain-security.yml
- type: AgenticAccess
url: agentic-access/quodd-agentic-access.yml
- type: Authentication
url: authentication/quodd-authentication.yml
- type: LinkedIn
url: https://www.linkedin.com/company/quodd-financial-information-services
- type: Website
url: https://www.quodd.com
- type: Documentation
url: https://developer.quodd.com
- type: Plans
url: plans/quodd-plans-pricing.yml
- type: RateLimits
url: rate-limits/quodd-rate-limits.yml
- type: FinOps
url: finops/quodd-finops.yml
- type: Packages
url: packages/quodd-packages.yml
- type: X-MCPServerCandidate
url: mcp/quodd-mcp.yml
note: 'Renamed from MCPServer 2026-09-03 (roadmap#247): the manifest self-describes as status: candidate — a tool list derived
from the published API contracts, not an existing server. The scorer already read the manifest and reported mcp_server
correctly; the MCPServer type was crediting the artifact-type surfaces with a server that does not exist.'
- type: LLMsTxt
url: llms/quodd-llms.txt
- type: Conformance
url: conformance/quodd-conformance.yml
- type: ErrorCatalog
url: errors/quodd-problem-types.yml
- type: Lifecycle
url: lifecycle/quodd-lifecycle.yml
- type: Conventions
url: conventions/quodd-conventions.yml
- type: DataModel
url: data-model/quodd-data-model.yml
- type: AgentSkill
url: skills/_index.yml
- type: DeveloperPortal
url: https://developer.quodd.com
- type: Support
url: https://www.quodd.com/support
- type: Blog
url: https://www.quodd.com/insights
- type: TermsOfService
url: https://www.quodd.com/terms-of-use
- type: PrivacyPolicy
url: https://www.quodd.com/privacy-policy
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.