Skip to main content

Fred Series


Implementation details

Class names

Model nameParameters classData class
FredSeriesFredSeriesQueryParamsFredSeriesData

Import Statement

from openbb_core.provider.standard_models. import (
FredSeriesData,
FredSeriesQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolUnion[str, List[str]]Symbol to get data for. Multiple items allowed for provider(s): fred.False
start_dateUnion[date, str]Start date of the data, in YYYY-MM-DD format.NoneTrue
end_dateUnion[date, str]End date of the data, in YYYY-MM-DD format.NoneTrue
limitintThe number of data entries to return.100000True
providerLiteral['fred', 'intrinio']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'fred' if there is no default.fredTrue

Data

NameTypeDescription
datedateThe date of the data.