Skip to main content

fred_regional

Query the Geo Fred API for regional economic data by series group.

The series group ID is found by using fred_search and the series_id parameter.

Parameters

symbol: str

Symbol to get data for.

Optional: False


start_date: Union[date, str]

Start date of the data, in YYYY-MM-DD format.

Optional: True


end_date: Union[date, str]

End date of the data, in YYYY-MM-DD format.

Optional: True


limit: int

The number of data entries to return.

Default: 100000

Optional: True


Returns

results: list[FredRegional]

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

date: Union[date, str]

The date of the data.