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

EYPT JSON Data API

Access 253 data points for EYPT spanning 21 years (2005–Jan 21, 2026). Optimized JSON format (37.1 KB).

GET /api/tickers/EYPT/json● 200 OK (Live)
{
  "symbol": "EYPT",
  "timestamp": "2026-01-21T21:24:13.027Z",
  "price": 15.53,
  "change_24h": -0.06435006435006298,
  "history_sample": [
    {
      "date": "2005-02-01",
      "open": 356,
      "high": 379.6,
      "low": 306,
      "close": 336,
      "volume": 2393
    },
    {
      "date": "2005-03-01",
      "open": 328,
      "high": 351.6,
      "low": 252,
      "close": 272,
      "volume": 1985
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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