🗄️Developer Resource // JSON Endpoint
ASPC JSON Data API
Access 325 data points for ASPC spanning 2 years (2025–Apr 22, 2026). Optimized JSON format (47.6 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 ASPC historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/ASPC/json● 200 OK (Live)Tired of exporting to Excel? Track ASPC and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "ASPC",
"timestamp": "2026-04-22T19:26:33.361Z",
"price": 11.625,
"change_24h": 4.7297297297297325,
"history_sample": [
{
"date": "2025-01-03",
"open": 9.95,
"high": 9.98,
"low": 9.95,
"close": 9.95,
"volume": 207500
},
{
"date": "2025-01-06",
"open": 9.96,
"high": 9.97,
"low": 9.96,
"close": 9.97,
"volume": 463300
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import ASPC🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync ASPC.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)