Skip to content

Luanes/stockWatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Stock Watcher project!


Motivation

This project aims to create custom ways to gather and analyze Stock market. Also it can be used as a playground for forecast methods


How to use

1. Requirements

  • Google Sheet sheets with an API enabled and credentials
  • A sheet with 2 tabs (Stocks and Quotation)
  • MongoDB database connection

2. Configuration

  1. Change Creds.json to your Google Sheets API credentials
  2. On libs change the mongoDB connection on SheetWatcher.py, stockQuotation.py and trackStocks.py

3. Execution

3.1 Track stocks

Run python -c "import trackStocks; trackStocks.handler('','')" to track stocks from the google sheets

3.2 Stock Quotation

Run python -c "import stockQuotation; stockQuotation.handler('','')" to track stocks from the google sheets

Google Sheet sample

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages