---
title: 'industry-valuation'
sidebar_label: 'industry-valuation'
sidebar_position: 10
---

# longbridge industry-valuation

将个股估值与同行业公司进行对比（PE/PB/EPS/股息率），或查看其在行业中的百分位排名。

## 基本用法

```bash
longbridge industry-valuation AAPL.US
```

```
| symbol  | name | market_cap  | price     | pe      | pb     | eps      | div_yld |
|---------|------|-------------|-----------|---------|--------|----------|---------|
| AAPL.US | 苹果 | USD3.82T    | USD260.48 | 34.14x  | 43.36x | USD7.88  | 0.40%   |
| SNDK.US | 闪迪 | USD1257.22B | USD851.77 | -76.61x | 12.31x | USD-7.15 | 0.00%   |
| WDC.US  | 西数 | USD1164.36B | USD343.43 | 63.14x  | 16.37x | USD10.09 | 0.13%   |
```

## 示例

### 同行对比表

```bash
longbridge industry-valuation AAPL.US
longbridge industry-valuation TSLA.US --currency USD
```

展示该股票与同行业公司的 PE、PB、EPS 和股息率等指标对比表。

### 百分位分布

```bash
longbridge industry-valuation dist AAPL.US
longbridge industry-valuation dist 700.HK
```

展示该股票的 PE/PB/PS 在行业分布中的百分位排名。

### JSON 输出

```bash
longbridge industry-valuation TSLA.US --format json
longbridge industry-valuation dist TSLA.US --format json
```
