🗄️Developer Resource // JSON Endpoint
LCID JSON Data API
Access 294 data points for LCID spanning 6 years (2020–Apr 22, 2026). Optimized JSON format (43.1 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 LCID historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/LCID/json● 200 OK (Live)Tired of exporting to Excel? Track LCID and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "LCID",
"timestamp": "2026-04-22T17:55:22.251Z",
"price": 6.945,
"change_24h": -2.3206751054852326,
"history_sample": [
{
"date": "2020-09-14",
"open": 102.5,
"high": 102.5,
"low": 98.2,
"close": 98.9,
"volume": 56430
},
{
"date": "2020-09-21",
"open": 99,
"high": 99.6,
"low": 97.5,
"close": 98.1,
"volume": 353420
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import LCID🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync LCID.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)