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

FPI JSON Data API

Access 142 data points for FPI spanning 12 years (2014–Jan 21, 2026). Optimized JSON format (20.8 KB).

GET /api/tickers/FPI/json● 200 OK (Live)
{
  "symbol": "FPI",
  "timestamp": "2026-01-22T05:44:26.817Z",
  "price": 10.77,
  "change_24h": 2.571428571428567,
  "history_sample": [
    {
      "date": "2014-05-01",
      "open": 13.97,
      "high": 13.97,
      "low": 11.81,
      "close": 13.1,
      "volume": 378900
    },
    {
      "date": "2014-06-01",
      "open": 13.15,
      "high": 13.57,
      "low": 12.25,
      "close": 13.1,
      "volume": 747200
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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