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

ICF JSON Data API

Access 300 data points for ICF spanning 25 years (2001–Jan 21, 2026). Optimized JSON format (43.9 KB).

GET /api/tickers/ICF/json● 200 OK (Live)
{
  "symbol": "ICF",
  "timestamp": "2026-01-22T02:04:04.160Z",
  "price": 61.24,
  "change_24h": 0.26195153896529744,
  "history_sample": [
    {
      "date": "2001-03-01",
      "open": 19.66,
      "high": 20.06,
      "low": 19.09,
      "close": 19.59,
      "volume": 834800
    },
    {
      "date": "2001-04-01",
      "open": 19.54,
      "high": 20.11,
      "low": 19.02,
      "close": 20.11,
      "volume": 531600
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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