🗄️Developer Resource // JSON Endpoint

IBCE JSON Data API

Access 120 data points for IBCE spanning 10 years (2013–Apr 1, 2023). Optimized JSON format (17.6 KB).

GET /api/tickers/IBCE/json● 200 OK (Live)
{
  "symbol": "IBCE",
  "timestamp": "2026-01-22T04:32:42.241Z",
  "price": 24.355,
  "change_24h": 0.04107619634422495,
  "history_sample": [
    {
      "date": "2013-05-01",
      "open": 25.07,
      "high": 25.17,
      "low": 24.1,
      "close": 24.1,
      "volume": 1008468
    },
    {
      "date": "2013-06-01",
      "open": 24.05,
      "high": 24.2,
      "low": 22.87,
      "close": 23.24,
      "volume": 80380
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import IBCE
🛡️

Need to archive this data?

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