🗄️Developer Resource // JSON Endpoint
DAN JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/DAN/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/DAN/csv?range=maxAccess 222 data points for DAN spanning 19 years (2008–Jun 9, 2026). Optimized JSON format (32.5 KB).
Route this JSON into your sovereign workspace — command the Terminal.
Endpoint-first sovereignty: no shared warehouse of your raw ledger.
Download as CSV
Prefer CSV format? Download DAN historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/DAN/json● 200 OK (Live)Tired of exporting to Excel? Track DAN and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "DAN",
"timestamp": "2026-06-10T04:35:19.296Z",
"price": 36.55,
"change_24h": -0.32724297791111134,
"history_sample": [
{
"date": "2008-02-01",
"open": 12,
"high": 13.3,
"low": 9.5,
"close": 11.8,
"volume": 4867800
},
{
"date": "2008-03-01",
"open": 11.75,
"high": 12,
"low": 8.5,
"close": 10,
"volume": 7980400
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import DAN🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync DAN.json updates to your private Google Drive for backtesting and compliance.
Enable Sovereign SyncIncludes 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)