---
title: "Historical Market Cap"
method: GET
path: "/stock/historical-market-cap"
tags: ["Default"]
---

# Historical Market Cap

`GET /stock/historical-market-cap`

Get historical market cap data for global companies.

## Query parameters

- `symbol` string, required
- `from` string, date, required
- `to` string, date, required

## Response `200`

successful operation

- HistoricalMarketCapData
  - `data` MarketCapData[] — Array of market data.
    - `atDate` string — Date of the reading
    - `marketCapitalization` number, float — Value
  - `symbol` string — Symbol
  - `currency` string — Currency

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
