to_object_async#
- async classmethod SeriesGroup.to_object_async(response)[source]#
Asynchronously parses the FRED API response and returns a list of SeriesGroup objects.
- Parameters:
response (Dict) – The FRED API response.
- Returns:
A list of SeriesGroup objects.
- Return type:
List[SeriesGroup]
- Raises:
ValueError – If the response does not contain the expected data.