Skip to main content

Equity FTD


Implementation details

Class names

Model nameParameters classData class
EquityFTDEquityFTDQueryParamsEquityFTDData

Import Statement

from openbb_core.provider.standard_models. import (
EquityFTDData,
EquityFTDQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False
providerLiteral['sec']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'sec' if there is no default.secTrue

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.