ποΈDeveloper Resource // JSON Endpoint
CGC JSON Data API
Absolute endpoints (copyβpaste)
JSON:
https://www.pocketportfolio.app/api/tickers/CGC/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/CGC/csv?range=maxAccess 147 data points for CGC spanning 13 years (2014βJun 24, 2026). Optimized JSON format (21.5 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 CGC historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/CGC/jsonβ 200 OK (Live)Tired of exporting to Excel? Track CGC and analyze your portfolio locally with Pocket Portfolio.
Start Free β Local First{
"symbol": "CGC",
"timestamp": "2026-06-25T00:40:56.751Z",
"price": 0.9217,
"change_24h": -2.5893045867681335,
"history_sample": [
{
"date": "2014-05-01",
"open": 29.33,
"high": 30.33,
"low": 23.18,
"close": 27.24,
"volume": 85940
},
{
"date": "2014-06-01",
"open": 27.19,
"high": 28.68,
"low": 24.82,
"close": 27.36,
"volume": 47900
}
]
}π»
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import CGCπ‘οΈ
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync CGC.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)