# Real Time Financial Analysis

The real-time financial analysis workflow automes the research and generation of a financial report for a public company. The workflow accepts a ticker code as input, uses Python libraries to retrieve financial information and the latest news from Yahoo Finance, summarizes and structures all the information with a small language model and sends a report to the user with Gmail.

<figure><img src="/files/nDsREWhblTI8lZAgFn0w" alt=""><figcaption><p>Real Time Financial Analysis</p></figcaption></figure>

### Demonstration

{% embed url="<https://www.youtube.com/watch?v=yAEgEUxU5A8>" %}
Automated Financial Report with Analyst Recommendation
{% endembed %}

### Workflow JSON

{% file src="/files/TxEuBtC7g4KGwc1i9vOI" %}
JSON for Real Time Financial Analysis Workflow
{% endfile %}

{% hint style="info" %}
To download the workflow, select the JSON file above, then use command/control + S and save with the .json extension.

Once you've uploaded the workflow, you'll need to specify a recipient email in the Gmail integration.
{% endhint %}

### Input/Output Example

{% tabs %}
{% tab title="Input" %}
JPM
{% endtab %}

{% tab title="Output" %}

<figure><img src="/files/Xjv0K6delYtCeLfgf6hU" alt=""><figcaption><p>Real Time Financial Analysis Output</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.arcee.ai/arcee-orchestra/workflow-library/real-time-financial-analysis.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.
