Skip to content
Partner API Docs

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/history?period=1y 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.

Last updated on

On this page