tbffr
Get data for Selected Treasury Bill Minus Federal Funds Rate.
Source Code: [link]
openbb.fixedincome.tbffr(parameter: str = "3_month", start_date: Optional[str] = None, end_date: Optional[str] = None)
Parameters
Name | Type | Description | Default | Optional |
---|---|---|---|---|
parameter | str | FRED ID of TBFFR data to plot, options: ["3_month", "6_month"] | 3_month | True |
start_date | Optional[str] | Start date, formatted YYYY-MM-DD | None | True |
end_date | Optional[str] | End date, formatted YYYY-MM-DD | None | True |
Returns
This function does not return anything