-
Notifications
You must be signed in to change notification settings - Fork 233
Open
Description
I am trying to collect the following data
Is there a function that supports this ? I have attempted the following :
`
def query_aggregated_bids(self,start: pd.Timestamp, end: pd.Timestamp) -> str:
"""
Parameters
----------
country_code : Area|str
start : pd.Timestamp
end : pd.Timestamp
process_type : str
A51 ... aFRR; A47 ... mFRR
Returns
-------
str
"""
params = {
'documentType': 'A24',
'area_Domain': "10YGR-HTSO-----Y",
'processType': 'A51',
}
response = self._base_request(params=params, start=start, end=end)
print(f"Response status code: {response}")
return response
`
But it only returns x/96 (4*24) from the available prices on the site
Metadata
Metadata
Assignees
Labels
No labels