---
title: "GET /v1/data/market-insights/indicator"
method: GET
path: "/v1/data/market-insights/indicator"
---

# GET /v1/data/market-insights/indicator

`GET /v1/data/market-insights/indicator`

## Query parameters

- `id` string, uuid, required
- `geo` string

## Response `200`

The request has succeeded.

- ApiResponseDataMarketInsightsIndicator
  - `identifier` string, required — A unique ID for this indicator. Helps find or refer to this data.
  - `title` string, required — Short headline, what the data is about.
  - `description` string, required — A short text explaining the most important facts in the data.
  - `market_type` string — The type of market this data is descrypting.
  - `market_type_description` string — A short text that explains what the market is about.
  - `chart` ApiResponseDataMarketInsightsChart, required
    - `name` string, required — The name of the chart. It tells what the data is about.
    - `graphType` string, required — The default graph rendering type.
    - `unit` string — The unit description for the numeric data points.
    - `data` ApiResponseDataMarketInsightsChartDataPoint[], required — The chart data points.
      - `geo` string, required — The geo location covered in this time series.
      - `categories` string[], required — The categories / headlines for the time series columns.
      - `series` number[], required — The numeric values of the time series.

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `403` — Access is forbidden.
- `404` — The server cannot find the requested resource.

---

[API](https://skmtc.net/statista/apis/the-statista-data-api.md) · [All operations](https://skmtc.net/statista/apis/the-statista-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statista/the-statista-data-api/versions/68cf62a0dda1/schema)
