financialfinancialbtc

BTC Prices

Category
Financial
Time Period
Records
10 rows
Format
CSV
Update Frequency
One-time snapshot
Coverage
Collection Method
uploaded
Verification
unverified
PII
None detected
File Size

About this data

A proprietary dataset for BTC prices - what's unique about it is that you can find these same prices anywhere else.

Schema

NameTypeDescription
datestring
openstring
highstring
lowstring
closestring
volume_usdstring
market_cap_usdstring
daily_return_pctstring
price_rangestring
volatility_pctstring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 3.5 / 5
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: "BTC Prices" })
// Found: 6276a851-75f0-4a69-9d1e-0df8847e32db
get_download_url({ dataset_id: "6276a851-75f0-4a69-9d1e-0df8847e32db" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/6276a851-75f0-4a69-9d1e-0df8847e32db/download-url