# Power Forecast

{% hint style="warning" %}
**Preview** - Power Forecast is currently in preview. Features and availability may change.
{% endhint %}

Jua's Power Forecast is an end-to-end model trained directly on actual generation data, delivering renewable energy generation forecasts in MW for power trading and grid management.

{% hint style="info" %}
**Power Forecast vs Market Aggregates MW** — The Power Forecast is a purpose-built model trained on real generation data, providing a forecast of **actual production**. [Market Aggregates with MW output](/api-v2/query-engine/market-aggregates.md) applies generic power curves to weather forecasts, providing a model-specific forecast of **potential production**. Power Forecast is significantly more accurate for the zones it covers. Both use the same facility datasets.
{% endhint %}

## Availability

| Country             | Solar | Wind Onshore | Wind Offshore | Wind (combined) | Load           |
| ------------------- | ----- | ------------ | ------------- | --------------- | -------------- |
| 🇩🇪 Germany        | ✅     | ✅            | ✅             |                 | 🔜 Coming soon |
| 🇫🇷 France         | ✅     | ✅            | ✅             |                 | 🔜 Coming soon |
| 🇬🇧 United Kingdom | ✅     |              |               | ✅               | 🔜 Coming soon |
| 🇧🇪 Belgium        | ✅     | ✅            | ✅             |                 | 🔜 Coming soon |
| 🇳🇱 Netherlands    | ✅     | ✅            | ✅             |                 | 🔜 Coming soon |

Additional European countries are being added progressively. Contact <support@jua.ai> for details.

{% hint style="info" %}
**Need a load (demand) forecast today?** The end-to-end Power Forecast does not yet cover Load, but a population-weighted load forecast in MW is already available for \~48 European zones via the Query Engine [Market Aggregates MW endpoint](/api-v2/query-engine/market-aggregates.md) using `weighting=population` with `unit=mw`. It applies a temperature-driven load curve to 2m air temperature and returns a `load_mw` column.
{% endhint %}

## Specifications

| Property            | Value                           |
| ------------------- | ------------------------------- |
| Temporal Resolution | 15-minute intervals             |
| Forecast Horizon    | Variable, until end of next day |
| Dissemination Time  | \~1.5 minutes from init time    |
| Units               | MW (Megawatts)                  |

| Country             | Update Frequency |
| ------------------- | ---------------- |
| 🇩🇪 Germany        | 15 min           |
| 🇫🇷 France         | 15 min           |
| 🇳🇱 Netherlands    | 15 min           |
| 🇬🇧 United Kingdom | 30 min           |
| 🇧🇪 Belgium        | 1 hour           |

## Access

Real-time data access via [Query Engine API](/api-v2/query-engine.md).

## Hindcast Data

| **Zone** | **Temporal Extent**         | **Forecast Types**                 |
| -------- | --------------------------- | ---------------------------------- |
| DE       | 2025-04-16 00:00:00 - today | Solar, Wind Onshore, Wind Offshore |
| FR       | 2026-03-06 00:00:00 - today | Solar, Wind Onshore, Wind Offshore |
| UK       | 2025-04-16 00:00:00 - today | Solar, Wind                        |
| BE       | 2026-04-14 00:00:00 - today | Solar, Wind Onshore, Wind Offshore |
| NL       | 2026-04-14 00:00:00 - today | Solar, Wind Onshore, Wind Offshore |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jua.ai/models-and-products/power-forecast.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
