primary_dealer_positioning
Get Primary dealer positioning statistics.
Parameters
- standard
- federal_reserve
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
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
category
: Literal['treasuries', 'bills', 'coupons', 'notes', 'tips', 'mbs', 'cmbs', 'municipal', 'corporate', 'commercial_paper', 'corporate_ig', 'corporate_junk', 'abs']
The category of asset to return, defaults to 'treasuries'.
• Default: treasuries
• 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
- standard
- federal_reserve
date
: Union[date, str]
The date of the data.
symbol
: str
Symbol representing the entity requested in the data.
date
: Union[date, str]
The date of the data.
symbol
: str
Symbol representing the entity requested in the data.
value
: int
The reported value of the net position (long - short), in millions of $USD.
name
: str
Short name for the series.
title
: str
Title of the series.