🗄️Developer Resource // JSON Endpoint

SBM JSON Data API

Access 146 data points for SBM spanning 13 years (2010–May 1, 2022). Optimized JSON format (21.4 KB).

GET /api/tickers/SBM/json● 200 OK (Live)
{
  "symbol": "SBM",
  "timestamp": "2026-01-22T03:03:13.773Z",
  "price": 46.3774,
  "change_24h": 0.061706020436353044,
  "history_sample": [
    {
      "date": "2010-04-01",
      "open": 49.86,
      "high": 49.96,
      "low": 47.41,
      "close": 48.46,
      "volume": 33654
    },
    {
      "date": "2010-05-01",
      "open": 49.42,
      "high": 57.69,
      "low": 50.38,
      "close": 52.99,
      "volume": 39974
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import SBM
🛡️

Need to archive this data?

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