🗄️Developer Resource // JSON Endpoint
ABUS JSON Data API
Access 226 data points for ABUS spanning 19 years (2007–Apr 22, 2026). Optimized JSON format (33.1 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 ABUS historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/ABUS/json● 200 OK (Live)Tired of exporting to Excel? Track ABUS and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "ABUS",
"timestamp": "2026-04-22T19:20:20.378Z",
"price": 4.405,
"change_24h": -0.5643340857787691,
"history_sample": [
{
"date": "2007-08-01",
"open": 6.4,
"high": 7.05,
"low": 5.05,
"close": 5.7,
"volume": 13860
},
{
"date": "2007-09-01",
"open": 5.7,
"high": 6.95,
"low": 5.7,
"close": 6.55,
"volume": 46700
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import ABUS🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync ABUS.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)