πŸ—„οΈDeveloper Resource // JSON Endpoint

BOLT JSON Data API

Access 261 data points for BOLT spanning 5 years (2021–Jan 21, 2026). Optimized JSON format (38.2 KB).

GET /api/tickers/BOLT/json● 200 OK (Live)
{
  "symbol": "BOLT",
  "timestamp": "2026-01-22T05:44:29.478Z",
  "price": 6.27,
  "change_24h": 0.48076923076922046,
  "history_sample": [
    {
      "date": "2021-02-01",
      "open": 522,
      "high": 679.2,
      "low": 452.6,
      "close": 643,
      "volume": 345540
    },
    {
      "date": "2021-02-08",
      "open": 568,
      "high": 717.6,
      "low": 562.2,
      "close": 666.2,
      "volume": 125490
    }
  ]
}
πŸ’»

Import via CLI

Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.

npx pocket-portfolio --import BOLT
πŸ›‘οΈ

Need to archive this data?

Don't rely on ephemeral endpoints. Automatically sync BOLT.json updates to your private Google Drive for backtesting and compliance.

Enable Sovereign Sync

Includes unlimited API calls & historical CSV exports.

Dataset Specifications

  • Format: Standardized JSON (OHLCV)
  • Frequency: End-of-Day (EOD) + Real-time delay
  • Adjustments: Split-adjusted, Dividend-adjusted
  • Source: Multi-provider aggregation (AlphaVantage, Yahoo fallback)