financialCryptoSpartan/stocks_bars_1mstocksetfohlcvminute-barsalpacatime-seriesquantitative-financebacktestingparquet

US Stocks & ETFs 1-Minute Bars (2016–Present)

Category
Financial
Records
584,347,549 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~10062.04 MB
Downloads
0

About this data

Minute-level OHLCV bars for US stocks and ETFs from 2016 onward, scraped from the Alpaca Markets Historical Bars API. Parquet format, 100M+ rows, MIT licensed.

Schema

NameTypeDescription
openDOUBLEOpening price in USD for the 1-minute bar.
highDOUBLEHighest price in USD traded within the 1-minute bar.
lowDOUBLELowest price in USD traded within the 1-minute bar.
closeDOUBLEClosing price in USD for the 1-minute bar.
volumeUINTEGERTotal number of shares traded during the 1-minute bar.
trade_countUINTEGERNumber of individual trades executed during the 1-minute bar.
vol_weighted_avg_priceDOUBLEVolume-weighted average price in USD for the 1-minute bar.
timestampTIMESTAMP WITH TIME ZONEBar start time in UTC with millisecond precision.
tickerVARCHARStock or ETF ticker symbol.
nameVARCHARCompany or ETF full name.

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "US Stocks & ETFs 1-Minute Bars" })
// Found: 89d911b1-31ee-40eb-bd09-fc3ef75a5838
get_download_url({ dataset_id: "89d911b1-31ee-40eb-bd09-fc3ef75a5838" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/89d911b1-31ee-40eb-bd09-fc3ef75a5838/download-url