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

ASPN JSON Data API

Access 140 data points for ASPN spanning 12 years (2014–Jan 21, 2026). Optimized JSON format (20.5 KB).

GET /api/tickers/ASPN/json● 200 OK (Live)
{
  "symbol": "ASPN",
  "timestamp": "2026-01-21T23:15:07.741Z",
  "price": 3.58,
  "change_24h": 1.7045454545454561,
  "history_sample": [
    {
      "date": "2014-07-01",
      "open": 11.03,
      "high": 11.56,
      "low": 8.9,
      "close": 9,
      "volume": 872200
    },
    {
      "date": "2014-08-01",
      "open": 9.07,
      "high": 11.14,
      "low": 8.04,
      "close": 10.63,
      "volume": 1312200
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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