🗄️Developer Resource // JSON Endpoint

DGRRX JSON Data API

Access 20 data points for DGRRX spanning 1 years (2023–Aug 28, 2023). Optimized JSON format (2.9 KB).

GET /api/tickers/DGRRX/json● 200 OK (Live)
{
  "symbol": "DGRRX",
  "timestamp": "2026-01-18T11:39:57.111Z",
  "price": null,
  "change_24h": null,
  "history_sample": [
    {
      "date": "2023-04-17",
      "open": 7.33,
      "high": 7.37,
      "low": 7.31,
      "close": 7.31,
      "volume": 0
    },
    {
      "date": "2023-04-24",
      "open": 7.25,
      "high": 7.26,
      "low": 7.12,
      "close": 7.25,
      "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 DGRRX
🛡️

Need to archive this data?

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