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

CUBE JSON Data API

Access 256 data points for CUBE spanning 22 years (2004–Jan 21, 2026). Optimized JSON format (37.5 KB).

GET /api/tickers/CUBE/json● 200 OK (Live)
{
  "symbol": "CUBE",
  "timestamp": "2026-01-22T03:16:14.102Z",
  "price": 38.98,
  "change_24h": 0.2572016460905203,
  "history_sample": [
    {
      "date": "2004-11-01",
      "open": 16.8,
      "high": 17.77,
      "low": 16.55,
      "close": 17.06,
      "volume": 5807300
    },
    {
      "date": "2004-12-01",
      "open": 17.05,
      "high": 17.5,
      "low": 16.4,
      "close": 17.35,
      "volume": 5781900
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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