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

QUB JSON Data API

Access 71 data points for QUB spanning 2 years (2016–Jan 29, 2018). Optimized JSON format (10.4 KB).

GET /api/tickers/QUB/json● 200 OK (Live)
{
  "symbol": "QUB",
  "timestamp": "2026-01-21T19:37:19.026Z",
  "price": 0.956,
  "change_24h": 0,
  "history_sample": [
    {
      "date": "2016-09-26",
      "open": 3,
      "high": 3.15,
      "low": 2.25,
      "close": 2.49,
      "volume": 979654
    },
    {
      "date": "2016-10-03",
      "open": 2.49,
      "high": 2.5,
      "low": 2.11,
      "close": 2.4,
      "volume": 197216
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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