{"slug":"how-much-does-one-share-of-stock-cost","qid":"priciest","label":"priciest","post_title":"how-much-does-one-share-of-stock-cost","post_url":"/blog/how-much-does-one-share-of-stock-cost#q-priciest","columns":["ticker","share_price"],"rows":[{"ticker":"AZO","share_price":2840},{"ticker":"MELI","share_price":1794.62},{"ticker":"SNDK","share_price":1776.5},{"ticker":"ASML","share_price":1712.94},{"ticker":"FIX","share_price":1615},{"ticker":"MPWR","share_price":1327.5},{"ticker":"LLY","share_price":1153.34},{"ticker":"BLK","share_price":1062}],"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 ifNull(otc, 0) = 0\n  AND volume >= 100\n  AND transactions >= 100\n  AND ticker NOT IN ('SPCX')\nGROUP BY ticker\nORDER BY share_price DESC\nLIMIT 8","computed_at":"2026-09-24T14:53:24.468041+00:00","elapsed":0.002638806}