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

BCS JSON Data API

Access 159 data points for BCS spanning 40 years (1986–Jan 21, 2026). Optimized JSON format (23.3 KB).

GET /api/tickers/BCS/json● 200 OK (Live)
{
  "symbol": "BCS",
  "timestamp": "2026-01-22T00:00:38.881Z",
  "price": 25.84,
  "change_24h": 0.8193523214982475,
  "history_sample": [
    {
      "date": "1986-09-01",
      "open": 4.51,
      "high": 4.61,
      "low": 4.36,
      "close": 4.57,
      "volume": 1083352
    },
    {
      "date": "1986-12-01",
      "open": 4.57,
      "high": 5.84,
      "low": 4.53,
      "close": 5.29,
      "volume": 809326
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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