> For the complete documentation index, see [llms.txt](https://help.daak2.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daak2.com/ja/to/investment.md).

# 投資

## 投資を記録する

1. 右下の記録ボタンをタップします。
2. 右上の現在の取引タイプをタップし、**投資**を選びます。
3. 市場と操作を選び、数量、単価、口座、帳簿、日付を入力します。
4. 数字キーボード右下のボタンをタップして保存します。

| 操作      | 記録結果                      |
| ------- | ------------------------- |
| **買付**  | 保有数量と取得原価を増やし、支払口座の残高を減らす |
| **売却**  | 保有数量を減らし、売却代金を入金口座へ追加する   |
| **分配金** | 市場から受け取った現金分配を記録する        |
| **配当**  | 市場から受け取った配当収入を記録する        |

## 投資画面を使用する

投資画面上部で次の内容を切り替えられます。

| タブ     | 内容                              |
| ------ | ------------------------------- |
| **市場** | すべての未アーカイブ市場と保有状況を市場グループごとに表示する |
| **統計** | 時価、取得原価、含み損益、収益構成、収益カレンダーを表示する  |
| **取引** | 買付、売却、分配金、配当などの投資取引を表示する        |

市場では、保有がある行に数量、原価、時価、損益が表示されます。保有がない行には現在の市場価格が表示されます。市場行をタップすると市場統計が開き、価格、保有、収益、関連する投資取引を確認できます。

右上の **管理**をタップすると市場管理を開けます。市場の追加、編集、アーカイブ、削除については[市場](/ja/to/market.md)を参照してください。

## 帳簿と通貨

投資取引は選択した帳簿に属し、選択した口座の残高を変化させます。投資統計は帳簿で絞り込み、異なる通貨を現在の統計通貨に換算して表示します。

{% hint style="info" %}
市場価格の変化は現在の時価と含み損益に影響しますが、保存済みの買付、売却、その他の投資取引を書き換えることはありません。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.daak2.com/ja/to/investment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
