🗄️Developer Resource // JSON Endpoint
MSCI JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/MSCI/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/MSCI/csv?range=maxAccess 225 data points for MSCI spanning 19 years (2007–Jul 24, 2026). Optimized JSON format (33.0 KB).
Local-first charts from this JSON — open the Terminal.
Parse and visualize without shipping raw ledgers to a vendor database.
Download as CSV
Prefer CSV format? Download MSCI historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/MSCI/json● 200 OK (Live)Tired of exporting to Excel? Track MSCI and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "MSCI",
"timestamp": "2026-07-27T13:02:14.495Z",
"price": 550.79,
"change_24h": -0.3113065826862912,
"history_sample": [
{
"date": "2007-12-01",
"open": 27.7,
"high": 38.4,
"low": 27.24,
"close": 38.4,
"volume": 3555400
},
{
"date": "2008-01-01",
"open": 37.82,
"high": 37.95,
"low": 24.74,
"close": 32.97,
"volume": 4991100
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import MSCI🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync MSCI.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)