🗄️Developer Resource // JSON Endpoint
ESG JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/ESG/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/ESG/csv?range=maxAccess 119 data points for ESG spanning 10 years (2016–May 15, 2026). Optimized JSON format (17.4 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 ESG historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/ESG/json● 200 OK (Live)Tired of exporting to Excel? Track ESG and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "ESG",
"timestamp": "2026-05-19T10:48:58.910Z",
"price": 169.996,
"change_24h": 0.04472693032016351,
"history_sample": [
{
"date": "2016-08-01",
"open": 50.71,
"high": 51.29,
"low": 50.71,
"close": 50.88,
"volume": 7800
},
{
"date": "2016-09-01",
"open": 50.88,
"high": 50.96,
"low": 49.91,
"close": 50.45,
"volume": 4700
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import ESG🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync ESG.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)