Skip to main content

fomc_documents

Get lists of FOMC documents by year and document type.

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

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

Examples

from openbb import obb
obb.economy.fomc_documents()
# Filter all documents by year.
obb.economy.fomc_documents(year=2022)
# Filter all documents by year and document type.
obb.economy.fomc_documents(year=2022, document_type='minutes')

Parameters


Returns

results: 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