🗄️Developer Resource // JSON Endpoint
SMIN JSON Data API
Access 171 data points for SMIN spanning 15 years (2012–Apr 22, 2026). Optimized JSON format (25.0 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 SMIN historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/SMIN/json● 200 OK (Live)Tired of exporting to Excel? Track SMIN and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "SMIN",
"timestamp": "2026-04-22T17:55:15.479Z",
"price": 67.155,
"change_24h": 1.4272768463978365,
"history_sample": [
{
"date": "2012-03-01",
"open": 26.26,
"high": 26.65,
"low": 24.12,
"close": 24.92,
"volume": 71300
},
{
"date": "2012-04-01",
"open": 25.25,
"high": 26.98,
"low": 23.71,
"close": 24.06,
"volume": 13000
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import SMIN🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync SMIN.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)