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

CASH JSON Data API

Access 389 data points for CASH spanning 33 years (1993–Jan 20, 2026). Optimized JSON format (57.0 KB).

GET /api/tickers/CASH/json● 200 OK (Live)
{
  "symbol": "CASH",
  "timestamp": "2026-01-22T00:28:32.300Z",
  "price": 77.25,
  "change_24h": 4.13858182798597,
  "history_sample": [
    {
      "date": "1993-10-01",
      "open": 3.39,
      "high": 3.67,
      "low": 3.33,
      "close": 3.61,
      "volume": 1198800
    },
    {
      "date": "1993-11-01",
      "open": 3.44,
      "high": 3.78,
      "low": 3.44,
      "close": 3.61,
      "volume": 310050
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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