---
title: "Get Historic Kimber Losses"
method: GET
path: "/data/historic/soiling/kimber"
tags: ["Historic", "Soiling Losses"]
---

# Get Historic Kimber Losses

`GET /data/historic/soiling/kimber`

Get historical soiling loss using the Kimber model for up to 31 days of data at a time for a requested location. Data is available from 2007-01-01T00:00Z to 7 days ago.

## Query parameters

- `latitude` number, double, required
- `longitude` number, double, required
- `time_zone` string, nullable
- `period` 'PT5M' | 'PT10M' | 'PT15M' | 'PT20M' | 'PT30M' | 'PT60M', nullable
- `start` string, nullable, required
- `duration` string, nullable
- `end` string, nullable
- `cleaning_threshold` number, double, nullable
- `soiling_loss_rate` number, double, nullable
- `grace_period` integer, nullable
- `max_soiling` number, double, nullable
- `initial_soiling` number, double, nullable
- `manual_wash_dates` string[]
- `format` 'json' | 'csv', nullable

## Response `200`

OK

- EstimatedActualsDataResponse
  - `estimated_actuals` 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)
