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

start_date: Union[date, str]

Start date of the data, in YYYY-MM-DD format.

Optional: True


end_date: Union[date, str]

End date of the data, in YYYY-MM-DD format.

Optional: True


Returns

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

date: Union[date, str]

The date of the data.

symbol: str

Symbol representing the entity requested in the data.