🗄️Developer Resource // JSON Endpoint

AUC JSON Data API

Access 194 data points for AUC spanning 17 years (2000–Oct 1, 2017). Optimized JSON format (28.4 KB).

GET /api/tickers/AUC/json● 200 OK (Live)
{
  "symbol": "AUC",
  "timestamp": "2026-01-22T02:04:00.520Z",
  "price": null,
  "change_24h": null,
  "history_sample": [
    {
      "date": "2000-11-01",
      "open": 6.5,
      "high": 6.7,
      "low": 6.3,
      "close": 6.7,
      "volume": 0
    },
    {
      "date": "2000-12-01",
      "open": 6.7,
      "high": 7,
      "low": 6.6,
      "close": 6.8,
      "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 AUC
🛡️

Need to archive this data?

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