All Projects → YifanTian → Stock-Analyser

YifanTian / Stock-Analyser

Licence: other
📈 Stocks technical analysis code collection and Stocks data platform.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Stock-Analyser

stock-news-sentiment-analysis
This program uses Vader SentimentIntensityAnalyzer to calculate the news headline overall sentiment for a stock
Stars: ✭ 21 (-30%)
Mutual labels:  stock, stock-analysis
stock-market-scraper
Scraps historical stock market data from Yahoo Finance (https://finance.yahoo.com/)
Stars: ✭ 110 (+266.67%)
Mutual labels:  stock, stock-analysis
siachart
stock trading chart - 可编程,可定制,跨平台,通用的金融图表。
Stars: ✭ 32 (+6.67%)
Mutual labels:  stock, stock-analysis
stocktwits-sentiment
Stocktwits market sentiment analysis in Python with Keras and TensorFlow.
Stars: ✭ 23 (-23.33%)
Mutual labels:  stock, stock-analysis
dipiper
基于nodejs的股票数据爬虫
Stars: ✭ 83 (+176.67%)
Mutual labels:  stock, stock-analysis
stocklist
Stock data collection and analysis
Stars: ✭ 27 (-10%)
Mutual labels:  financial, stock
Stocksera
Web application that provides alternative data to retail investors
Stars: ✭ 426 (+1320%)
Mutual labels:  financial, stock
mercury
Convert Python notebook to web app and share with non-technical users
Stars: ✭ 1,894 (+6213.33%)
Mutual labels:  notebook-jupyter
ig-markets
IG Markets API wrapper for Node.js
Stars: ✭ 23 (-23.33%)
Mutual labels:  stock
Stock-Selection-a-Framework
This project demonstrates how to apply machine learning algorithms to distinguish "good" stocks from the "bad" stocks.
Stars: ✭ 239 (+696.67%)
Mutual labels:  stock
Australian-Open-Banking-Data-Database
This is an ongoing collection of Open Banking Data APIs for Australian deposit taking institutions.
Stars: ✭ 72 (+140%)
Mutual labels:  financial
bzza.com
阿里api市场金融数据接口,外汇、CFD、数字货币(BTC)、股票、期货、实时
Stars: ✭ 38 (+26.67%)
Mutual labels:  stock
Loan-Approval-Prediction
Loan Application Data Analysis
Stars: ✭ 61 (+103.33%)
Mutual labels:  notebook-jupyter
rq-data
获取股票期货等数据
Stars: ✭ 53 (+76.67%)
Mutual labels:  stock
Beibo
🤖 Predict the stock market with AI 用AI预测股票市场
Stars: ✭ 46 (+53.33%)
Mutual labels:  stock
backend
Bitex Python crypto exchange backend
Stars: ✭ 23 (-23.33%)
Mutual labels:  financial
tqk
한국 주식 데이터를 위한 R 패키지
Stars: ✭ 55 (+83.33%)
Mutual labels:  stock
stock-api-libphp
PHP implementation of the Stock APIs
Stars: ✭ 16 (-46.67%)
Mutual labels:  stock
nlp-akash
Natural Language Processing notes and implementations.
Stars: ✭ 66 (+120%)
Mutual labels:  nltk
Crypti
A minimal bitcoin price desktop widget
Stars: ✭ 33 (+10%)
Mutual labels:  financial

Stock Analyser


  1. The main purpose of this project in the future is providing tools for technical analysis of stocks. Including importing stocks data, charts visulization. Moving average. Candlestick pattern recognition. The stock_analysis notebook contains the intial part of these content. The stock time series patterns and prediction of price change by LSTM(blue) compare with real(orange): price_chage

  2. It will also include some machine learning models for time series. Inlcuding LSTM etc.

  3. The orgin of the project is a tocks info platform(stock, twitter, news, trend) and recommendation System using React, Node.js, MongoDB, and TensorFlow.

  • Show list of stocks with data and chart using D3 library.
  • Show relevant comments from Stocktwits and Twitter. (weighted average, case analysis)
  • Try to predict using sentiment analysis.

The screen shot of the platform:

Screen_Shot

If you like this project. Please give a star. If you have any idea about further development. Just let me know!

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].