short_volume
Get reported Fail-to-deliver (FTD) data.
Parameters
- standard
- stockgrid
symbol
: str
Symbol to get data for.
• Optional: False
symbol
: str
Symbol to get data for.
• Optional: False
Returns
results
: list[ShortVolume]
Serializable results.
provider
: Optional[Literal['stockgrid']]
Provider name.
warnings
: Optional[list[Warning_]]
list of warnings.
chart
: Optional[Chart]
Chart object.
extra
: dict[str, Any]
Extra info.
Data
- standard
- stockgrid
date
: Union[date, str]
The date of the data.
market
: str
Reporting Facility ID. N=NYSE TRF, Q=NASDAQ TRF Carteret, B=NASDAQ TRY Chicago, D=FINRA ADF
short_volume
: int
Aggregate reported share volume of executed short sale and short sale exempt trades during regular trading hours
short_exempt_volume
: int
Aggregate reported share volume of executed short sale exempt trades during regular trading hours
total_volume
: int
Aggregate reported share volume of executed trades during regular trading hours
date
: Union[date, str]
The date of the data.
market
: str
Reporting Facility ID. N=NYSE TRF, Q=NASDAQ TRF Carteret, B=NASDAQ TRY Chicago, D=FINRA ADF
short_volume
: int
Aggregate reported share volume of executed short sale and short sale exempt trades during regular trading hours
short_exempt_volume
: int
Aggregate reported share volume of executed short sale exempt trades during regular trading hours
total_volume
: int
Aggregate reported share volume of executed trades during regular trading hours
close
: float
Closing price of the stock on the date.
short_volume_percent
: float
Percentage of the total volume that was short volume.