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

FACT JSON Data API

Access 270 data points for FACT spanning 2 years (2024–Jan 21, 2026). Optimized JSON format (39.6 KB).

GET /api/tickers/FACT/json● 200 OK (Live)
{
  "symbol": "FACT",
  "timestamp": "2026-01-21T21:28:51.725Z",
  "price": 10.47,
  "change_24h": 0.09560229445506488,
  "history_sample": [
    {
      "date": "2024-12-20",
      "open": 9.88,
      "high": 9.9,
      "low": 9.86,
      "close": 9.88,
      "volume": 0
    },
    {
      "date": "2024-12-23",
      "open": 9.85,
      "high": 9.85,
      "low": 9.85,
      "close": 9.85,
      "volume": 1300
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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