# Dividends

## Chart View

A window with the dividend yield is displayed in the chart, the yield can be calculated in different modes.

![Yield window displayed on the chart](/files/-MWOr8U3VpSCy_hSLHE9)

The date bar shows the amount of the dividend and a flag (R) that visualizes the record date. The record date is the date on which companies record who holds the share in order to pay the dividend.

![Dividends displayed on the Chart](/files/-MWOrMrTCT4v8kskFiy5)

## Settings

#### Colors <a href="#farben" id="farben"></a>

* *Background Intensity* \[0-255]: How intense the set colors are
* *Background Color* \[Color]: Background of the table (Default Gray)
* *Cell Color* \[Color]: Background of the dividend value (Standard Sky Blue)
* *Currency Color* \[Color]:Background of the displayed currency (default Dark Gray)
* *Record Date Color* \[Color]: Record Date Flag Color (Standard Medium Slate Blue)
* *Text Color* \[Color]: Color of the text (default Dark Slate Gray)

#### Input <a href="#input" id="input"></a>

* *Yield Type* \[Most Recent, Rolling, Interpolated]: How the yield type gets calculated

{% hint style="info" %}
Most Recent - Yield is calculated with the most recent dividend paid.\
Rolling - Yield is calculated with the last (depending on how often the dividend is paid) dividends. \
Interpolated - Yield is calculated with the last dividend paid, multiplied depending on the payout period.
{% endhint %}

#### Api-Key

* *Api Key* \[Key]: Is empty if no api key has been set yet, if the api key has already been set in at least one indicator, all others adopt this key.

#### Visual Preferences <a href="#visual-preferences" id="visual-preferences"></a>

* *Show Record Date* \[True, False]: Whether the Record date flag is displayed..


---

# 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://docs.thinkandtrade.net/fundamental-growth-addon/indicators/dividends.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.
