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

ICFI JSON Data API

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

GET /api/tickers/ICFI/json● 200 OK (Live)
{
  "symbol": "ICFI",
  "timestamp": "2026-01-22T01:45:32.404Z",
  "price": 95.84,
  "change_24h": 1.3858034486406454,
  "history_sample": [
    {
      "date": "2006-10-01",
      "open": 12.84,
      "high": 16.35,
      "low": 11.66,
      "close": 14.6,
      "volume": 2110100
    },
    {
      "date": "2006-11-01",
      "open": 14.48,
      "high": 18.07,
      "low": 14.48,
      "close": 17.39,
      "volume": 1914100
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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