🗄️Developer Resource // JSON Endpoint
AUST JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/AUST/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/AUST/csv?range=maxAccess 215 data points for AUST spanning 5 years (2022–Jun 5, 2026). Optimized JSON format (31.5 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 AUST historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/AUST/json● 200 OK (Live)Tired of exporting to Excel? Track AUST and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "AUST",
"timestamp": "2026-06-07T04:07:37.018Z",
"price": 1.28,
"change_24h": -9.219858156028362,
"history_sample": [
{
"date": "2022-05-02",
"open": 6.5,
"high": 29,
"low": 2.88,
"close": 2.96,
"volume": 24510500
},
{
"date": "2022-05-09",
"open": 2.7,
"high": 3.73,
"low": 1.72,
"close": 1.82,
"volume": 15452700
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import AUST🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync AUST.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)