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

ILPT JSON Data API

Access 421 data points for ILPT spanning 9 years (2018–Jan 21, 2026). Optimized JSON format (61.7 KB).

GET /api/tickers/ILPT/json● 200 OK (Live)
{
  "symbol": "ILPT",
  "timestamp": "2026-01-21T21:24:13.023Z",
  "price": 5.95,
  "change_24h": 4.938271604938276,
  "history_sample": [
    {
      "date": "2018-01-08",
      "open": 23.7,
      "high": 24,
      "low": 23.23,
      "close": 23.35,
      "volume": 7513400
    },
    {
      "date": "2018-01-15",
      "open": 23.4,
      "high": 23.75,
      "low": 22.25,
      "close": 23.05,
      "volume": 3609700
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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