GithubHelp home page GithubHelp logo

erenokur / python-stock-prophet Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 32 KB

stock value prediction with pyhton

License: MIT License

Python 100.00%
flask-api pandas prophet-facebook-model yfinance python3

python-stock-prophet's Introduction

Python-Stock-Prophet

this project is under construction, the main goal is to predict the stock price using the Prophet library from Facebook.

Description

This is a simple stock prediction program that uses the Prophet library to predict the future price of a stock. The program uses the yfinance library to download historical stock data and the Prophet library to predict future stock prices. The program then plots the historical stock data and the predicted future stock prices.

Installation

pip install -r requirements.txt

Note: It's recommended to update all packages to ensure compatibility by using the following command:

pip install --upgrade --force-reinstall -r requirements.txt

For migrations:

flask db init
flask db migrate
flask db upgrade

you also need to create a .env file with the following variables:

SECRET_KEY=your-secret-key
DATABASE_URL=sqlite:///app.db
EXTERNAL_API_KEY=your-api-key

Future Work

  1. User Authentication: Implement user authentication to secure user data and interactions.
  2. User Portfolio Page: Create a user-friendly portfolio page for users to manage their stocks.
  3. User Portfolio Stock Prediction: Enable users to predict the future prices of stocks in their portfolio.
  4. User Portfolio Stock Price Change Mail Notification: Notify users via email about changes in the prices of stocks in their portfolio.
  5. Advanced Stock Analysis: Utilize additional techniques such as LSTM, ARIMA, etc., to enhance stock price predictions.
  6. Financial Statement Analysis: Incorporate balance sheet, income statement, and cash flow statement data for more accurate predictions.
  7. News Data Analysis: Integrate news data analysis for better understanding of stock price movements.
  8. Social Media Data Analysis: Analyze social media data to gauge sentiment and its impact on stock prices.
  9. Sentiment Analysis: Perform sentiment analysis on news articles and social media data to predict stock price trends.
  10. Front-End Development: Develop a user-friendly front-end interface for users to interact with the program seamlessly.

python-stock-prophet's People

Contributors

erenokur avatar kelvinpuyam avatar

Stargazers

 avatar Ahmet avatar

Watchers

Kostas Georgiou avatar  avatar

python-stock-prophet's Issues

Add docstrings to scripts

Suggested changes:

  • Add docstrings to the project's Python scripts to improve code readability and documentation.

An idea for future works

Cool project! ๐Ÿฅณ

I believe you should consider adding some "insights" like in this repo for future works.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.