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

BBDC JSON Data API

Access 228 data points for BBDC spanning 19 years (2007–Jan 21, 2026). Optimized JSON format (33.4 KB).

GET /api/tickers/BBDC/json● 200 OK (Live)
{
  "symbol": "BBDC",
  "timestamp": "2026-01-22T02:04:20.548Z",
  "price": 9.24,
  "change_24h": 1.2048192771084274,
  "history_sample": [
    {
      "date": "2007-03-01",
      "open": 14.63,
      "high": 14.8,
      "low": 13.45,
      "close": 13.65,
      "volume": 212400
    },
    {
      "date": "2007-04-01",
      "open": 13.98,
      "high": 15,
      "low": 13.58,
      "close": 14.11,
      "volume": 179400
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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