🗄️Developer Resource // JSON Endpoint

MINEX JSON Data API

Access 246 data points for MINEX spanning 5 years (2019–Sep 12, 2023). Optimized JSON format (36.0 KB).

GET /api/tickers/MINEX/json● 200 OK (Live)
{
  "symbol": "MINEX",
  "timestamp": "2026-01-22T05:43:56.030Z",
  "price": null,
  "change_24h": null,
  "history_sample": [
    {
      "date": "2019-01-01",
      "open": 12.96,
      "high": 13.22,
      "low": 12.71,
      "close": 13.22,
      "volume": 0
    },
    {
      "date": "2019-01-08",
      "open": 13.35,
      "high": 13.6,
      "low": 13.33,
      "close": 13.33,
      "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 MINEX
🛡️

Need to archive this data?

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