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

FUND JSON Data API

Access 152 data points for FUND spanning 38 years (1988–Jan 21, 2026). Optimized JSON format (22.3 KB).

GET /api/tickers/FUND/json● 200 OK (Live)
{
  "symbol": "FUND",
  "timestamp": "2026-01-21T21:24:13.294Z",
  "price": 9.352,
  "change_24h": 1.6521739130434896,
  "history_sample": [
    {
      "date": "1988-06-01",
      "open": 6,
      "high": 6.5,
      "low": 6,
      "close": 6,
      "volume": 49900
    },
    {
      "date": "1988-09-01",
      "open": 6,
      "high": 6.75,
      "low": 6,
      "close": 6.25,
      "volume": 45900
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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