🗄️Developer Resource // JSON Endpoint
FIP JSON Data API
Access 198 data points for FIP spanning 4 years (2022–Apr 22, 2026). Optimized JSON format (29.0 KB).
Route this JSON into your sovereign workspace — command the Terminal.
Endpoint-first sovereignty: no shared warehouse of your raw ledger.
Download as CSV
Prefer CSV format? Download FIP historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/FIP/json● 200 OK (Live)Tired of exporting to Excel? Track FIP and analyze your portfolio locally with Pocket Portfolio.
Start Free — Local First{
"symbol": "FIP",
"timestamp": "2026-04-22T20:51:48.767Z",
"price": 5.53,
"change_24h": 0.9124087591240843,
"history_sample": [
{
"date": "2022-07-18",
"open": 2.51,
"high": 4.25,
"low": 2.49,
"close": 3.58,
"volume": 1251800
},
{
"date": "2022-07-25",
"open": 3.38,
"high": 3.93,
"low": 3.12,
"close": 3.69,
"volume": 1580700
}
]
}💻
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import FIP🛡️
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync FIP.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)