# Earnings Quarterly

## Chart View

![](/files/-MWOH-RBFNdL9qR7WJkJ)

The Earnings Quaterly indicator puts EPS, Sales, Margin, Income on the chart as a flag at the respective time of the earning call, as well as the percentage change between them. Values are displayed in the following steps:

* K - 1000
* M - 1.000.000
* B - 1.000.000.000

{% hint style="info" %}
Percentage change can be set, and can be calculated as QoQ or as YoY changes.
{% endhint %}

## Settings

#### Colors

* *Background Intensity* \[0-255]: How intense the set colors are
* *Background Color* \[Color]: Background of the table (Default Gray)
* *Negative Color* \[Color]: Background of a negative cell (Default Coral)
* *Positive Color* \[Color]: Background of a positive cell (Default Lime Green)
* *Text Color* \[Color]: Color of the text (Default Dark Slate Gray)

#### Input

* *Calculation Type* \[QoQ, YoY]: If the increase is to be calculated as QoQ or YoY, and if the list is to be filled with values that fulfil the condition from the introduction for QoQ or YoY increases, respectively

{% hint style="info" %}
YoY is calculated on a quarterly basis i.e. the increase between quarters, one year apart.
{% endhint %}

* *Accumulation Period* \[Wert]: Over how many quarters the EPS Delta is accumulated.

#### 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.

## Return Values

* *Breakout* \[true, false]: true if the current EPS is at least twice as large as the EPS average of the last 4 quarters, false otherwise.
* Cumulative *EPS Delta* \[value]: the cumulative QoQ Delta of the last x (adjustable) quarters&#x20;
* *EPS* \[value]: of the current quarter
* *Sales* \[value]: of the current quarter
* *Margin* \[value]: of the current quarter
* *Income* \[value]: of the current quarter
* *EPS Delta* \[value]: of the current quarter
* *Sales Delta* \[value]: of the current quarter
* *Margin Delta* \[value]: of the current quarter
* *Income Delta* \[value]: of the current quarter

{% hint style="info" %}
Delta return values depend on the set claculation type.
{% 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://docs.thinkandtrade.net/fundamental-growth-addon/indicators/eps.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.
