v1

latestOpenAPI 3.1.02026-07-24680631.6 KB

Get Stack Price History

To retrieve the prices of the stack

get/stack/price-history/{customerId}/{symbol}/{startDate}/{endDate}

Path parameters

customerIdstring required

customerId

endDatestring date required

End Date (YYYY-MM-DD)

startDatestring date required

Start Date (YYYY-MM-DD)

symbolstring required

Symbol Name

Headers

api-keystring required

API key

auth-keystring required

Auth key generated using API key & secret

Response

200

statusinteger
symbolstring

Example response

{
  "status": 200,
  "doc": [
    {
      "change": -4.55,
      "date": "2021-12-14",
      "percentChange": -1.71,
      "price": 261.28
    }
  ],
  "symbol": "VALUE"
}