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

FVC JSON Data API

Access 119 data points for FVC spanning 10 years (2016–Jan 21, 2026). Optimized JSON format (17.4 KB).

GET /api/tickers/FVC/json● 200 OK (Live)
{
  "symbol": "FVC",
  "timestamp": "2026-01-21T23:51:31.118Z",
  "price": 38.83,
  "change_24h": 1.6422965976137789,
  "history_sample": [
    {
      "date": "2016-04-01",
      "open": 20.26,
      "high": 20.89,
      "low": 19.97,
      "close": 20.64,
      "volume": 2608200
    },
    {
      "date": "2016-05-01",
      "open": 20.66,
      "high": 20.75,
      "low": 19.96,
      "close": 20.51,
      "volume": 3077400
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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