ποΈDeveloper Resource // JSON Endpoint
DOX JSON Data API
Absolute endpoints (copyβpaste)
JSON:
https://www.pocketportfolio.app/api/tickers/DOX/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/DOX/csv?range=maxAccess 338 data points for DOX spanning 29 years (1998βJul 24, 2026). Optimized JSON format (49.5 KB).
Private ledger analysis β connect this API slice to the Terminal.
Keep sensitive rows off shared analyst lakes β bounded, explicit flows.
Download as CSV
Prefer CSV format? Download DOX historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/DOX/jsonβ 200 OK (Live)Tired of exporting to Excel? Track DOX and analyze your portfolio locally with Pocket Portfolio.
Start Free β Local First{
"symbol": "DOX",
"timestamp": "2026-07-26T03:52:00.156Z",
"price": 52.1,
"change_24h": 2.4582104228121926,
"history_sample": [
{
"date": "1998-07-01",
"open": 15.25,
"high": 16.38,
"low": 11.63,
"close": 13.69,
"volume": 5828800
},
{
"date": "1998-08-01",
"open": 13.69,
"high": 13.75,
"low": 8.19,
"close": 9,
"volume": 2828400
}
]
}π»
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import DOXπ‘οΈ
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync DOX.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)