Skip to main content

fails_to_deliver

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

Examples

from openbb import obb
obb.equity.shorts.fails_to_deliver(symbol='AAPL', provider='sec')

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False

Returns

OBBject
results : List[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

NameTypeDescription
settlement_datedateThe settlement date of the fail.
symbolstrSymbol representing the entity requested in the data.
cusipstrCUSIP of the Security.
quantityintThe number of fails on that settlement date.
pricefloatThe price at the previous closing price from the settlement date.
descriptionstrThe description of the Security.