All Projects → anfederico → Stockeye

anfederico / Stockeye

Licence: mit
Keep track of short term stock movement by monitoring breaking news activity

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Stockeye

Curatedseotools
Best SEO Tools Stash
Stars: ✭ 128 (-10.49%)
Mutual labels:  google
Awesome Fuchsia
A curated list of awesome Fuchsia OS resources, tools and information.
Stars: ✭ 133 (-6.99%)
Mutual labels:  google
Google Rules Of Machine Learning
Github mirror of M. Zinkevich's "Rules of Machine Learning" style guide, with extra goodness.
Stars: ✭ 137 (-4.2%)
Mutual labels:  google
Slide Beacon App
Share links from your Mac using this app to broadcast them as a Physical Web Eddystone URL bluetooth beacon or mDNS.
Stars: ✭ 131 (-8.39%)
Mutual labels:  google
Blackphish
🔱 [ Phishing Made Easy ] 🔱 (In Beta)
Stars: ✭ 133 (-6.99%)
Mutual labels:  google
Dialogflow Web
Web App for Dialogflow
Stars: ✭ 135 (-5.59%)
Mutual labels:  google
Ng Gapi
ng-gapi a Google api module for Angular 6+
Stars: ✭ 126 (-11.89%)
Mutual labels:  google
Google Messages For Desktop
A "native-like" OS X, Windows, & Linux desktop app for Google Messages
Stars: ✭ 140 (-2.1%)
Mutual labels:  google
Terraform Google Gke Cluster
A Terraform module to create a best-practise Google Kubernetes Engine (GKE) cluster.
Stars: ✭ 133 (-6.99%)
Mutual labels:  google
Big Companies Interview Questions
A curated list of previous asked Interview Question at Big Companies and Startups 🤲 🏆
Stars: ✭ 135 (-5.59%)
Mutual labels:  google
Dynamictranslator
Instant translation application for windows in .NET 🎪
Stars: ✭ 131 (-8.39%)
Mutual labels:  google
Cordova Plugin Googlemaps
Google Maps plugin for Cordova
Stars: ✭ 1,647 (+1051.75%)
Mutual labels:  google
Material Color
🔆 The colour palette, based on Google's Material Design, for use in your project.
Stars: ✭ 135 (-5.59%)
Mutual labels:  google
Googlenewsstandanimation Android
Navigation pattern like in Google News Stand app with transitions
Stars: ✭ 130 (-9.09%)
Mutual labels:  google
Search Engine Google
🕷 Google client for SERPS
Stars: ✭ 138 (-3.5%)
Mutual labels:  google
Jstoxml
JavaScript object to XML converter (useful for RSS, podcasts, GPX, AMP, etc)
Stars: ✭ 127 (-11.19%)
Mutual labels:  google
Ffcc
Fast Fourier Color Constancy: an auto white balance solution with machine learning in Fourier space
Stars: ✭ 133 (-6.99%)
Mutual labels:  google
Alfred Polyglot
🈚️ Translate text using Google Translate in Alfred
Stars: ✭ 142 (-0.7%)
Mutual labels:  google
Google Play Badge Svg
Hosting for localized versions of Google Play badges in SVG format.
Stars: ✭ 137 (-4.2%)
Mutual labels:  google
Gsts
Obtain and store AWS STS credentials to interact with Amazon services by authenticating via G Suite SAML.
Stars: ✭ 136 (-4.9%)
Mutual labels:  google

                PyPI version Build Status Dependencies GitHub Issues Contributions welcome License

Install

pip install stockeye

Download Corpus

stockeye-corpus
or
python -m nltk.downloader stopwords
python -m nltk.downloader punkt

Code Examples

Watch News

from stockeye import watch

# This gives your script access to your gmail account, may want to use a throwaway
# Make sure "Allow Access To Less Secure Apps" is turned on in gmail settings
# If using a throwaway, adjust email_to to your real email!

email_self = '[email protected]'
email_password = 'yourpassword'    
email_from = email_self     
email_to = email_self
credentials = [email_self, email_password, email_from, email_to]


# Stocks to monitor (add up to 100 with each run)

ticks = ['MSFT', 'PFE', 'BOX', 'MNST', 'LLY', 'AAPL',
         'BBY', 'TSLA', 'WFG', 'AMZN', 'JNJ', 'NFLX', 
         'BIIB', 'GE', 'GILD', 'SHAK', 'VRTX', 'CMG']


# Properties included in statistics report (see below for more)

properties = ['Open',
              'DaysLow', 
              'DaysHigh', 
              'Ask', 
              'PercentChange', 
              'Volume', 
              'ShortRatio', 
              'DividendYield', 
              'PERatio']


threshold = 3      # Number of recent articles published before an email is sent (default = 3)
hourspast = 18     # Define....recent (default = 18)
sentences = 3      # Length of summary generated for each article (deafult = 3)
firstlast = False  # Include first/last sentence of the artice in its summary (default = False)


watch(credentials, ticks, properties, threshold, hourspast, sentences, firstlast)
This run will take approximately 9 minutes
Finding news for MSFT
Finding news for PFE
Finding news for BOX
Finding news for MNST
Finding news for LLY
Finding news for AAPL
Finding news for BBY
Finding news for TSLA
Finding news for WFG
Finding news for AMZN
Finding news for JNJ
Finding news for NFLX
Finding news for BIIB
Finding news for GE
Finding news for GILD
Finding news for SHAK
Finding news for VRTX
Finding news for CMG

Email Example

More Properties

- AfterHoursChangeRealtime                       - HoldingsValueRealtime                                
- AnnualizedGain                                 - LastTradeDate                                        
- Ask                                            - LastTradePriceOnly                                   
- AskRealtime                                    - LastTradeRealtimeWithTime                            
- AverageDailyVolume                             - LastTradeTime                                        
- Bid                                            - LastTradeWithTime                                    
- BidRealtime                                    - LowLimit                                             
- BookValue                                      - MarketCapRealtime                                    
- Change                                         - MarketCapitalization                                 
- ChangeFromFiftydayMovingAverage                - MoreInfo                                             
- ChangeFromTwoHundreddayMovingAverage           - Name                                                 
- ChangeFromYearHigh                             - Notes                                                
- ChangeFromYearLow                              - OneyrTargetPrice                                     
- ChangePercentRealtime                          - Open                                                 
- ChangeRealtime                                 - OrderBookRealtime                                    
- ChangeinPercent                                - PEGRatio                                             
- Commission                                     - PERatio                                              
- Currency                                       - PERatioRealtime                                      
- DaysHigh                                       - PercentChangeFromYearHigh                            
- DaysLow                                        - PercentChange                                        
- DaysRange                                      - PercentChangeFromFiftydayMovingAverage               
- DaysRangeRealtime                              - PercentChangeFromTwoHundreddayMovingAverage          
- DaysValueChange                                - PercentChangeFromYearLow                             
- DaysValueChangeRealtime                        - PreviousClose                                        
- DividendPayDate                                - PriceBook                                            
- DividendShare                                  - PriceEPSEstimateCurrentYear                          
- DividendYield                                  - PriceEPSEstimateNextYear                             
- EBITDA                                         - PricePaid                                            
- EPSEstimateCurrentYear                         - PriceSales                                           
- EPSEstimateNextQuarter                         - SharesOwned                                          
- EPSEstimateNextYear                            - ShortRatio                                           
- EarningsShare                                  - StockExchange                                        
- ExDividendDate                                 - Symbol                                               
- FiftydayMovingAverage                          - TickerTrend                                          
- HighLimit                                      - TradeDate                                            
- HoldingsGain                                   - TwoHundreddayMovingAverage                           
- HoldingsGainPercent                            - Volume                                               
- HoldingsGainPercentRealtime                    - YearHigh                                             
- HoldingsGainRealtime                           - YearLow                                              
- HoldingsValue                                  - YearRange  
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].