---
title: "EPS trend"
method: GET
path: "/eps_trend"
tags: ["analysis"]
---

# EPS trend

`GET /eps_trend`

The EPS trend endpoint provides detailed historical data on Earnings Per Share (EPS) trends over specified periods. It returns a comprehensive breakdown of estimated EPS changes, allowing users to track and analyze the progression of a company's earnings performance over time. This endpoint is ideal for users seeking to understand historical EPS fluctuations and assess financial growth patterns.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `country` string
- `exchange` string
- `mic_code` string

## Response `200`

- object
  - `meta` object, required — Meta information about the symbol
    - `symbol` string, required — Symbol ticker of the instrument
    - `name` string, required — Name of the instrument
    - `currency` string, required — Currency in which the instrument is traded
    - `exchange_timezone` string, required — Timezone of the exchange
    - `exchange` string, required — Exchange where the instrument is traded
    - `mic_code` string, required — Market identifier code (MIC) under ISO 10383 standard
    - `type` string, required — Type of the instrument
  - `eps_trend` object[], required — EPS trend data
    - `date` string, required — Date of the estimation
    - `period` string, required — Period of estimation, can be `current_quarter`, `next_quarter`, `current_year`, or `next_year`
    - `current_estimate` number, double — Actual EPS estimation for the period
    - `7_days_ago` number, double — EPS estimation value 7 days ago
    - `30_days_ago` number, double — EPS estimation value 30 days ago
    - `60_days_ago` number, double — EPS estimation value 60 days ago
    - `90_days_ago` number, double — EPS estimation value 90 days ago
  - `status` string, required — Status of the response

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

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