Skip to main content

primary_dealer_positioning

Get Primary dealer positioning statistics.

Examples

from openbb import obb
obb.economy.primary_dealer_positioning(provider='federal_reserve')
obb.economy.primary_dealer_positioning(category=abs, 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

Returns

OBBject
results : List[PrimaryDealerPositioning]
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
dateUnion[date, str]The date of the data.
symbolstrSymbol representing the entity requested in the data.