Skip to main content

short_volume

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

Examples

from openbb import obb
obb.equity.shorts.short_volume(symbol='AAPL', provider='stockgrid')

Parameters

NameTypeDescriptionDefaultOptional
symbolstrSymbol to get data for.False

Returns

OBBject
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

NameTypeDescription
dateUnion[date, str]The date of the data.
marketstrReporting Facility ID. N=NYSE TRF, Q=NASDAQ TRF Carteret, B=NASDAQ TRY Chicago, D=FINRA ADF
short_volumeintAggregate reported share volume of executed short sale and short sale exempt trades during regular trading hours
short_exempt_volumeintAggregate reported share volume of executed short sale exempt trades during regular trading hours
total_volumeintAggregate reported share volume of executed trades during regular trading hours