Fomc Documents
Implementation details
Class names
| Model name | Parameters class | Data class |
|---|---|---|
FomcDocuments | FomcDocumentsQueryParams | FomcDocumentsData |
Import Statement
from openbb_core.provider.standard_models. import (
FomcDocumentsData,
FomcDocumentsQueryParams,
)
Parameters
- standard
- federal_reserve
year: int | None
The year of FOMC documents to retrieve. If None, all years since 1959 are returned.
document_type: str | None
Filter by document type. Default is all. Choose from: all, monetary_policy, minutes, projections, materials, press_release, press_conference, agenda, transcript, speaker_key, beige_book, teal_book, green_book, blue_book, red_book
Data
- standard
- federal_reserve
date: date | str
The date of the document, formatted as YYYY-MM-DD.
doc_type: str
The type of the FOMC document.
doc_format: str
The format of the document (e.g., pdf, htm).
url: str
The URL of the document.