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

CAF JSON Data API

Access 233 data points for CAF spanning 20 years (2006–Jan 20, 2026). Optimized JSON format (34.1 KB).

GET /api/tickers/CAF/json● 200 OK (Live)
{
  "symbol": "CAF",
  "timestamp": "2026-01-21T23:18:43.253Z",
  "price": 17.94,
  "change_24h": 0.05577244841049394,
  "history_sample": [
    {
      "date": "2006-10-01",
      "open": 20.18,
      "high": 21.7,
      "low": 20,
      "close": 20.15,
      "volume": 1591700
    },
    {
      "date": "2006-11-01",
      "open": 20.25,
      "high": 23.28,
      "low": 20.1,
      "close": 22.91,
      "volume": 2006800
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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