Stock Analysis Report

{{ date }}

Hello,

Your {{ report_type }} report is ready. Here's a quick summary:

{% if report_summary %}
Report Summary:

{{ report_summary|safe }}

{% endif %} {% if stock_results %}
Stock Analysis:
{% for stock in stock_results %}
{{ stock.name }}
    {% for metric, value in stock.key_metrics.items() %}
  • {{ metric }}: {{ value }}
  • {% endfor %}
{% endfor %}
{% endif %}
View Full Report

(Link valid for 7 days)

This report was generated on {{ date }}. For the most up-to-date information, please log in to your account.

{% if recommendations and recommendations|length > 0 %}

Recommendations

    {% for rec in recommendations %}
  • {{ rec|safe }}
  • {% endfor %}
{% endif %}

Need help or have questions? Contact our support team.