---
title: "EPS revisions"
method: GET
path: "/eps_revisions"
tags: ["analysis"]
---

# EPS revisions

`GET /eps_revisions`

The EPS revisions endpoint provides updated analyst forecasts for a company's earnings per share (EPS) on both a quarterly and annual basis. It delivers data on how these EPS predictions have changed over the past week and month, allowing users to track recent adjustments in analyst expectations. This endpoint is useful for monitoring shifts in market sentiment regarding a company's financial performance.

## 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_revision` object[], required — EPS revision data
    - `date` string, required — Date of the EPS estimate
    - `period` string, required — Period of estimation, can be `current_quarter`, `next_quarter`, `current_year`, or `next_year`
    - `up_last_week` integer — Number of up revisions over the last 7 days
    - `up_last_month` integer — Number of up revisions over the last 30 days
    - `down_last_week` integer — Number of down revisions over the last 7 days
    - `down_last_month` integer — Number of down revisions over the last 30 days
  - `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)
