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

symbol: str
Symbol to get data for.

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.