Tuesday, June 20, 2023

Notes 6/20/23

 Notes 6/20/23


Great work from the UCONN team this week.

Were able to successfully extract prices of TSLA stock from yahoo finance using the yfinance python module and store that data into a datastore table(kind).

To build on this we need to:

  1. Pull daily price instead of historical prices
  2. Keep a table of stocks we want to pull prices for e.g. TSLA, MSFT, etc
  3. Create a scheduled job that runs every day that pulls prices


The UCONN team also developed code to pull news out of Yahoo finance


To build on this code we need to:

  1. Pull story or stories for that day for that symbol
  2. Loop thru selected stocks to monitor
  3. Store the story with headline in datastore
  4. using Google sentiment record in datastore score and magnitude of headline and body of store
  5. schedule job to run daily

Great progress made this week.

Each team please report weekly progress before Friday's meeting.

Thanks





No comments:

Post a Comment

Notes 3-18-25

https://uconn-sa.blogspot.com/  We were able to launch an app engine program from our compute engine instance.   I'd like to get all wo...