Skip to main content

estr

Euro Short-Term Rate.

The euro short-term rate (€STR) reflects the wholesale euro unsecured overnight borrowing costs of banks located in the euro area. The €STR is published on each TARGET2 business day based on transactions conducted and settled on the previous TARGET2 business day (the reporting date “T”) with a maturity date of T+1 which are deemed to have been executed at arm's length and thus reflect market rates in an unbiased way.

Examples

from openbb import obb
obb.fixedincome.rate.estr(provider='fred')
obb.fixedincome.rate.estr(transform=ch1, provider='fred')

Parameters

NameTypeDescriptionDefaultOptional
start_dateUnion[date, str]Start date of the data, in YYYY-MM-DD format.NoneTrue
end_dateUnion[date, str]End date of the data, in YYYY-MM-DD format.NoneTrue

Returns

OBBject
results : List[EuroShortTermRate]
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

NameTypeDescription
dateUnion[date, str]The date of the data.
ratefloatVolume-weighted trimmed mean rate.
percentile_25floatRate at 25th percentile of volume.
percentile_75floatRate at 75th percentile of volume.
volumefloatThe trading volume. (Millions of €EUR).
transactionsintNumber of transactions.
number_of_banksintNumber of active banks.
large_bank_share_of_volumefloatThe percent of volume attributable to the 5 largest active banks.