🗄️Developer Resource // JSON Endpoint

QBE JSON Data API

Access 55 data points for QBE spanning 10 years (2007–May 1, 2017). Optimized JSON format (8.1 KB).

GET /api/tickers/QBE/json● 200 OK (Live)
{
  "symbol": "QBE",
  "timestamp": "2026-01-21T23:48:41.912Z",
  "price": null,
  "change_24h": null,
  "history_sample": [
    {
      "date": "2007-08-01",
      "open": 16.81,
      "high": 16.81,
      "low": 16.81,
      "close": 16.81,
      "volume": 88
    },
    {
      "date": "2008-11-01",
      "open": 14,
      "high": 14,
      "low": 14,
      "close": 14,
      "volume": 200
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import QBE
🛡️

Need to archive this data?

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