Fred Release Table
Implementation details
Class names
| Model name | Parameters class | Data class |
|---|---|---|
FredReleaseTable | FredReleaseTableQueryParams | FredReleaseTableData |
Import Statement
from openbb_core.provider.standard_models. import (
FredReleaseTableData,
FredReleaseTableQueryParams,
)
Parameters
- standard
- fred
release_id: str
The ID of the release. Use fred_search to find releases.
element_id: str | None
The element ID of a specific table in the release.
date: None | date | str | None | list[None | date | str | None]
A specific date to get data for. Multiple items allowed for provider(s): fred.
release_id: str
The ID of the release. Use fred_search to find releases.
element_id: str | None
The element ID of a specific table in the release.
date: None | date | str | None | list[None | date | str | None]
A specific date to get data for. Multiple items allowed for provider(s): fred.
Data
- standard
- fred
date: date | None | str
The date of the data.
level: int | None
The indentation level of the element.
element_type: str | None
The type of the element.
line: int | None
The line number of the element.
element_id: str | None
The element id in the parent/child relationship.
parent_id: str | None
The parent id in the parent/child relationship.
children: str | None
The element_id of each child, as a comma-separated string.
symbol: str | None
Symbol representing the entity requested in the data.
name: str | None
The name of the series.
value: float | None
The reported value of the series.
date: date | None | str
The date of the data.
level: int | None
The indentation level of the element.
element_type: str | None
The type of the element.
line: int | None
The line number of the element.
element_id: str | None
The element id in the parent/child relationship.
parent_id: str | None
The parent id in the parent/child relationship.
children: str | None
The element_id of each child, as a comma-separated string.
symbol: str | None
Symbol representing the entity requested in the data.
name: str | None
The name of the series.
value: float | None
The reported value of the series.