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

IBTD JSON Data API

Access 200 data points for IBTD spanning 4 years (2020–Dec 18, 2023). Optimized JSON format (29.3 KB).

GET /api/tickers/IBTD/json● 200 OK (Live)
{
  "symbol": "IBTD",
  "timestamp": "2026-01-22T06:03:46.048Z",
  "price": 24.77,
  "change_24h": 0.020189783969307512,
  "history_sample": [
    {
      "date": "2020-02-24",
      "open": 25.34,
      "high": 25.34,
      "low": 25.34,
      "close": 25.34,
      "volume": 0
    },
    {
      "date": "2020-03-02",
      "open": 25.34,
      "high": 25.49,
      "low": 25.3,
      "close": 25.46,
      "volume": 2859
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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