🗄️Developer Resource // JSON Endpoint
APK JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/APK/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/APK/csv?range=maxAccess 210 data points for APK spanning 18 years (2000–Jun 1, 2017). Optimized JSON format (30.8 KB).
Local-first charts from this JSON — open the Terminal.
Parse and visualize without shipping raw ledgers to a vendor database.
Download as CSV
Prefer CSV format? Download APK historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/APK/json● 200 OK (Live)Tired of exporting to Excel? Track APK and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "APK",
"timestamp": "2026-07-24T21:36:23.521Z",
"price": null,
"change_24h": null,
"history_sample": [
{
"date": "2000-01-01",
"open": 2.1,
"high": 3,
"low": 2.05,
"close": 2.45,
"volume": 900208
},
{
"date": "2000-02-01",
"open": 2.46,
"high": 2.65,
"low": 2.42,
"close": 2.42,
"volume": 718800
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import APK🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync APK.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)