Skip to content
MyStocks Developers
API v1

API v1

Current stable contract

Versioning policyRelease changelog
Sandbox console
Market Data API

Getting Started with Market Data API

Fetch a symbol catalogue, quote, and historical series from the MyStocks Market Data API.

Before you start

First requests

  1. Call GET /stocks?exchange=NSE&limit=20 to discover canonical symbols.
  2. Call GET /market/quotes?symbols=SCOM.KE for the current quote.
  3. Call GET /stocks/SCOM.KE/candles?interval=1d&from=2025-08-10&to=2026-08-10 for historical candles.
  4. Inspect the response currency, exchange, freshness, and historyConfidence fields.
  5. Cache only within the limits described by your data-licensing terms.

The Stocks and ETF/charts guides contain response examples. Use the API Reference for filters and pagination.

Was this page useful?

Your signal helps us tighten partner onboarding docs.

Send note

Last updated on

On this page