{"slug":"how-much-does-one-share-of-stock-cost","qid":"pe_compare","label":"pe_compare","post_title":"how-much-does-one-share-of-stock-cost","post_url":"/blog/how-much-does-one-share-of-stock-cost#q-pe_compare","columns":["ticker","pe_ratio"],"rows":[{"ticker":"AAPL","pe_ratio":38.2},{"ticker":"PFE","pe_ratio":37.1},{"ticker":"MSFT","pe_ratio":27.8},{"ticker":"KO","pe_ratio":26.5},{"ticker":"DIS","pe_ratio":20.8},{"ticker":"T","pe_ratio":8.1}],"shape":"ranking","sql":"SELECT\n    ticker,\n    round(toFloat64(argMax(price_to_earnings, date)), 1) AS pe_ratio\nFROM global_markets.stocks_ratios\nWHERE ticker IN ('MSFT', 'AAPL', 'NVDA', 'DIS', 'SBUX', 'KO', 'T', 'PFE', 'INTC', 'F')\n  AND date >= today() - 45\n  AND price_to_earnings > 0\nGROUP BY ticker\nORDER BY pe_ratio DESC","computed_at":"2026-09-24T14:53:24.374057+00:00","elapsed":0.021059787}