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.

Optional: False

Data

settlement_date: date

The settlement date of the fail.

symbol: str

Symbol representing the entity requested in the data.

cusip: str

CUSIP of the Security.

quantity: int

The number of fails on that settlement date.

price: float

The price at the previous closing price from the settlement date.

description: str

The description of the Security.