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

VINAX JSON Data API

Access 256 data points for VINAX spanning 22 years (2004–Jan 1, 2026). Optimized JSON format (37.5 KB).

GET /api/tickers/VINAX/json● 200 OK (Live)
{
  "symbol": "VINAX",
  "timestamp": "2026-01-22T04:58:22.777Z",
  "price": 166.17999267578125,
  "change_24h": 0,
  "history_sample": [
    {
      "date": "2004-10-01",
      "open": 25.54,
      "high": 25.71,
      "low": 24.68,
      "close": 25.44,
      "volume": 0
    },
    {
      "date": "2004-11-01",
      "open": 25.55,
      "high": 27.29,
      "low": 25.54,
      "close": 27.16,
      "volume": 0
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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