Getting Started with Market Data API
Fetch a symbol catalogue, quote, and historical series from the MyStocks Market Data API.
Before you start
- Use a full key or read-only
pk_data_key. - Confirm the environment and base URL in Authentication.
- Review rate limits and data licensing.
First requests
- Call
GET /stocks?exchange=NSE&limit=20to discover canonical symbols. - Call
GET /market/quotes?symbols=SCOM.KEfor the current quote. - Call
GET /stocks/SCOM.KE/history?period=1yfor historical candles. - Inspect the response currency, exchange, freshness, and
historyConfidencefields. - 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