Skip to main content

fomc_documents

Get FOMC documents by year and document type. Optionally, download the file directly from the Federal Reserve's website.

Source: https://www.federalreserve.gov/monetarypolicy/fomc_historical.htm Source: https://www.federalreserve.gov/monetarypolicy/fomccalendars.htm

This function does not return the typical OBBject response.

The response is list[dict[str, str]] of FOMC documents and their URLs.

Each dictionary entry has keys: date, url, doc_type, and doc_format.

If as_choices is True, the response is a list of valid Workspace parameter choices. Keys, label and value, correspond with the doc_type + date, and the url, respectively.

If url was provided, the response is a dict[str, Any] with keys filename, content, and data_format.

Parameters


Returns

results: list[FomcDocuments]

Serializable results.


provider: Optional[Literal['federal_reserve']]

Provider name.


warnings: Optional[list[Warning_]]

list of warnings.


chart: Optional[Chart]

Chart object.


extra: dict[str, Any]

Extra info.


Data