---
title: "Get Historic Advanced PV"
method: GET
path: "/data/historic/advanced_pv_power"
tags: ["Historic", "Advanced PV Power"]
---

# Get Historic Advanced PV

`GET /data/historic/advanced_pv_power`

Get historical advanced PV power estimated actuals for the requested location, derived from satellite (clouds and irradiance over non-polar continental areas) and numerical weather models (other data). Data is available from 2007-01-01T00:00Z to 7 days ago.

## Query parameters

- `start` string, nullable, required
- `end` string, nullable
- `duration` string, nullable
- `time_zone` string, nullable
- `output_parameters` string[]
- `resource_id` string, nullable, required
- `period` 'PT5M' | 'PT10M' | 'PT15M' | 'PT20M' | 'PT30M' | 'PT60M', nullable
- `apply_availability` number, double, nullable
- `apply_constraint` number, double, nullable
- `apply_dust_soiling` number, double, nullable
- `apply_snow_soiling` number, double, nullable
- `apply_tracker_inactive` boolean, nullable
- `terrain_shading` boolean
- `format` 'json' | 'csv', nullable

## Response `200`

OK

- LiveResponse
  - `estimated_actuals` object[], nullable
  - `response_status` ResponseStatus
    - `error_code` string, nullable
    - `message` string, nullable
    - `stack_trace` string, nullable
    - `errors` ResponseError[], nullable
      - `error_code` string, nullable
      - `field_name` string, nullable
      - `message` string, nullable
      - `meta` object, nullable
    - `meta` object, nullable

---

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