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

BSSP JSON Data API

Access 158 data points for BSSP spanning 14 years (2013–Jan 21, 2026). Optimized JSON format (23.1 KB).

GET /api/tickers/BSSP/json● 200 OK (Live)
{
  "symbol": "BSSP",
  "timestamp": "2026-01-22T05:43:50.640Z",
  "price": 0.0002,
  "change_24h": 0,
  "history_sample": [
    {
      "date": "2013-01-01",
      "open": 0.88,
      "high": 1.03,
      "low": 0.88,
      "close": 1.03,
      "volume": 426720
    },
    {
      "date": "2013-02-01",
      "open": 0.93,
      "high": 1.07,
      "low": 0.77,
      "close": 1.07,
      "volume": 169605
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

Don't rely on ephemeral endpoints. Automatically sync BSSP.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)