to_object_async#

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

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

Return type:

List[Series]

Parameters:

response (Dict)