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

CIK JSON Data API

Access 157 data points for CIK spanning 39 years (1987–Jan 20, 2026). Optimized JSON format (23.0 KB).

GET /api/tickers/CIK/json● 200 OK (Live)
{
  "symbol": "CIK",
  "timestamp": "2026-01-22T04:11:32.367Z",
  "price": 2.84,
  "change_24h": -0.3508771929824642,
  "history_sample": [
    {
      "date": "1987-04-01",
      "open": 9.75,
      "high": 9.88,
      "low": 9.13,
      "close": 9.5,
      "volume": 757300
    },
    {
      "date": "1987-07-01",
      "open": 9.5,
      "high": 9.75,
      "low": 8.25,
      "close": 9,
      "volume": 1479200
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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