Skip to main content

money_measures

Get Money Measures (M1/M2 and components).

The Federal Reserve publishes as part of the H.6 Release.

Examples

from openbb import obb
obb.economy.money_measures(provider='federal_reserve')
obb.economy.money_measures(adjusted=False, provider='federal_reserve')

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
adjustedboolWhether to return seasonally adjusted data.TrueTrue

Returns

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

NameTypeDescription
monthdateThe date of the data.
M1floatValue of the M1 money supply in billions.
M2floatValue of the M2 money supply in billions.
currencyfloatValue of currency in circulation in billions.
demand_depositsfloatValue of demand deposits in billions.
retail_money_market_fundsfloatValue of retail money market funds in billions.
other_liquid_depositsfloatValue of other liquid deposits in billions.
small_denomination_time_depositsfloatValue of small denomination time deposits in billions.