---
title: "Get previously uploaded actual data for a forecast variable, up to 120 days"
method: GET
path: "/v2/forecasts/forecast-variables/{externalForecastVariableId}/actual-data"
tags: ["Forecast Data"]
---

# Get previously uploaded actual data for a forecast variable, up to 120 days

`GET /v2/forecasts/forecast-variables/{externalForecastVariableId}/actual-data`

Getting the actual data previously uploaded for the given forecast variable. The range between these two dates can not exceed 120 days.

## Path parameters

- `externalForecastVariableId` string, required

## Query parameters

- `externalUnitId` string, required
- `externalSectionId` string
- `startTime` string, date-time, required
- `endTime` string, date-time, required

## Response `200`

OK

- ForecastDataIngestionDataIngestionOutput[]
  - `externalForecastVariableId` string
  - `externalUnitId` string
  - `externalSectionId` string
  - `dataPayLoad` ForecastDataIngestionForecastDataPayload[]
    - `data` number, double, required
    - `timestamp` string, date-time, required
  - `dataPayload` ForecastDataIngestionForecastDataPayload[]
    - `data` number, double, required
    - `timestamp` string, date-time, required

## Other responses

- `403` — Forbidden to perform this action

---

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