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 key_metrics %}
Key Metrics:
    {% for metric in key_metrics %}
  • {{ metric.label }}: {{ metric.value }}
  • {% 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.