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.

Authorization

Authorization is done using Authorization header with Bearer token.

Price

example: http://apiii.online/api/market-data/v1/historical-prices?symbol=AAPL&date=2020-03-23

Params

ParamTypeDescription
symbolstringStock symbol
datestring 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

ParamTypeDescription
symbolstringStock symbol

Returns