🗄️Developer Resource // JSON Endpoint

BCB JSON Data API

Access 283 data points for BCB spanning 24 years (1995–Jun 1, 2019). Optimized JSON format (41.5 KB).

GET /api/tickers/BCB/json● 200 OK (Live)
{
  "symbol": "BCB",
  "timestamp": "2026-01-22T04:12:39.739Z",
  "price": null,
  "change_24h": null,
  "history_sample": [
    {
      "date": "1995-06-01",
      "open": 19.42,
      "high": 19.42,
      "low": 19.42,
      "close": 19.42,
      "volume": 0
    },
    {
      "date": "1995-07-01",
      "open": 18.49,
      "high": 18.49,
      "low": 18.49,
      "close": 18.49,
      "volume": 0
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import BCB
🛡️

Need to archive this data?

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