# 股票价格

Soulver 3 预装了 8 只热门科技股。更多股票可作为可选的数据服务订阅的一部分获取。

**免费科技股**

| 公司名称      | 股票代码 |
| --------- | ---- |
| AirBnB    | ABNB |
| Amazon    | AMZN |
| Apple     | AAPL |
| Meta      | META |
| Microsoft | MSFT |
| Netflix   | NFLX |
| Nvidia    | NVDA |
| Tesla     | TSLA |

在计算中使用股票代码。股票汇率每小时自动更新。

```
10 AAPL                          | $1,500.80
NFLX × 30 只股票                 | $18,196.80
MSFT                             | $298.66
```

{% hint style="info" %}
您可以为股票设置替代名称（例如使用 'Apple' 代替 AAPL）。

要做到这一点，请在“设置”>“计算器”>“股票”中双击股票来自定义用于计算的股票代码。
{% endhint %}

### 历史股票价格

```
10 AAPL 在 2005 年 4 月 12 日        | $13.10
Amazon 一年前                   | $3,175.11
```

{% hint style="info" %}
在历史股票价格查询中使用 [**调整后价格**](https://www.investopedia.com/terms/a/adjusted_closing_price.asp)，因为这通常更有用。
{% endhint %}

您还可以对股票执行实际（非调整）价格和交易量历史查询：

```
AAPL 在 2007 年 1 月 9 日 的收盘价         | $92.57
GOOGL 在 2015 年 3 月 10 日 的成交量    | 2.004M
```

### **添加更多股票**

要添加更多股票，请前往“设置”>“股票”，点击 + 按钮，输入公司名称或其股票代码，然后点击添加。

![Adding additional stocks in the App Store version of Soulver 3, with an optional data services subscription](/files/dADiqWs2ugwBF7zY9D4p)

## 访问更多股票数据

我们提供一项可选订阅（每年 $26），可让您访问来自 70 个证券交易所的 15 万多个股票代码，延迟时间为 15-20 分钟。

该订阅还包括先进的天气数据和内联知识助手。

{% hint style="success" %}
“知识助手、实时股票和先进天气”订阅可在 [**App Store**](https://apps.apple.com/us/app/soulver-3/id1508732804?ls=1) 购买，费用为每年 $26，并且对我们的 [**Setapp**](https://soulver.app/setapp) 用户免费\*\*。

通过将这些昂贵的数据服务作为可选订阅提供给真正需要的用户，我们才能继续以单次购买的方式提供 Soulver。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.soulver.app/zh/documentation/live-data/live-and-historical-stock-prices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
