For years I have been using the function AirTemperatureData to get daily average temperatures for 11 German cities.
Now, I do not get any data after August 24, 2025. All time series are obviously not continued. Is this my fault?
Does anybody know how to access data for Germany after August 24, 2025?
Here is the command I used:
airtemp =
AirTemperatureData[
stationen, {DateObject[{2007, 10, 1}], DateObject[{2026, 5, 20}],
"Day"}]
where "stationen" is the list of 11 cities defined as Entities (note, this code worked for the last 5 years)
any help is highly appreciated.