🗄️Developer Resource // JSON Endpoint
NXT JSON Data API
Access 169 data points for NXT spanning 4 years (2023–Apr 22, 2026). Optimized JSON format (24.8 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 NXT historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/NXT/json● 200 OK (Live)Tired of exporting to Excel? Track NXT and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "NXT",
"timestamp": "2026-04-22T20:52:16.781Z",
"price": 13365,
"change_24h": -0.7057949479940565,
"history_sample": [
{
"date": "2023-02-06",
"open": 30.31,
"high": 31.2,
"low": 28.51,
"close": 31.01,
"volume": 19486500
},
{
"date": "2023-02-13",
"open": 30.66,
"high": 32.95,
"low": 30.21,
"close": 31.64,
"volume": 10332900
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import NXT🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync NXT.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)