You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some further troubleshooting I see it's actually the volumes that are missing, not the prices.
The column names (("Procured Capacity", {direction})) led me to believe they were volumes, but the datapoints are actually the price values.
Original issue description updated.
christianfosli
changed the title
Missing prices in query_contracted_reserve_prices_procured_capacity results
Missing volumes in query_contracted_reserve_prices_procured_capacity results
Dec 17, 2024
After investigating a bit further, this looks to be as designed from #305 implementation.
However, the way I understand the Entsoe UI, this endpoint has replaced legacy endpoints for both prices and volumes:
(and the legacy query_contracted_reserve_amount endpoint returns no data for the market/areas I'm interested in)
So I think it would be better to include both in the returned dataframe.
Steps to reproduce
Expected
Dataframe with procured capacity prices and volumes
Actual
Dataframe with procured capacity
volumesprices butpricesvolumes are missingThe raw xml response contains both prices (procurement_Price.amount) and volumes (quantity), e.g:
The text was updated successfully, but these errors were encountered: