🗄️Developer Resource // JSON Endpoint

CCAP JSON Data API

Absolute endpoints (copy‑paste)
JSON:https://www.pocketportfolio.app/api/tickers/CCAP/json?range=max
CSV:https://www.pocketportfolio.app/api/tickers/CCAP/csv?range=max

Access 332 data points for CCAP spanning 7 years (2020–Jun 5, 2026). Optimized JSON format (48.6 KB).

Route this JSON into your sovereign workspace — command the Terminal.
Endpoint-first sovereignty: no shared warehouse of your raw ledger.

Download as CSV

Prefer CSV format? Download CCAP historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.

GET /api/tickers/CCAP/json● 200 OK (Live)

Tired of exporting to Excel? Track CCAP and analyze your portfolio locally with Pocket Portfolio.

Start Free — Local First
{
  "symbol": "CCAP",
  "timestamp": "2026-06-07T05:04:16.392Z",
  "price": 11.11,
  "change_24h": -3.475238922675937,
  "history_sample": [
    {
      "date": "2020-02-03",
      "open": 16.49,
      "high": 17.99,
      "low": 16.26,
      "close": 17.1,
      "volume": 131200
    },
    {
      "date": "2020-02-10",
      "open": 17.01,
      "high": 17.05,
      "low": 16.55,
      "close": 16.62,
      "volume": 576700
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import CCAP
🛡️

Need to archive this data?

Don't rely on ephemeral endpoints. Automatically sync CCAP.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)
> system_ready. Initialize Sovereign reasoning for this asset?[Y]— open Terminal