to_object_async#

async classmethod Series.to_object_async(response)[source]#

Asynchronously parses the FRED API response and returns a list of Series objects.

Parameters:

response (Dict) – The FRED API response.

Returns:

A list of Series objects.

Return type:

List[Series]

Raises:

ValueError – If the response does not contain the expected data.