effr_forecast
Fed Funds Rate Projections.
The projections for the federal funds rate are the value of the midpoint of the projected appropriate target range for the federal funds rate or the projected appropriate target level for the federal funds rate at the end of the specified calendar year or over the longer run.
Examples
from openbb import obb
obb.fixedincome.rate.effr_forecast(provider='fred')
obb.fixedincome.rate.effr_forecast(long_run=True, provider='fred')
Parameters
- standard
- fred
Name | Type | Description | Default | Optional |
---|---|---|---|---|
; |
Name | Type | Description | Default | Optional |
---|---|---|---|---|
long_run | bool | Flag to show long run projections | False | True |
Returns
OBBject
results : List[PROJECTIONS]
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
- standard
- fred
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
range_high | float | High projection of rates. |
central_tendency_high | float | Central tendency of high projection of rates. |
median | float | Median projection of rates. |
range_midpoint | float | Midpoint projection of rates. |
central_tendency_midpoint | float | Central tendency of midpoint projection of rates. |
range_low | float | Low projection of rates. |
central_tendency_low | float | Central tendency of low projection of rates. |
Name | Type | Description |
---|---|---|
date | Union[date, str] | The date of the data. |
range_high | float | High projection of rates. |
central_tendency_high | float | Central tendency of high projection of rates. |
median | float | Median projection of rates. |
range_midpoint | float | Midpoint projection of rates. |
central_tendency_midpoint | float | Central tendency of midpoint projection of rates. |
range_low | float | Low projection of rates. |
central_tendency_low | float | Central tendency of low projection of rates. |