booking pe ratio
The pe_ttm metric isn't available directly from the stored series. Let me compute the P/E by loading the earnings data and combining it with the price.Booking Holdings (BKNG) currently trades at a P/E (TTM) of 23.4x, based on:
| Metric | Value |
|---|---|
| Latest Price (Jul 17, 2026) | $181.68 |
| TTM EPS | $7.75 |
| P/E (TTM) | 23.4x |
The TTM EPS is calculated from the trailing four quarters of net income (Q3 2025–Q2 2026) divided by the latest diluted shares outstanding.
give chart
The ticker column uses a string dtype which is causing the merge issue. Let me work around that.The issue is the date columns also have string dtype. Let me check and fix.