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

EOD JSON Data API

Access 227 data points for EOD spanning 19 years (2007–Jan 20, 2026). Optimized JSON format (33.3 KB).

GET /api/tickers/EOD/json● 200 OK (Live)
{
  "symbol": "EOD",
  "timestamp": "2026-01-22T01:42:44.163Z",
  "price": 5.97,
  "change_24h": 0.5050505050504942,
  "history_sample": [
    {
      "date": "2007-04-01",
      "open": 20.01,
      "high": 20.53,
      "low": 20,
      "close": 20.08,
      "volume": 2108400
    },
    {
      "date": "2007-05-01",
      "open": 20.07,
      "high": 20.25,
      "low": 20,
      "close": 20.2,
      "volume": 3259000
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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