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

CCD JSON Data API

Access 131 data points for CCD spanning 11 years (2015–Jan 21, 2026). Optimized JSON format (19.2 KB).

GET /api/tickers/CCD/json● 200 OK (Live)
{
  "symbol": "CCD",
  "timestamp": "2026-01-21T21:24:42.868Z",
  "price": 22.63,
  "change_24h": 0.5777777777777733,
  "history_sample": [
    {
      "date": "2015-04-01",
      "open": 25.09,
      "high": 25.98,
      "low": 25.01,
      "close": 25.47,
      "volume": 1223800
    },
    {
      "date": "2015-05-01",
      "open": 25.3,
      "high": 25.43,
      "low": 23.67,
      "close": 24,
      "volume": 2631900
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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