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

ARES JSON Data API

Access 141 data points for ARES spanning 12 years (2014–Jan 20, 2026). Optimized JSON format (20.7 KB).

GET /api/tickers/ARES/json● 200 OK (Live)
{
  "symbol": "ARES",
  "timestamp": "2026-01-22T01:40:27.756Z",
  "price": 162.34,
  "change_24h": -0.5025741603334108,
  "history_sample": [
    {
      "date": "2014-06-01",
      "open": 19.1,
      "high": 19.19,
      "low": 18.07,
      "close": 19.18,
      "volume": 2690400
    },
    {
      "date": "2014-07-01",
      "open": 18.86,
      "high": 20.48,
      "low": 18.57,
      "close": 19.43,
      "volume": 1900900
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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