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

BBC JSON Data API

Access 134 data points for BBC spanning 12 years (2015–Jan 21, 2026). Optimized JSON format (19.6 KB).

GET /api/tickers/BBC/json● 200 OK (Live)
{
  "symbol": "BBC",
  "timestamp": "2026-01-22T02:04:03.852Z",
  "price": 42.37,
  "change_24h": 1.875450829526314,
  "history_sample": [
    {
      "date": "2015-01-01",
      "open": 28,
      "high": 30.61,
      "low": 27.1,
      "close": 28.79,
      "volume": 333800
    },
    {
      "date": "2015-02-01",
      "open": 28.73,
      "high": 32.02,
      "low": 26.8,
      "close": 31.07,
      "volume": 381800
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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