🗄️Developer Resource // JSON Endpoint

GOTU JSON Data API

Access 350 data points for GOTU spanning 7 years (2019–Feb 9, 2026). Optimized JSON format (51.3 KB).

Download as CSV

Prefer CSV format? Download GOTU historical data as a CSV file for Excel, Google Sheets, or any spreadsheet application.

GET /api/tickers/GOTU/json● 200 OK (Live)
{
  "symbol": "GOTU",
  "timestamp": "2026-02-17T12:25:31.435Z",
  "price": 2.12,
  "change_24h": 1.4354066985646052,
  "history_sample": [
    {
      "date": "2019-06-03",
      "open": 12.1,
      "high": 12.67,
      "low": 8.53,
      "close": 10,
      "volume": 17372900
    },
    {
      "date": "2019-06-10",
      "open": 9.69,
      "high": 9.8,
      "low": 9.3,
      "close": 9.5,
      "volume": 2931900
    }
  ]
}
💻

Import via CLI

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

npx pocket-portfolio --import GOTU
🛡️

Need to archive this data?

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