All Projects → Seedarchangel → Tuchart

Seedarchangel / Tuchart

Licence: mit
Tuchart is a visualization interface for the Chinese stock market. Tuchart supports candlestick charts, price charts, tick data, high-frequency data and distribution of top shareholders for individual stocks. Tuchart是一个基于pyqt和echarts的股票视觉化应用。Tuchart 支持日/月线,分笔,高频数据,前十股东分笔的视觉化

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Tuchart

Deepstock
Technical experimentations to beat the stock market using deep learning 📈
Stars: ✭ 422 (-39.19%)
Mutual labels:  stock-market
Antd Umi Sys
企业BI系统,数据可视化平台,主要技术:react、antd、umi、dva、es6、less等,与君共勉,互相学习,如果喜欢请start ⭐。
Stars: ✭ 503 (-27.52%)
Mutual labels:  echarts
Jimureport
积木报表,是一款免费的企业级低代码报表!类似于excel操作风格,在线拖拽完成报表设计!功能涵盖: 报表设计、图形报表、打印设计、大屏设计等,永久免费!领先的企业级Web报表软件,采用纯Web在线技术,专注于解决企业报表快速制作难题。
Stars: ✭ 598 (-13.83%)
Mutual labels:  echarts
Quantdom
Python-based framework for backtesting trading strategies & analyzing financial markets [GUI ]
Stars: ✭ 449 (-35.3%)
Mutual labels:  stock-market
Blog.admin
✨ 基于vue 的管理后台,配合Blog.Core与Blog.Vue等多个项目使用
Stars: ✭ 500 (-27.95%)
Mutual labels:  echarts
Stresstestplatform
基于Jmeter实现的在线压测和管理Jmx的平台。
Stars: ✭ 515 (-25.79%)
Mutual labels:  echarts
Flutter echarts
A Flutter widget to use Apache ECharts (incubating) in a reactive way.
Stars: ✭ 420 (-39.48%)
Mutual labels:  echarts
Scihubeva
A Cross Platform Sci-Hub GUI Application
Stars: ✭ 683 (-1.59%)
Mutual labels:  pyqt
Ystockquote
Fetch stock quote data from Yahoo Finance
Stars: ✭ 502 (-27.67%)
Mutual labels:  stock-market
Echarts For Weixin
Apache ECharts (incubating) 的微信小程序版本
Stars: ✭ 5,479 (+689.48%)
Mutual labels:  echarts
Ant Admin
基于 antd 的后台管理平台, 在 react 中玩转 D3.js
Stars: ✭ 455 (-34.44%)
Mutual labels:  echarts
Qtpy
Provides an uniform layer to support PyQt5, PySide2, PyQt4 and PySide with a single codebase
Stars: ✭ 492 (-29.11%)
Mutual labels:  pyqt
Stock analysis for quant
Different Types of Stock Analysis in Python, R, Matlab, Excel, Power BI
Stars: ✭ 525 (-24.35%)
Mutual labels:  stock-market
Javamonitor
Java应用性能远程监控系统(使用C/S架构)适用于监控所有Java应用,具有堆内存监控、方法区监控、GC监控、类加载监控、类编译监控与线程监控,提供堆快照下载,线程快照下载
Stars: ✭ 428 (-38.33%)
Mutual labels:  echarts
Istock
👉一个基于spring boot 实现的java股票爬虫(仅支持A股),如果你❤️请⭐️ . V2升级版正在开发中!
Stars: ✭ 622 (-10.37%)
Mutual labels:  echarts
Echarts3 Chinese Map Drill Down
Echarts3中国地图下钻至县级 🌏
Stars: ✭ 421 (-39.34%)
Mutual labels:  echarts
Zipline Chinese
zipline 是开源量化平台,但是当前zipline 并不支持A股的测试,很多在线平台如优矿,聚宽等都是基于zipline,本项目改进zipline,使得zipline支持A股测试
Stars: ✭ 515 (-25.79%)
Mutual labels:  stock-market
Iex Api
The IEX API provides any individual or academic, public or private institution looking to develop applications that require stock market data to access near real-time quote and trade data for all stocks trading on IEX.
Stars: ✭ 683 (-1.59%)
Mutual labels:  stock-market
City Vein
Urban structure characterized by 🚌 public lines
Stars: ✭ 644 (-7.2%)
Mutual labels:  echarts
Financedatabase
This is a database of 180.000+ symbols containing Equities, ETFs, Funds, Indices, Futures, Options, Currencies, Cryptocurrencies and Money Markets.
Stars: ✭ 554 (-20.17%)
Mutual labels:  stock-market

TuChart Downloads

TuChart is a visualization tool for the Chinese stock market, based on Tushare and Echarts.

中文文档

Examples

Candlestick Charts

notebook-0

Tick Charts

notebook-0

Major Shareholders

notebook-0

Supports dragging and zooming

notebook-0

Setup Instructions

Install all necessary dependencies

pip install pyecharts==0.2.0

pip install tushare==0.8.6

To install Tuchart, enter pip install tuchart in your terminal

Notice:For best plotting experience,please download the latest version = 0.1.2.7

then, under your tuchart directory, e.g:

/user/anaconda/lib/python2.7/site-packages/tuchart

runpython main.py

The exact path of tuchart in your directory can be located bypip show tuchart: notebook-0 add/tuchartto pinpoint the tuchart directory.

Right click to choose the name of stock and type of data you would like to plot. Then, press the green arrow button to plot. Due to the size constraints, it is recommended to plot fewer than 5 graphs at the same time.

Manual

Tuchart Currently Supports:

  • Raw Stock Data
    • Daily average
    • Weekly average
    • Monthly average
    • 15 minute average
    • 30 minute average
  • Restoration Data
    • Daily average
    • Weekly average
    • Monthly average
    • 15 minute average
    • 30 minute average
  • Tick data of individual stocks
  • High frequency data within one day

High frequency data is calculated from tick data of your chosen day. Algorithm: 如何用TICK数据生成分钟线数据

  • Distribution of Top Shareholders

Tuchart will return data for top shareholders within your chosen year. Manual

Updates

0.1.2.5

  • Supports plotting for High frequency data
    • 1 minute average
    • 5 minute average
    • 15 minute average
    • 30 minute average
  • Supports plotting of top shareholders within a year.

0.1.2.4

  • Fixed dependency issues when user has PYQT4 Layer

0.1.2.3

  • Added script to save stock list every 12 hours
  • Increased stability
  • Auto-resize image according to size of the app
  • Added market indexes

Contact:

Email: [email protected]

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