🗄️Developer Resource // JSON Endpoint

AMU JSON Data API

Access 100 data points for AMU spanning 9 years (2012–Nov 1, 2020). Optimized JSON format (14.6 KB).

GET /api/tickers/AMU/json● 200 OK (Live)
{
  "symbol": "AMU",
  "timestamp": "2026-01-21T21:23:52.659Z",
  "price": 8.43,
  "change_24h": -0.29568302779420885,
  "history_sample": [
    {
      "date": "2012-08-01",
      "open": 24.92,
      "high": 25.86,
      "low": 24.57,
      "close": 24.96,
      "volume": 340369
    },
    {
      "date": "2012-09-01",
      "open": 24.96,
      "high": 25.85,
      "low": 24.82,
      "close": 25.46,
      "volume": 485990
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import AMU
🛡️

Need to archive this data?

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