Skip to content

[Support] Request support for a query. #398

@Miltiadis-Kon

Description

@Miltiadis-Kon

I am trying to collect the following data

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions