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

CREX JSON Data API

Access 231 data points for CREX spanning 20 years (2006–Jan 21, 2026). Optimized JSON format (33.8 KB).

GET /api/tickers/CREX/json● 200 OK (Live)
{
  "symbol": "CREX",
  "timestamp": "2026-01-22T06:36:41.729Z",
  "price": 3.42,
  "change_24h": 2.3952095808383254,
  "history_sample": [
    {
      "date": "2006-12-01",
      "open": 2781,
      "high": 3114,
      "low": 2160,
      "close": 2592,
      "volume": 28319
    },
    {
      "date": "2007-01-01",
      "open": 2565,
      "high": 3762,
      "low": 2551.5,
      "close": 2641.5,
      "volume": 17106
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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