{"slug":"how-much-does-one-share-of-stock-cost","qid":"household_prices","label":"household_prices","post_title":"how-much-does-one-share-of-stock-cost","post_url":"/blog/how-much-does-one-share-of-stock-cost#q-household_prices","columns":["ticker","share_price"],"rows":[{"ticker":"MSFT","share_price":497.35},{"ticker":"AAPL","share_price":336.85},{"ticker":"NVDA","share_price":222.9},{"ticker":"INTC","share_price":119.02},{"ticker":"DIS","share_price":103.52},{"ticker":"SBUX","share_price":94.28},{"ticker":"KO","share_price":88.56},{"ticker":"PFE","share_price":28.24},{"ticker":"T","share_price":25.58},{"ticker":"F","share_price":12.92}],"shape":"ranking","sql":"SELECT\n    ticker,\n    round(toFloat64(max(close)), 2) AS share_price\nFROM global_markets.stocks_daily_aggs\nWHERE date = (SELECT max(date) FROM global_markets.stocks_daily_aggs)\n  AND ticker IN ('MSFT', 'AAPL', 'NVDA', 'DIS', 'SBUX', 'KO', 'T', 'PFE', 'INTC', 'F')\nGROUP BY ticker\nORDER BY share_price DESC","computed_at":"2026-09-24T14:53:24.258886+00:00","elapsed":0.002529911}