[Francisco Barreto]
[Data Analytics Ironhack Lisbon & April 2022]
I am going to retrieve the main prices/valuation of the main Market indexes and perform a sentimental analysis using the newsheadtitles and comparing with the last price variables and the Technical Rating of the trading view website
Is the price impacted by the sentimentes of the investors when they see the headlines?.
Links of the dataset:
- headlines : https://news.google.com/ (api)
- prices and fundamentals : https://www.tradingview.com/ - Website
Devolop hypothesis - with brainstorming using NOTION note app See what data is available on the websites - Trading VIEW and google news Retrieve data of trading view website using chromediver ( since it is a dynamic website and requires a log in - it might help) Retrieve data and work on transforming data to a Panda DataFrame Retrive the google news using an api and putting into a clear dataframe , organized by each ticker(name of the tittle/market) Work on hypotesis Perfom a correlation Confirm hypothsis with a correlation matrix using mathlab Make the Power point Presentation
with brainstorming using NOTION note app defining my work flow and work step by step