🗄️Developer Resource // JSON Endpoint

DWPP JSON Data API

Access 123 data points for DWPP spanning 11 years (2012–Nov 1, 2022). Optimized JSON format (18.0 KB).

GET /api/tickers/DWPP/json● 200 OK (Live)
{
  "symbol": "DWPP",
  "timestamp": "2026-01-22T05:43:47.804Z",
  "price": 26.74,
  "change_24h": -0.1471280163110471,
  "history_sample": [
    {
      "date": "2012-09-01",
      "open": 19.71,
      "high": 20.2,
      "low": 19.68,
      "close": 20.16,
      "volume": 8850
    },
    {
      "date": "2012-10-01",
      "open": 20.23,
      "high": 0,
      "low": 0,
      "close": 19.64,
      "volume": 0
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import DWPP
🛡️

Need to archive this data?

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