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

GRND JSON Data API

Access 264 data points for GRND spanning 6 years (2021–Jan 21, 2026). Optimized JSON format (38.7 KB).

GET /api/tickers/GRND/json● 200 OK (Live)
{
  "symbol": "GRND",
  "timestamp": "2026-01-22T03:03:08.121Z",
  "price": 11.94,
  "change_24h": -0.9128630705394291,
  "history_sample": [
    {
      "date": "2021-01-11",
      "open": 11,
      "high": 11.01,
      "low": 10.3,
      "close": 10.55,
      "volume": 464300
    },
    {
      "date": "2021-01-18",
      "open": 10.65,
      "high": 10.74,
      "low": 10.3,
      "close": 10.49,
      "volume": 552100
    }
  ]
}
πŸ’»

Import via CLI

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

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

Need to archive this data?

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