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

DARE JSON Data API

Access 142 data points for DARE spanning 12 years (2014–Jan 21, 2026). Optimized JSON format (20.8 KB).

GET /api/tickers/DARE/json● 200 OK (Live)
{
  "symbol": "DARE",
  "timestamp": "2026-01-22T03:03:13.213Z",
  "price": 1.94,
  "change_24h": -1.020408163265307,
  "history_sample": [
    {
      "date": "2014-05-01",
      "open": 834.6,
      "high": 852,
      "low": 606,
      "close": 685.2,
      "volume": 3457
    },
    {
      "date": "2014-06-01",
      "open": 709.2,
      "high": 897.6,
      "low": 637.2,
      "close": 696,
      "volume": 6222
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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