---
title: "EPS chart"
method: GET
path: "/api/earnings/chart/eps"
tags: ["Earnings"]
---

# EPS chart

`GET /api/earnings/chart/eps`

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

Chart-ready EPS and net income data over time. Use `series` for absolute values (EPS, Net Income)
and `rates` for margin ratios (Net Margin). Periods are sorted ascending for direct charting.

## 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[] — Fiscal period end dates sorted ascending
  - `series` object[] — Absolute value series: EPS (Diluted) and Net Income. Each entry has a `name` and a `data` array parallel to `periods`.
    - `name` string
    - `data` number[]
  - `rates` object[] — Margin ratio series (Net Margin) expressed as decimals.
    - `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)
