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" when accesing todays Day-Ahead prices #381

Open
JBrucksch opened this issue Jan 20, 2025 · 1 comment
Open

"NoMatchingDataError" when accesing todays Day-Ahead prices #381

JBrucksch opened this issue Jan 20, 2025 · 1 comment

Comments

@JBrucksch
Copy link

JBrucksch commented Jan 20, 2025

Hi,

when I try to access the DA prices from today, I get a "NoMatchingDataError"

Here is the relevant code:

client = EntsoePandasClient(api_key=API_KEY)
start = pd.Timestamp(pd.Timestamp.today().date() - pd.Timedelta(days=0), tz='Europe/Brussels')
end = start + pd.Timedelta(hours=23, minutes=59, seconds=59)
country_code = 'DE_LU'  # Germany + Luxembourg

# methods` that return Pandas Series
df = client.query_day_ahead_prices(country_code, start=start, end=end)
@fboerman
Copy link
Collaborator

fboerman commented Jan 20, 2025 via email

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

2 participants