---
title: "POST /indicator/series/transform"
method: POST
path: "/indicator/series/transform"
tags: ["Indicator"]
---

# POST /indicator/series/transform

`POST /indicator/series/transform`

Retrieves time-series data for a given indicator in the system with transformations applied

## Request body

- IndicatorTransformation
  - `provider` string, nullable
  - `providerId` string, nullable
  - `startDate` string, nullable
  - `endDate` string, nullable
  - `transformations` Transformation[], nullable
    - `order` integer
    - `required` boolean
  - `offset` integer, nullable
  - `isLogged` boolean

## Response `200`

OK

- Point[]
  - `value` number, double
  - `date` string, date-time
  - `annotation` string, nullable
  - `manuallyAdjusted` boolean
  - `isForecasted` boolean, nullable

## Other responses

- `429` — If the user has sent too many requests

---

[API](https://skmtc.net/prevedere/apis/board-foresight-api-v1.md) · [All operations](https://skmtc.net/prevedere/apis/board-foresight-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prevedere/board-foresight-api-v1/revisions/c5ac8232e334/schema)
