---
title: "Get Stack Price History"
method: GET
path: "/stack/price-history/{customerId}/{symbol}/{startDate}/{endDate}"
---

# Get Stack Price History

`GET /stack/price-history/{customerId}/{symbol}/{startDate}/{endDate}`

To retrieve the prices of the stack

## Path parameters

- `customerId` string, required
- `endDate` string, date, required
- `startDate` string, date, required
- `symbol` string, required

## Headers

- `api-key` string, required
- `auth-key` string, required

## Response `200`

200

- object
  - `status` integer
  - `doc` object[]
    - `change` number
    - `date` string
    - `percentChange` number
    - `price` number
  - `symbol` string

## Other responses

- `400` — 400
- `500` — 500

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/versions/08e36bbbd3be/schema)
