---
title: "Per-share metrics chart"
method: GET
path: "/api/financials/chart/per-share"
tags: ["Financials"]
---

# Per-share metrics chart

`GET /api/financials/chart/per-share`

![Free](https://img.shields.io/badge/Free-22c55e) ![Starter](https://img.shields.io/badge/Starter-3b82f6) ![Stock](https://img.shields.io/badge/Stock-f97316) ![ETF](https://img.shields.io/badge/ETF-14b8a6) ![Pro](https://img.shields.io/badge/Pro-8b5cf6)

Returns chart-ready data for per-share financial metrics over time: EPS, revenue per share, book value per share, and free cash flow per share. Periods are sorted ascending. Uses diluted weighted average shares outstanding when available.

## Query parameters

- `symbol` string
- `cik` integer
- `cusip` string
- `composite_figi` string
- `share_class_figi` string
- `currency` string
- `period` 'annual' | 'quarter' — Base reporting period: `annual` or `quarter` (the periods companies actually report, without the derived `ttm` rollup).
- `limit` integer
- `splitAdjust` boolean

## Response `200`

Series-oriented chart data with periods sorted ascending

- object
  - `periods` string[]
  - `series` object[] — Per-share metric series (EPS, Revenue Per Share, Book Value Per Share, Free Cash Flow Per Share)
    - `name` string
    - `data` number[]

## Other responses

- `400` — Invalid parameters or symbol not found
- `403` — Feature not available on current plan

---

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