Logo
APILayer API Documentation

Tickers

GET https://api.marketstack.com/v1/tickers

Using the tickers endpoint you will be able to look up information about one or multiple stock ticker symbols as well as obtain end-of-day, real-time and intraday market data for single tickers.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "pagination": { "limit": 100, "offset": 0, "count": 100, "total": 290309 }, "data": [ { "name": "Microsoft Corporation", "symbol": "MSFT", "has_intraday": false, "has_eod": true, "country": null, "stock_exchange": { "name": "NASDAQ Stock Exchange", "acronym": "NASDAQ", "mic": "XNAS", "country": "USA", "country_code": "US", "city": "New York", "website": "www.nasdaq.com" } }, { "name": "Apple Inc", "symbol": "AAPL", "has_intraday": false, "has_eod": true, "country": null, "stock_exchange": { "name": "NASDAQ Stock Exchange", "acronym": "NASDAQ", "mic": "XNAS", "country": "USA", "country_code": "US", "city": "New York", "website": "www.nasdaq.com" } }, { "name": "Amazon.com Inc", "symbol": "AMZN", "has_intraday": false, "has_eod": true, "country": null, "stock_exchange": { "name": "NASDAQ Stock Exchange", "acronym": "NASDAQ", "mic": "XNAS", "country": "USA", "country_code": "US", "city": "New York", "website": "www.nasdaq.com" } }, { "name": "Alphabet Inc - Class C", "symbol": "GOOG", "has_intraday": false, "has_eod": true, "country": null, "stock_exchange": { "name": "NASDAQ Stock Exchange", "acronym": "NASDAQ", "mic": "XNAS", "country": "USA", "country_code": "US", "city": "New York", "website": "www.nasdaq.com" } }, { "name": "Alphabet Inc - Class A", "symbol": "GOOGL", "has_intraday": false, "has_eod": true, "country": null, "stock_exchange": { "name": "NASDAQ Stock Exchange", "acronym": "NASDAQ", "mic": "XNAS", "country": "USA", "country_code": "US", "city": "New York", "website": "www.nasdaq.com" } }, { "name": "Alibaba Group Holding Ltd", "symbol": "BABA", "has_intraday": false, "has_eod": true, "country": null, "stock_exchange": { "name": "New York Stock Exchange", "acronym": "NYSE", "mic": "XNYS", "country": "USA", "country_code": "US", "city": "New York", "website": "www.nyse.com" } }, { "name": "Meta Platforms Inc - Class A", "symbol": "FB", "has_intraday": false, "has_eod": true, "country": null, "stock_exchange": { "name": "NASDAQ Stock Exchange", "acronym": "NASDAQ", "mic": "XNAS", "country": "USA", "country_code": "US", "city": "New York", "website": "www.nasdaq.com" } }, { "na
Curl
curl -X GET 'https://api.marketstack.com/v1/tickers'

ENDPOINTS