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

INMU JSON Data API

Access 255 data points for INMU spanning 5 years (2021–Jan 21, 2026). Optimized JSON format (37.4 KB).

GET /api/tickers/INMU/json● 200 OK (Live)
{
  "symbol": "INMU",
  "timestamp": "2026-01-21T19:39:24.417Z",
  "price": 24.225,
  "change_24h": 0.024773937817417015,
  "history_sample": [
    {
      "date": "2021-03-15",
      "open": 25.09,
      "high": 25.09,
      "low": 25.09,
      "close": 25.09,
      "volume": 300
    },
    {
      "date": "2021-03-22",
      "open": 25.12,
      "high": 25.2,
      "low": 25.12,
      "close": 25.2,
      "volume": 400
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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