🗄️Developer Resource // JSON Endpoint
V JSON Data API
Absolute endpoints (copy‑paste)
JSON:
https://www.pocketportfolio.app/api/tickers/V/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/V/csv?range=maxAccess 220 data points for V spanning 19 years (2008–Jun 18, 2026). Optimized JSON format (32.2 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 V historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/V/json● 200 OK (Live)Tired of exporting to Excel? Track V and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "V",
"timestamp": "2026-06-21T09:46:24.953Z",
"price": 327.24,
"change_24h": -0.9504207276469478,
"history_sample": [
{
"date": "2008-04-01",
"open": 15.77,
"high": 21.2,
"low": 15.08,
"close": 20.86,
"volume": 1385323600
},
{
"date": "2008-05-01",
"open": 21.1,
"high": 22.46,
"low": 18.59,
"close": 21.59,
"volume": 1553713600
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import V🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync V.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)