🗄️Developer Resource // JSON Endpoint
FLJP JSON Data API
Access 443 data points for FLJP spanning 9 years (2017–Apr 22, 2026). Optimized JSON format (64.9 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 FLJP historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/FLJP/json● 200 OK (Live)Tired of exporting to Excel? Track FLJP and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "FLJP",
"timestamp": "2026-04-22T22:18:41.377Z",
"price": 37.52,
"change_24h": 0.7248322147651091,
"history_sample": [
{
"date": "2017-11-06",
"open": 25.93,
"high": 26.43,
"low": 25.91,
"close": 25.95,
"volume": 18300
},
{
"date": "2017-11-13",
"open": 25.84,
"high": 25.97,
"low": 25.46,
"close": 25.8,
"volume": 306400
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import FLJP🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync FLJP.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)