v1
latestOpenAPI 3.0.12026-07-148869113.7 KBFinance
Finance - Market index
Get current and historical market index information
post/MarketIndex
Request body
Example request
{
"date": "2020-10-07T00:00:00.000Z",
"symbol": "DJI.INDX"
}Response
OK
Example response
{
"adj_close": 72.7,
"adj_high": 74.32,
"adj_low": 72.245,
"adj_open": 73.84,
"adj_volume": 15151304,
"close": 72.7,
"date": "2020-10-07T00:00:00+0000",
"exchange": "INDX",
"high": 74.32,
"low": 72.245,
"open": 73.84,
"symbol": "DJI.INDX",
"volume": 15151304
}