The dataset viewer is not available for this split.
Parquet error: unsupported data type for byte array dictionary reader - Dictionary(UInt32, Utf8View)
Error code: UnexpectedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Dataset Details
Stock bars down to the 1 minute level from various stocks and ETFs. Data goes back to 2016.
Schema (when in a polars DataFrame):
'open': Float64,
'high': Float64,
'low': Float64,
'close': Float64,
'trade_count': UInt32,
'volume': UInt32,
'vol_weighted_avg_price': Float64,
'timestamp': Datetime(time_unit='ms', time_zone='UTC'),
'ticker': Categorical,
'name': Categorical
Source Data
Data was scraped from the alpaca.markets Historical Bars API
- Downloads last month
- 153