🗄️Developer Resource // JSON Endpoint

FINW JSON Data API

Access 222 data points for FINW spanning 5 years (2021–Feb 9, 2026). Optimized JSON format (32.5 KB).

Download as CSV

Prefer CSV format? Download FINW historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.

GET /api/tickers/FINW/json● 200 OK (Live)
{
  "symbol": "FINW",
  "timestamp": "2026-02-17T12:51:00.618Z",
  "price": 17.36,
  "change_24h": -0.6865045373853355,
  "history_sample": [
    {
      "date": "2021-11-15",
      "open": 12.5,
      "high": 13.89,
      "low": 11.9,
      "close": 12.73,
      "volume": 1561900
    },
    {
      "date": "2021-11-22",
      "open": 12.73,
      "high": 14.6,
      "low": 12.73,
      "close": 12.78,
      "volume": 564800
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import FINW
🛡️

Need to archive this data?

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