Release#

class fedfred.objects.Release(id, realtime_start, realtime_end, name, press_release, link=None, notes=None, client=None)[source]#

Bases: object

A class used to represent a Release.

Parameters:

Methods#

Release.__init__

Release.to_object

Parses the FRED API response and returns a list of Release objects.

Release.to_object_async

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

Attributes#

Release.client

Release.dates

Get the release dates associated with this release.

Release.link

Release.notes

Release.related_tags

Get the related tags associated with this release.

Release.series

Get the series associated with this release.

Release.sources

Get the sources associated with this release.

Release.tables

Get the tables associated with this release.

Release.tags

Get the tags associated with this release.

Release.id

Release.realtime_start

Release.realtime_end

Release.name

Release.press_release