🗄️Developer Resource // JSON Endpoint

ETRIX JSON Data API

Access 37 data points for ETRIX spanning 4 years (2014–Jun 1, 2017). Optimized JSON format (5.4 KB).

Download as CSV

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

GET /api/tickers/ETRIX/json● 200 OK (Live)

Tired of exporting to Excel? Track ETRIX and analyze your portfolio locally with Pocket Portfolio.

Start Free — Local First
{
  "symbol": "ETRIX",
  "timestamp": "2026-03-09T03:23:04.548Z",
  "price": null,
  "change_24h": null,
  "history_sample": [
    {
      "date": "2014-06-01",
      "open": 10,
      "high": 10,
      "low": 10,
      "close": 10,
      "volume": 0
    },
    {
      "date": "2014-07-01",
      "open": 10.06,
      "high": 10.16,
      "low": 9.9,
      "close": 9.9,
      "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 ETRIX
🛡️

Need to archive this data?

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