Skip to main content

fred_search

Search for FRED series or economic releases by ID or string.

This does not return the observation values, only the metadata. Use this function to find series IDs for fred_series().

Examples

from openbb import obb
obb.economy.fred_search(provider='fred')

Parameters

NameTypeDescriptionDefaultOptional
querystrThe search word(s).NoneTrue

Returns

OBBject
results : List[FredSearch]
Serializable results.

provider : Optional[Literal['fred']]
Provider name.

warnings : Optional[List[Warning_]]
List of warnings.

chart : Optional[Chart]
Chart object.

extra : Dict[str, Any]
Extra info.

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.