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

BPS JSON Data API

Access 14 data points for BPS spanning 2 years (2016–Mar 1, 2017). Optimized JSON format (2.1 KB).

GET /api/tickers/BPS/json● 200 OK (Live)
{
  "symbol": "BPS",
  "timestamp": "2026-01-22T03:15:42.650Z",
  "price": null,
  "change_24h": null,
  "history_sample": [
    {
      "date": "2016-02-01",
      "open": 0.31,
      "high": 0.33,
      "low": 0.31,
      "close": 0.33,
      "volume": 0
    },
    {
      "date": "2016-03-01",
      "open": 0.45,
      "high": 0.51,
      "low": 0.41,
      "close": 0.44,
      "volume": 36
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

Don't rely on ephemeral endpoints. Automatically sync BPS.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)