EnergieID / entsoe-py

Python client for the ENTSO-E API (european network of transmission system operators for electricity)
MIT License
416 stars 183 forks source link

InvalidBusinessParameterError Encountered without Further Explanation #275

Open BenediktPrusas opened 1 year ago

BenediktPrusas commented 1 year ago

Issue Description: I'm experiencing an InvalidBusinessParameterError when trying to query cross-border flows using the query_crossborder_flows method. The error message doesn't provide any further details, making it difficult to understand what's going wrong. I am useing the version 0.5.10.

Code to reproduce the error:

from entsoe import EntsoePandasClient

client = EntsoePandasClient(api_key=<YOUR API KEY HERE>)
start = pd.to_datetime('2020-01-01').tz_localize('UTC')
end = pd.to_datetime('2020-01-02').tz_localize('UTC')
client.query_crossborder_flows("IT_CNOR","IT_SARD", start=start, end=end)
fboerman commented 11 months ago

hi did you check this data is available in the UI?