🗄️Developer Resource // JSON Endpoint
FLUX JSON Data API
Access 300 data points for FLUX spanning 6 years (2020–May 1, 2026). Optimized JSON format (43.9 KB).
Private ledger analysis — connect this API slice to the Terminal.
Keep sensitive rows off shared analyst lakes — bounded, explicit flows.
Download as CSV
Prefer CSV format? Download FLUX historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/FLUX/json● 200 OK (Live)Tired of exporting to Excel? Track FLUX and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "FLUX",
"timestamp": "2026-05-03T16:17:22.700Z",
"price": 1.31,
"change_24h": 7.377049180327876,
"history_sample": [
{
"date": "2020-08-10",
"open": 4.08,
"high": 4.5,
"low": 4,
"close": 4.2,
"volume": 689700
},
{
"date": "2020-08-17",
"open": 4.4,
"high": 5.75,
"low": 4.17,
"close": 5.11,
"volume": 3522500
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import FLUX🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync FLUX.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)