Skip to main content

fails_to_deliver

Get reported Fail-to-deliver (FTD) data.

Parameters

symbol: str
Symbol to get data for.


Returns

results: EquityFTD

Serializable results.

provider: Optional[Literal['sec']]

Provider name.

warnings: Optional[list[Warning_]]

list of warnings.

chart: Optional[Chart]

Chart object.

extra: dict[str, Any]

Extra info.


Data

settlement_date: date | None
The settlement date of the fail.

symbol: str | None
Symbol representing the entity requested in the data.

cusip: str | None
CUSIP of the Security.

quantity: int | None
The number of fails on that settlement date.

price: float | None
The price at the previous closing price from the settlement date.

description: str | None
The description of the Security.