---
title: "Revenue estimate"
method: GET
path: "/revenue_estimate"
tags: ["analysis"]
---

# Revenue estimate

`GET /revenue_estimate`

The revenue estimate endpoint provides a company's projected quarterly and annual revenue figures based on analysts' estimates. This data is useful for users seeking insights into expected company performance, allowing them to compare forecasted sales with historical data or other companies' estimates.

## Query parameters

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

## 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
  - `revenue_estimate` object[], required — Revenue estimate data
    - `date` string — Date of the estimate
    - `period` string — Period of estimation, can be `current_quarter`, `next_quarter`, `current_year`, or `next_year`
    - `number_of_analysts` integer — Number of analysts that made the estimation
    - `avg_estimate` number, double — Average estimation across analysts
    - `low_estimate` number, double — Lowest estimation given by an analyst
    - `high_estimate` number, double — Highest estimation given by an analyst
    - `year_ago_sales` number, double — Total revenue received a year ago relative to period
    - `sales_growth` number, double — Estimated sales growth of the period in relation to year-ago sales in prc (%)
  - `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)
