Skip to main content

Short Volume


Implementation details

Class names

Model nameParameters classData class
ShortVolumeShortVolumeQueryParamsShortVolumeData

Import Statement

from openbb_core.provider.standard_models.short_volume import (
ShortVolumeData,
ShortVolumeQueryParams,
)

Parameters

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

Data

NameTypeDescription
datedateThe 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