Skip to main content

Fred Search


Implementation details

Class names

Model nameParameters classData class
FredSearchFredSearchQueryParamsFredSearchData

Import Statement

from openbb_core.provider.standard_models. import (
FredSearchData,
FredSearchQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
querystrThe search word(s).NoneTrue

Data

NameTypeDescription
release_idstrThe release ID for queries.
series_idstrThe series ID for the item in the release.
series_groupstrThe series group ID of the series. This value is used to query for regional data.
region_typestrThe region type of the series.
namestrThe name of the release.
titlestrThe title of the series.
observation_startdateThe date of the first observation in the series.
observation_enddateThe date of the last observation in the series.
frequencystrThe frequency of the data.
frequency_shortstrShort form of the data frequency.
unitsstrThe units of the data.
units_shortstrShort form of the data units.
seasonal_adjustmentstrThe seasonal adjustment of the data.
seasonal_adjustment_shortstrShort form of the data seasonal adjustment.
last_updateddatetimeThe datetime of the last update to the data.
popularityintPopularity of the series
group_popularityintGroup popularity of the release
realtime_startdateThe realtime start date of the series.
realtime_enddateThe realtime end date of the series.
notesstrDescription of the release.
press_releaseboolIf the release is a press release.
urlstrURL to the release.