# Stock Prices

Soulver 3 ships with 8 popular tech stocks. Additional stocks are available as part of an optional data services subscription.

**Free Tech Stocks**

| Company Name | Stock Ticker |
| ------------ | ------------ |
| AirBnB       | ABNB         |
| Amazon       | AMZN         |
| Apple        | AAPL         |
| Meta         | META         |
| Microsoft    | MSFT         |
| Netflix      | NFLX         |
| Nvidia       | NVDA         |
| Tesla        | TSLA         |

Use stock tickers as part of calculations. Stock rates are updated automatically every hour.

```
10 AAPL                      | $1,500.80
NFLX × 30 stocks             | $18,196.80
MSFT                         | $298.66
```

{% hint style="info" %}
You can set an alternative name for a stock (like 'Apple' instead of AAPL).

To do this, customize the stock symbol for use in calculations by double-clicking the stock in Settings > Calculator > Stocks.
{% endhint %}

### Historical stock prices

```
10 AAPL on April 12, 2005    | $13.10
AMZN one year ago            | $3,175.11
```

{% hint style="info" %}
The [**adjusted price**](https://www.investopedia.com/terms/a/adjusted_closing_price.asp) is used in historical stock price queries as this is typically more useful.
{% endhint %}

You can also perform actual (non-adjusted) price and trading volume historical queries on stocks:

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

### **Adding additional stocks**

To add additional stocks, go to Settings > Stocks, click the + button and type the name of a company, or its stock ticker, then click add.

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

## Access to additional stock data

We offer an optional subscription ($26/year) that gives you access to 150k+ stock tickers across 70 stock exchanges with a 15-20 minute delay.

The subscription also includes advanced weather data, and an inline knowledge assistant.

{% hint style="success" %}
The "Knowledge Assistant, Live Stocks & Advanced Weather" subscription is available on the [**App Store**](https://apps.apple.com/us/app/soulver-3/id1508732804?ls=1) for $26/year and is complimentary for our [**Setapp**](https://soulver.app/setapp) users\*\*.\*\*

By offering these costly data services as an optional subscription to just the users who need them, we're able to continue offering Soulver as a single purchase.
{% 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/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.
