Sunday, June 4, 2023

Notes for 6/4/23

The UCONN team will start with 

https://huggingface.co/datasets/JanosAudran/financial-reports-sec

The Westhill With Yahoo Finance

https://developer.yahoo.com/api/

The Wilton team with SEC

https://sec-api.io/docs/sec-filings-render-api/python-example

We will work on Data design initially and build tables based upon data pulls

fields and data types

Eventually lead to modeling and predictions.

Leverage the githubs that we have 

Githubs

Daily Stock info -> Yahoo Finance Price

Daily Prices (don't have yet)

SEC DATA - Haris https://github.com/uconnstamford/Extracting-Data-From-SEC

GitHub - uconnstamford/Extracting-Data-From-SEC: Extracting Data from SEC

Extracting Data from SEC. Contribute to uconnstamford/Extracting-Data-From-SEC development by creating an account on GitHub.

github.com




SNS Snipe  - https://github.com/uconnstamford/SnScrape

GitHub - uconnstamford/SnScrape

Contribute to uconnstamford/SnScrape development by creating an account on GitHub.

github.com




Scoring Sentiment  - https://github.com/uconnstamford/Sentiment-gcp-v1

GitHub - uconnstamford/Sentiment-gcp-v1

Contribute to uconnstamford/Sentiment-gcp-v1 development by creating an account on GitHub.

github.com


BERT -> https://github.com/uconnstamford/BERTvsGPTFinancialSentimentAnalysisAccuracy


GitHub - uconnstamford/BERTvsGPTFinancialSentimentAnalysisAccuracy

Contribute to uconnstamford/BERTvsGPTFinancialSentimentAnalysisAccuracy development by creating an account on GitHub.

github.com


Entity Analysis -> Dante - https://github.com/uconnstamford/sentiment-gcp-with-entities-v2

GitHub - uconnstamford/sentiment-gcp-with-entities-v2: Sentiment Analysis with Entities

Sentiment Analysis with Entities. Contribute to uconnstamford/sentiment-gcp-with-entities-v2 development by creating an account on GitHub.

github.com


Data Store ->  https://github.com/uconnstamford/datastore

GitHub - uconnstamford/datastore

Contribute to uconnstamford/datastore development by creating an account on GitHub.

github.com



Google credits

Limits on project spend

Give everyone access to project

Build out sentiment blog with example

Stock Data —> Table, Symbol, Daily Price

All will be done using the Google Cloud


https://uconn-sa.blogspot.com/


The links on the blog



Will outline some of the concepts to be used.


This is about learning first and foremost so any and all questions are welcome.


Also, I can schedule time with anyone who requests.



Solutions that will be built will be similar to Columbia News analytic program.


https://business.columbia.edu/pfs/events/news-finance-conference/7th-annual-news-and-finance-conference

7th Annual News and Finance Conference | Columbia Business School

REGISTER HERE Friday, May 12th, 8:45am-1:00pm (Zoom)

business.columbia.edu



Please email directly if you are interested in joining this project.


It will be very informal, and task based. Will be a great way to work on a new development project for the financial markets.



I've loaded the github repository to the VM instance will use in a public directory.

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sun Jun  4 16:13:15 2023 from 35.235.244.33
admin@instance-2:~$ pwd
/home/admin
admin@instance-2:~$ cd ..
admin@instance-2:/home$ cd public
admin@instance-2:/home/public$ cd sec
admin@instance-2:/home/public/sec$ cd Extracting-Data-From-SEC/
admin@instance-2:/home/public/sec/Extracting-Data-From-SEC$

Notes for this example can be found on the following link


A deeper dive into the Google cloud can be found on my class blog.


I'm available tomorrow(Monday) after 5pm for anyone who wants detailed explanations on how to move forward. 



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