Intraday Data for a Specific Ticker
Obtain real-time & intraday data for a specific stock ticker by attaching /intraday to your URL
Path parameters
Ticker symbol to look up (e.g., AAPL).
Query parameters
Your Marketstack API access key.
Intraday aggregation interval.
Filter your results based on a specific stock exchange by specifying the MIC identification of a stock exchange.
Filter results from this date (inclusive). Format YYYY-MM-DD.
Filter results up to this date (inclusive). Format YYYY-MM-DD.
Sort order. Use ASC for oldest first or DESC for newest first.
Pagination limit (results per page). Default 100, maximum 1000.
Pagination offset (number of results to skip). Default 0.
If set to true, includes pre and post market data if available. By default is set to false.
Response
Tickers intraday data retrieved.
Changes
No recorded changes to this endpoint across all 1 revision of this API.