> For the complete documentation index, see [llms.txt](https://docs.arcee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arcee.ai/arcee-orchestra/workflow-library/real-time-financial-analysis.md).

# 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="https://2302384909-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOUJInHjoAOfzq3bL12Af%2Fuploads%2FzhpO74JAG7rsMGaF5WUA%2FFinancial%20Analyst%20v2.png?alt=media&amp;token=d118f861-cc47-4928-bbff-89ae4cc900f5" 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="https://2302384909-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOUJInHjoAOfzq3bL12Af%2Fuploads%2FnmHfCr8mBidINPxRVoOi%2FReal%20Time%20Financial%20Analysis%20Output.png?alt=media&amp;token=2e75a47d-f8a1-4e9a-a259-22d0742b0112" alt=""><figcaption><p>Real Time Financial Analysis Output</p></figcaption></figure>
{% endtab %}
{% endtabs %}
