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

FSEC JSON Data API

Access 256 data points for FSEC spanning 5 years (2021–Jan 21, 2026). Optimized JSON format (37.5 KB).

GET /api/tickers/FSEC/json● 200 OK (Live)
{
  "symbol": "FSEC",
  "timestamp": "2026-01-22T03:03:08.299Z",
  "price": 44.26,
  "change_24h": 0.34005894355021216,
  "history_sample": [
    {
      "date": "2021-03-08",
      "open": 50,
      "high": 50.02,
      "low": 49.89,
      "close": 49.92,
      "volume": 5300
    },
    {
      "date": "2021-03-15",
      "open": 49.86,
      "high": 49.89,
      "low": 49.73,
      "close": 49.83,
      "volume": 800
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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