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

DTH JSON Data API

Access 236 data points for DTH spanning 20 years (2006–Jan 21, 2026). Optimized JSON format (34.6 KB).

GET /api/tickers/DTH/json● 200 OK (Live)
{
  "symbol": "DTH",
  "timestamp": "2026-01-22T03:03:12.666Z",
  "price": 52.585,
  "change_24h": 1.0936998352433174,
  "history_sample": [
    {
      "date": "2006-07-01",
      "open": 52.1,
      "high": 53.53,
      "low": 49.72,
      "close": 53.2,
      "volume": 84800
    },
    {
      "date": "2006-08-01",
      "open": 52.51,
      "high": 56.62,
      "low": 52.51,
      "close": 55.4,
      "volume": 236700
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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