{
  "note": "Fictional example only. Replace these values with your own verified inputs. Never publish these as actual AAPL market data.",
  "records": {
    "AAPL": {
      "asOf": "2026-09-11",
      "adjustment": "split",
      "marketCap": 2000000000000,
      "shares": 15000000000,
      "history": [
        {
          "date": "2025-09-11",
          "adjustedClose": 100
        },
        {
          "date": "2026-08-11",
          "adjustedClose": 110
        },
        {
          "date": "2026-09-11",
          "adjustedClose": 108
        }
      ]
    }
  }
}