Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 613 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 613 Bytes

Sentimental Stock Prediction

Example Usage

Firstly, you must set quandl.ApiConfig.api_key at the top of sentimental.py to your quandl API key.

You can get a key here.

from sentimental import generate_earnings_day_reports

# can be any stock ticker
ticker = "NVDA"
generate_earnings_day_reports(ticker)

Now when you view index.html, you will be able to view the visualization for your ticker.

To Do:

  • Find a better way to find the discussion/ overview section of each report than the current implementation in find_overview_str
  • Fix price axis scaling