> For the complete documentation index, see [llms.txt](https://vc-docs.gitbook.io/engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vc-docs.gitbook.io/engine/home/live-data/datasources/openmeteo.md).

# OpenMeteo

Open Meteo features a lot of data with granularity of up to hourly. We are focusing on primarily irradiance and cloud coverage data, as well as temperature data.&#x20;

The website features an easy way to pick what data you want and tweak the parameters. They also provide the relevant url for users to query via REST API.&#x20;

~~As of 03/02/2026, we are paying for a license (Professional Tier) as irradiance data is not available for other tiers.~~

Due to the limits being only enforced per month, and it has a high limit (5M calls/month), users are currently fetching directly from OpenMeteo.

NOTE: For hourly data, OpenMeteo pushes a full day of data entry (i.e. from 0000 to 2300) at the start of the day. This means that if you want to fetch the current hourly data, you have to ensure you adjust the index you are accessing (2300 will be the end of the array, 2200 will be at -1...)
