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

JINRX JSON Data API

Access 160 data points for JINRX spanning 14 years (2005–Jan 1, 2019). Optimized JSON format (23.4 KB).

GET /api/tickers/JINRX/json● 200 OK (Live)
{
  "symbol": "JINRX",
  "timestamp": "2026-01-22T01:47:58.017Z",
  "price": null,
  "change_24h": null,
  "history_sample": [
    {
      "date": "2005-10-01",
      "open": 28.7,
      "high": 29.2,
      "low": 27.5,
      "close": 28.6,
      "volume": 0
    },
    {
      "date": "2005-11-01",
      "open": 29.13,
      "high": 30.55,
      "low": 28.71,
      "close": 29.89,
      "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 JINRX
πŸ›‘οΈ

Need to archive this data?

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