ποΈDeveloper Resource // JSON Endpoint
IWM JSON Data API
Absolute endpoints (copyβpaste)
JSON:
https://www.pocketportfolio.app/api/tickers/IWM/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/IWM/csv?range=maxAccess 314 data points for IWM spanning 27 years (2000βJun 5, 2026). Optimized JSON format (46.0 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 IWM historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/IWM/jsonβ 200 OK (Live)Tired of exporting to Excel? Track IWM and analyze your portfolio locally with Pocket Portfolio.
Start Free β Local First{
"symbol": "IWM",
"timestamp": "2026-06-07T04:31:32.849Z",
"price": 281.65,
"change_24h": -3.5478237046676533,
"history_sample": [
{
"date": "2000-06-01",
"open": 48.55,
"high": 53,
"low": 48.55,
"close": 51.68,
"volume": 3163600
},
{
"date": "2000-07-01",
"open": 51.56,
"high": 54.59,
"low": 48.69,
"close": 50.25,
"volume": 2202600
}
]
}π»
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import IWMπ‘οΈ
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync IWM.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)