CS Capstone

Predicting Stock Market Trends w/ Sentiment Analysis

{% if error_message %}
⚠️ Error:

{{ error_message }}

{% endif %}
Headlines
Sentiment
Source
Date
{% if headlines %} {% for headline, data in headlines.items() %}
{{ data[0] }}
{{ data[2] }}
{{ data[1] }}
{% endfor %} {% else %}

No headlines yet. Enter a ticker symbol to get started.

{% endif %}
{% if predictedValue %}
Predicted Price
${{ predictedValue[0][0] | round(2) }}
{{ "▲ Expected Increase" if up else "▼ Expected Decrease" }}
Article Sentiment
Positive: {{ numPositive }}
Negative: {{ numNegative }}
{% endif %}
30-Day Performance
{{ tickerDAT }}
30-Day Sentiment
{{ tickerDAT }}