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
| https://analyzingalpha.com/yfinance-python Yahoo Finance offers an excellent range of market data on stocks, bonds, currencies, and crypto... uconn-sa.blogspot.com |
The second link is the datastore code that takes a csv file and writes to datastore.
https://github.com/uconnstamford/datastore #program1.py: this program loops into a csv file that has column format. As you initialize each... uconn-sa.blogspot.com |
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.
from google.cloud import language from google.cloud import language_v1 import six import pandas as pd data = pd.read_csv("all-data.csv", e... uconn-sa.blogspot.com |
Please make sure each team emails me a summary of progress before our Friday afternoon meeting.