Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoMatchingDataError GR (query_imbalance_prices, query_contracted_reserve_amount, query_contracted_reserve_prices) #392

Open
ggasparis18 opened this issue Feb 28, 2025 · 0 comments

Comments

@ggasparis18
Copy link

ggasparis18 commented Feb 28, 2025

By using the below example code we get a NoMatchingDataError in all the functions (query_imbalance_prices, query_contracted_reserve_amount, query_contracted_reserve_prices)
If we change the Country code to ‘FR’ (France), then function query_imbalance_prices is working properly, the other functions are not.

Please let us know if there is an issue with country Greece and how we can overcome this issue
from entsoe import EntsoePandasClient
import pandas as pd

client = EntsoePandasClient(api_key=XXX)

Countries = 'GR'
Timezones = 'Europe/Athens'
start_Time = '20240101'
end_Time = '20240102'
type_marketagreement_type = 'A13'
process_type = 'A61'
client.query_imbalance_prices(Countries, start=pd.Timestamp(start_Time, tz=Timezones), end=pd.Timestamp(end_Time, tz=Timezones), psr_type=None)
client.query_contracted_reserve_amount(Countries, type_marketagreement_type, start=pd.Timestamp(start_Time, tz=Timezones), end=pd.Timestamp(end_Time, tz=Timezones), psr_type=None)
client.query_contracted_reserve_prices(Countries, type_marketagreement_type, start=pd.Timestamp(start_Time, tz=Timezones), end=pd.Timestamp(end_Time, tz=Timezones), psr_type=None)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant