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

EMBC JSON Data API

Access 202 data points for EMBC spanning 4 years (2022–Jan 20, 2026). Optimized JSON format (29.6 KB).

GET /api/tickers/EMBC/json● 200 OK (Live)
{
  "symbol": "EMBC",
  "timestamp": "2026-01-21T21:34:18.906Z",
  "price": 12.33,
  "change_24h": 0.3254678600488277,
  "history_sample": [
    {
      "date": "2022-03-21",
      "open": 48,
      "high": 49,
      "low": 42,
      "close": 43.01,
      "volume": 31600
    },
    {
      "date": "2022-03-28",
      "open": 44,
      "high": 44,
      "low": 28.59,
      "close": 30.5,
      "volume": 23192900
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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