Skip to main content

Fred Release Table


Implementation details

Class names

Model nameParameters classData class
FredReleaseTableFredReleaseTableQueryParamsFredReleaseTableData

Import Statement

from openbb_core.provider.standard_models. import (
FredReleaseTableData,
FredReleaseTableQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
release_idstrThe ID of the release. Use fred_search to find releases.False
element_idstrThe element ID of a specific table in the release.NoneTrue
dateUnion[Union[date, str], List[Union[date, str]]]A specific date to get data for. Multiple items allowed for provider(s): fred.NoneTrue

Data

NameTypeDescription
dateUnion[date, str]The date of the data.
levelintThe indentation level of the element.
element_typestrThe type of the element.
lineintThe line number of the element.
element_idstrThe element id in the parent/child relationship.
parent_idstrThe parent id in the parent/child relationship.
childrenstrThe element_id of each child, as a comma-separated string.
symbolstrSymbol representing the entity requested in the data.
namestrThe name of the series.
valuefloatThe reported value of the series.