https://uconn-sa.blogspot.com/p/yfinance.html
need a stock master database for main info ticker, company name, sector, investor relations url, CEO?
Next table is daily prices, volume, date
key is ticker + date
collect daily prices using CRON
use equifax EFX as sample company
hard code to test figure out how to get dynamically
How do we get Conference Call (yahoo finance?)
Collect SEC 10Q/K for equifax
Put in data store table.
score the top line data
store scoring in separate table
How to break down document?
May search for terms? e.g. gross profit
May use nlp and score sentiment around entities?
Use machine learning to build data base for weighted of terms.
Isolate sentence of key terms.
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 |
https://analyzingalpha.com/yfinance-python Yahoo Finance offers an excellent range of market data on stocks, bonds, currencies, and crypto... uconn-sa.blogspot.com |
No comments:
Post a Comment