🗄️Developer Resource // JSON Endpoint

BKA JSON Data API

Access 93 data points for BKA spanning 8 years (2010–Oct 1, 2017). Optimized JSON format (13.6 KB).

GET /api/tickers/BKA/json● 200 OK (Live)
{
  "symbol": "BKA",
  "timestamp": "2026-01-21T19:39:26.932Z",
  "price": null,
  "change_24h": null,
  "history_sample": [
    {
      "date": "2010-02-01",
      "open": 1.6,
      "high": 1.6,
      "low": 1.32,
      "close": 1.32,
      "volume": 10351478
    },
    {
      "date": "2010-03-01",
      "open": 1.22,
      "high": 1.27,
      "low": 1.08,
      "close": 1.11,
      "volume": 8799828
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import BKA
🛡️

Need to archive this data?

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