Skip to content

datapartnership/Google_Stock_Trend_Track

 
 

Repository files navigation

Google Search Trend and Stock Price Change Tracker

This project uses the pytrends and Poligon.io APIs to query changes in Google search trends for a given keyword and corresonding changes in the closing price a selected public stock.

What's Inside

    ├── README.md                 <- The top-level README to get started using this project.
    ├── docs                      <- Documentation create with Jupyter Book
        ├── _config.yml           <- Jupyter Book configuration
    │   └── _toc.yml              <- Jupyter Book table of contents
    ├── notebooks                 <- Jupyter notebooks
        └── pytrend_viz.ipynb     <- Jupyter notebook example
    ├── Makefile                  <- Makefile with commands like `make docs` or `make data`
    ├── requirements.txt          <- Python requirements
    ├── CODE_OF_CONDUCT           <- The top-level CODE_OF_CONDUCT
    ├── CONTRIBUTING              <- The top-level CONTRIBUTING
    └── LICENSE                   <- The project license

License

The project is licensed under Apache 2.0.

About

A Python tool for tracking changes in Google Trends search interest alongside corresponding stock price movements. It uses the pytrends and Polygon.io APIs to explore relationships between public search activity and equity market behavior over time.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 98.8%
  • Python 1.1%
  • Makefile 0.1%