ποΈDeveloper Resource // JSON Endpoint
DSL JSON Data API
Absolute endpoints (copyβpaste)
JSON:
https://www.pocketportfolio.app/api/tickers/DSL/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/DSL/csv?range=maxAccess 160 data points for DSL spanning 14 years (2013βJul 24, 2026). Optimized JSON format (23.4 KB).
Chart where your browser is the vault β wire this endpoint to the Terminal.
Minimal cloud, maximal local control β start from this stateless slice.
Download as CSV
Prefer CSV format? Download DSL historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/DSL/jsonβ 200 OK (Live)Tired of exporting to Excel? Track DSL and analyze your portfolio locally with Pocket Portfolio.
Start Free β Local First{
"symbol": "DSL",
"timestamp": "2026-07-26T15:46:56.446Z",
"price": 10.55,
"change_24h": -0.7525870178739423,
"history_sample": [
{
"date": "2013-05-01",
"open": 25.05,
"high": 25.46,
"low": 24.7,
"close": 25,
"volume": 6467200
},
{
"date": "2013-06-01",
"open": 24.98,
"high": 25.01,
"low": 21.06,
"close": 23.21,
"volume": 9251600
}
]
}π»
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import DSLπ‘οΈ
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync DSL.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)