🗄️Developer Resource // JSON Endpoint

HASI JSON Data API

Access 155 data points for HASI spanning 13 years (2013–Feb 17, 2026). Optimized JSON format (22.7 KB).

Download as CSV

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

GET /api/tickers/HASI/json● 200 OK (Live)
{
  "symbol": "HASI",
  "timestamp": "2026-02-18T01:50:56.460Z",
  "price": 39.22,
  "change_24h": -1.2090680100755766,
  "history_sample": [
    {
      "date": "2013-05-01",
      "open": 11.29,
      "high": 12.51,
      "low": 11.25,
      "close": 11.51,
      "volume": 5699200
    },
    {
      "date": "2013-06-01",
      "open": 11.7,
      "high": 12.08,
      "low": 10.7,
      "close": 11.88,
      "volume": 4885300
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import HASI
🛡️

Need to archive this data?

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