🗄️Developer Resource // JSON Endpoint

EASI JSON Data API

Access 111 data points for EASI spanning 3 years (2018–Jul 20, 2020). Optimized JSON format (16.3 KB).

Download as CSV

Prefer CSV format? Download EASI historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.

GET /api/tickers/EASI/json● 200 OK (Live)

Tired of exporting to Excel? Track EASI and analyze your portfolio locally with Pocket Portfolio.

Start Free — Local First
{
  "symbol": "EASI",
  "timestamp": "2026-03-09T18:03:39.948Z",
  "price": 21.07,
  "change_24h": -0.2131186360407206,
  "history_sample": [
    {
      "date": "2018-06-11",
      "open": 25.06,
      "high": 25.15,
      "low": 24.86,
      "close": 24.99,
      "volume": 223272
    },
    {
      "date": "2018-06-18",
      "open": 24.84,
      "high": 25.5,
      "low": 24.58,
      "close": 24.73,
      "volume": 161272
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import EASI
🛡️

Need to archive this data?

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