Stock Information App

{% if ticker %}

Information about {{ticker}}

{% endif %} {% if news_data %} {% for article in news_data %} {% endfor %}
Title Sentiment Summary Full Article
{{ article.title }} {{ article.sentiment }} (Score: {{ article.sentiment_score }}) {{ article.summary }} Read full article
{% endif %} {% if candlestick_graph %}

Stock Opening and Closing Data

{{ candlestick_graph | safe }} {% endif %}