Skip to content
/ nicky Public

a toy to download, display and predict Sh/Sz stock price.

Notifications You must be signed in to change notification settings

jsyqrt/nicky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nicky, a financial time series data analysis tool.


Features:

* all stocks of Shanghai and Shenzhen exchange is available for display, technical analysis, forecast and update.
* many macro economic indeices are available, including GDP, CPI, etc.

* more features to be added.

Quick Start:

    cd ~

    pip install virtualenv # use virtualenv to manage python packages.
    virtualenv -p python2 nicky-venv
    source ~/nicky-venv/bin/activate

    git clone https://github.com/jsyqrt/nicky.git
    cd nicky
    pip install -r requirements.txt

    cd ~/nicky/nicky/ui
    python ui.py

Contribution:

ANY CONTRIBUTION IS WELCOMED!

About

a toy to download, display and predict Sh/Sz stock price.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages