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

AQT JSON Data API

Access 23 data points for AQT spanning 1 years (2017–Jan 29, 2018). Optimized JSON format (3.4 KB).

GET /api/tickers/AQT/json● 200 OK (Live)
{
  "symbol": "AQT",
  "timestamp": "2026-01-22T01:08:14.675Z",
  "price": 0.107,
  "change_24h": -26.206896551724135,
  "history_sample": [
    {
      "date": "2017-08-28",
      "open": 160,
      "high": 309,
      "low": 160,
      "close": 250,
      "volume": 49
    },
    {
      "date": "2017-09-04",
      "open": 210,
      "high": 260,
      "low": 144,
      "close": 240,
      "volume": 70
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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