---
title: "[DEPRECATED] Get the stock prices for a company (use /v3/company/stock-prices instead)"
method: GET
path: "/v2/company/stock-prices"
tags: ["Deprecated"]
deprecated: true
---

# \[DEPRECATED\] Get the stock prices for a company (use /v3/company/stock-prices instead)

`GET /v2/company/stock-prices`

> **Deprecated.**

Returns the daily stock price series for the specified company, including open price, close price, and volume. Prices are split-adjusted, expressed in the company reporting currency where applicable, and returned in reverse chronological order (most recent first). Secondary listings return their own price series; if unavailable, the primary listing's prices are returned as a fallback — but the response does not indicate which listing was returned. This endpoint is deprecated, please use /v3/company/stock-prices instead, which identifies the exact listing the prices belong to.

## Query parameters

- `apiKey` string — API Key (alternatively send via X-Api-Key header)
- `ticker` string — Company ticker, use with mic or alone for US tickers
- `micCode` string — Company MIC, use with ticker
- `exchange` string — Company exchange code, use with ticker
- `companyKey` string — Company key (alternative to ticker/micCode/exchange)
- `cusip` string — Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company CUSIP
- `isin` string — Requires CUSIP/ISIN license. An alternative to ticker/micCode/exchange. Company ISIN
- `figi` string — FIGI (Financial Instrument Global Identifier). An alternative to ticker/micCode/exchange.
- `cik` string — Company CIK (SEC Central Index Key). An alternative to ticker/micCode/exchange.
- `fscl` string — Fiscal.ai stable company identifier (the companyFiscalIdentifier field). An alternative to ticker/micCode/exchange.
- `startDate` string — Filter prices from this date onwards (YYYY-MM-DD format)
- `endDate` string — Filter prices up to and including this date (YYYY-MM-DD format)
- `latest` boolean — If true, returns only the most recent stock price

## Response `200`

Stock prices

- object[]
  - `date` string, required
  - `open_price` number, nullable, required
  - `close_price` number, required
  - `volume` number, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

## Changes

- **2026-07-26** `5e2c5deea9a5` — 1 breaking
  - the response property `items/open_price` became nullable for the status `200`
- **2026-07-13** `79aaf5577c9b` — 3 info
  - api tag `Deprecated` added
  - api tag `Stock prices` removed
  - endpoint deprecated

[Change history](https://skmtc.dev/fiscal/apis/openapi/changes/v2/company/stock-prices/get.md)

---

[API](https://skmtc.dev/fiscal/apis/openapi.md) · [All operations](https://skmtc.dev/fiscal/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fiscal/openapi/revisions/706968b7c65f/schema)
