financialfinancialbtc
BTC Prices
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
| Name | Type | Description |
|---|---|---|
| date | string | |
| open | string | |
| high | string | |
| low | string | |
| close | string | |
| volume_usd | string | |
| market_cap_usd | string | |
| daily_return_pct | string | |
| price_range | string | |
| volatility_pct | string |
Sample Data
Preview a sample of the data before downloading.
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 neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/6276a851-75f0-4a69-9d1e-0df8847e32db/download-url