https://github.com/DemetersSon83/Stock-Analysis
A set of tools for analyzing stocks of interest.
https://github.com/DemetersSon83/Stock-Analysis
sentiment-analysis stock stock-market stock-prediction stock-prices stock-sentiment
Last synced: about 1 month ago
JSON representation
A set of tools for analyzing stocks of interest.
- Host: GitHub
- URL: https://github.com/DemetersSon83/Stock-Analysis
- Owner: DemetersSon83
- Created: 2020-03-25T19:54:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T19:55:42.000Z (over 5 years ago)
- Last Synced: 2025-04-30T16:44:12.099Z (5 months ago)
- Topics: sentiment-analysis, stock, stock-market, stock-prediction, stock-prices, stock-sentiment
- Language: Python
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock Analysis
(C) 2020 Mark M. Bailey
## About
This repository contains tools for analyzing stock.## stocks_lookup.py
This script will query the www.worldtradingdata.com API and the Tweepy API for data on a particular stock ticker symbol, and return a stock object with historic price and trading data, as well as sentiment (as measured from the most recent 100 tweets mentioning the stock of interest). This stock object can be used for other analyses.## Disclaimer
Note that this tool requires API tokens for both Tweepy and for World Trading Data, which have specific license limitations. It should be used for research purposes only.