ποΈDeveloper Resource // JSON Endpoint
CCU JSON Data API
Absolute endpoints (copyβpaste)
JSON:
https://www.pocketportfolio.app/api/tickers/CCU/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/CCU/csv?range=maxAccess 405 data points for CCU spanning 34 years (1992βMay 22, 2026). Optimized JSON format (59.3 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 CCU historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/CCU/jsonβ 200 OK (Live)Tired of exporting to Excel? Track CCU and analyze your portfolio locally with Pocket Portfolio.
Start Free β Local First{
"symbol": "CCU",
"timestamp": "2026-05-26T09:49:24.561Z",
"price": 11.53,
"change_24h": -1.7050298380221744,
"history_sample": [
{
"date": "1992-10-01",
"open": 5,
"high": 5.4,
"low": 4.95,
"close": 5.3,
"volume": 3777750
},
{
"date": "1992-11-01",
"open": 5.3,
"high": 5.6,
"low": 5.3,
"close": 5.45,
"volume": 1444750
}
]
}π»
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import CCUπ‘οΈ
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync CCU.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)