πŸ—„οΈDeveloper Resource // JSON Endpoint

BYTE JSON Data API

Access 113 data points for BYTE spanning 3 years (2021–Dec 18, 2023). Optimized JSON format (16.6 KB).

GET /api/tickers/BYTE/json● 200 OK (Live)
{
  "symbol": "BYTE",
  "timestamp": "2026-01-22T00:27:29.778Z",
  "price": 9.53,
  "change_24h": 0.6335797254487721,
  "history_sample": [
    {
      "date": "2021-10-25",
      "open": 14.85,
      "high": 14.95,
      "low": 14.65,
      "close": 14.69,
      "volume": 29160
    },
    {
      "date": "2021-11-01",
      "open": 14.78,
      "high": 15.31,
      "low": 14.75,
      "close": 14.97,
      "volume": 50997
    }
  ]
}
πŸ’»

Import via CLI

Don't scrape. Use our open-source importer to normalize this dataset directly into your local database.

npx pocket-portfolio --import BYTE
πŸ›‘οΈ

Need to archive this data?

Don't rely on ephemeral endpoints. Automatically sync BYTE.json updates to your private Google Drive for backtesting and compliance.

Enable Sovereign Sync

Includes 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)