Number of APIs: 28
Easy-to-use REST API interface delivering worldwide stock market data in JSON format. To get started quickly, you need to fork the Marketstack Qodex Collection. Simply click the button below to fork it. [ Go to the Marketstack website and choose the right subscription plan for your particular project. Get your personal API Access Key on the Dashboard to authenticate with the API. Keep it safe! You can reset it at any time in your Account Dashboard. Marketstack Qodex collection contains all the endpoints supported by Marketstack API. End-of-Day Data Intraday Data Real-Time Updates Historical Data Splits Data Dividends Data Tickers Exchanges Currencies Timezones We recommend you to start with the End-of-Day Data endpoint as it's primary endpoint. It is used to obtain end-of-day data for one or multiple stock tickers. A single or multiple comma-separated ticker symbols are passed to the API using the symbols parameter.Quickstart Guide
Step 1: Fork the collection
]
Step 2: Get your API Access Key
Step 3: Make your first API call
GET https://api.marketstack.com/v1/eod?symbols=DJI.INDX
GET https://api.marketstack.com/v1/intraday?symbols=AAPL
GET https://api.marketstack.com/v1/intraday?symbols=AAPL&interval=1min
GET https://api.marketstack.com/v1/eod?symbols=AAPL&date_from=2024-02-26&date_to=2024-03-07
GET https://api.marketstack.com/v1/splits?symbols=AAPL
GET https://api.marketstack.com/v1/dividends?symbols=AAPL
GET https://api.marketstack.com/v1/tickers
GET https://api.marketstack.com/v1/exchanges
GET https://api.marketstack.com/v1/currencies
GET
ENDPOINTS