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

AMBO JSON Data API

Access 400 data points for AMBO spanning 8 years (2018–Jan 21, 2026). Optimized JSON format (58.6 KB).

GET /api/tickers/AMBO/json● 200 OK (Live)
{
  "symbol": "AMBO",
  "timestamp": "2026-01-21T23:02:50.244Z",
  "price": 2.67,
  "change_24h": -2.9090909090909114,
  "history_sample": [
    {
      "date": "2018-06-04",
      "open": 42.5,
      "high": 42.5,
      "low": 41.5,
      "close": 41.5,
      "volume": 4160
    },
    {
      "date": "2018-06-11",
      "open": 41.7,
      "high": 80,
      "low": 39.7,
      "close": 73.5,
      "volume": 210090
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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