Skip to main content

Money Measures


Implementation details

Class names

Model nameParameters classData class
MoneyMeasuresMoneyMeasuresQueryParamsMoneyMeasuresData

Import Statement

from openbb_core.provider.standard_models.money_measures import (
MoneyMeasuresData,
MoneyMeasuresQueryParams,
)

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
providerLiteral['federal_reserve']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'federal_reserve' if there is no default.federal_reserveTrue

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.