ποΈDeveloper Resource // JSON Endpoint
BINRX JSON Data API
Absolute endpoints (copyβpaste)
JSON:
https://www.pocketportfolio.app/api/tickers/BINRX/json?range=maxCSV:
https://www.pocketportfolio.app/api/tickers/BINRX/csv?range=maxAccess 253 data points for BINRX spanning 5 years (2021βJun 1, 2026). Optimized JSON format (37.1 KB).
Chart where your browser is the vault β wire this endpoint to the Terminal.
Minimal cloud, maximal local control β start from this stateless slice.
Download as CSV
Prefer CSV format? Download BINRX historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.
GET /api/tickers/BINRX/jsonβ 200 OK (Live)Tired of exporting to Excel? Track BINRX and analyze your portfolio locally with Pocket Portfolio.
Start Free β Local First{
"symbol": "BINRX",
"timestamp": "2026-06-07T04:07:15.240Z",
"price": 8.550000190734863,
"change_24h": 0,
"history_sample": [
{
"date": "2021-08-02",
"open": 10.04,
"high": 10.1,
"low": 10.04,
"close": 10.06,
"volume": 0
},
{
"date": "2021-08-09",
"open": 10.07,
"high": 10.07,
"low": 10.03,
"close": 10.05,
"volume": 0
}
]
}π»
Import via CLI
Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.
npx pocket-portfolio --import BINRXπ‘οΈ
Need to archive this data?
Don't rely on ephemeral endpoints. Automatically sync BINRX.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)