Intro
The Market data API tracks stocks listed in the S&P 500 or NASDAQ.
It provides end of day price data from 2000 onwards.
Price
example: http://apiii.online/api/market-data/v1/historical-prices?symbol=AAPL&date=2020-03-23
Params
Param | Type | Description |
---|---|---|
symbol | string | Stock symbol |
date | string | Date in format: YYYY-MM-DD Note: returns all prices of that year (for now). |
Returns
Dividend
example: http://apiii.online/api/market-data/v1/dividend?symbol=AAPL
Params
Param | Type | Description |
---|---|---|
symbol | string | Stock symbol |