Sunday, June 25, 2023

Notes 6/25/23

 Notes 6/25/23


Add 2 pages to blog


First is the SEC code from Wilton team


Second is a detail explanation on how to access the compute engine and create a python program to grab the latest price of any company you want.


Feel free to try this with a symbol that you chose.

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





Sunday, June 11, 2023

Notes 6/11/23

 Lets focus on Yahoo finance to collect and store data.


I've added 3 pages to the blog

The first page uses simple python Yahoo finance commands to pull data into the python program.

We are looking to pull date, stock price and trading volume into a datastore kind.

The teams should research and build programs to do this.

You can write this data to a csv file for reading


The second link is the datastore code that takes a csv file and writes to datastore.

The last link uses Google sentiment analysis to score text.

Try to use first link to store yahoo news stores in a separate datastore table where this program can read that table and score each news story.



Please make sure each team emails me a summary of progress before our Friday afternoon meeting.

Thursday, June 8, 2023

Notes 6/8/23

 All gmail addresses submitted have been given full permission to the Google Cloud project sentiment analysis

I've created locations for the github code under /home/public

Linux primer https://uconnstamfordslp.blogspot.com/p/linux-explained.html


to access ssh to instance-2 


Each team should provide a status report weekly for our Friday's meetings of what was accomplished.

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...