# 株価

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 stocks                 | $18,196.80
MSFT                             | $298.66
```

{% hint style="info" %}
株に別名を設定できます（例：AAPLの代わりに'Apple'）。

これを行うには、\[設定] > \[計算機] > \[株] で株をダブルクリックして、計算に使用する株のシンボルをカスタマイズしてください。
{% endhint %}

### 過去の株価

```
10 AAPL on April 12, 2005        | $13.10
1 年前の Amazon の価格                 | $3,175.11
```

{% hint style="info" %}
過去の株価クエリでは、通常より有用なため、[**調整後価格**](https://www.investopedia.com/terms/a/adjusted_closing_price.asp)が使用されます。
{% endhint %}

株については、実際の（調整されていない）価格や取引量の過去のクエリも実行できます。

```
AAPL close on Jan 9 2007         | $92.57
GOOGL volume on March 10 2015    | 2.004M
```

### **追加の株の追加**

追加の株をシームレスに追加するには、\[設定] > \[株] に移動し、+ ボタンをクリックして会社名または株のティッカーシンボルを入力し、\[追加] をクリックします。

![App Store版Soulver 3で追加の株を追加する様子。オプションのデータサービスサブスクリプションが必要](/files/ANY2iIpVeakgMyn59r26)

## 追加の株データへのアクセス

オプションのサブスクリプション（年額 $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/ja/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.
