ποΈDeveloper Resource // JSON Endpoint
TPG JSON Data API
Absolute endpoints (copyβpaste)
JSON:
https://www.pocketportfolio.app/api/tickers/TPG/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/TPG/csv?range=maxAccess 238 data points for TPG spanning 5 years (2022βJul 27, 2026). Optimized JSON format (34.9 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 TPG historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/TPG/jsonβ 200 OK (Live)Tired of exporting to Excel? Track TPG and analyze your portfolio locally with Pocket Portfolio.
Start Free β Local First{
"symbol": "TPG",
"timestamp": "2026-07-27T22:37:05.539Z",
"price": 42.96,
"change_24h": 0.3035255661919275,
"history_sample": [
{
"date": "2022-01-10",
"open": 33,
"high": 34.99,
"low": 32.35,
"close": 32.79,
"volume": 17961600
},
{
"date": "2022-01-17",
"open": 32.46,
"high": 35.4,
"low": 32.25,
"close": 33.38,
"volume": 10512400
}
]
}π»
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import TPGπ‘οΈ
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync TPG.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)