---
title: "Price Metrics"
method: GET
path: "/stock/price-metric"
tags: ["Default"]
---

# Price Metrics

`GET /stock/price-metric`

Get company price performance statistics such as 52-week high/low, YTD return and much more.

## Query parameters

- `symbol` string, required
- `date` string

## Response `200`

successful operation

- PriceMetrics
  - `symbol` string — Symbol of the company.
  - `atDate` string — Data date.
  - `data` object

---

[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)
