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
On 20 Jan 2025, 16:05, at 16:05, JBrucksch ***@***.***> wrote:
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)`
--
Reply to this email directly or view it on GitHub:
#381
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
Hi,
when I try to access the DA prices from today, I get a "NoMatchingDataError"
Here is the relevant code:
The text was updated successfully, but these errors were encountered: