Category#
- class fedfred.objects.Category(id, name, parent_id=None, client=None)[source]#
Bases:
objectA class used to represent a Category.
Methods#
Parses FRED API response and returns a list of Category objects. |
|
Asynchronously parses FRED API response and returns a list of Category objects. |
Attributes#
Get the child categories of this category. |
|
Get the related categories of this category. |
|
Get the related tags associated with this category. |
|
Get the series in this category. |
|
Get the tags associated with this category. |
|