GithubHelp home page GithubHelp logo

SixQuant

PyPI Version Build Status Wheel Status Coverage report Powered by SixQuant

Overview

A quick and stable data source for finance data.

提供快速稳定的金融(主要是股票)相关数据,包括实时和历史数据,数据会尽可能缓存在本地,以便提高性能同时减少服务器压力。同时,也提供了一些常用的金融辅助函数画图函数等。将来接口会全面兼容使用 RQAlpha 的 RiceQuant 和 TuShare 等常用相关库,方便用户移植代码!

  • 如果觉得本项目值得期待或有价值,感谢点这里GitHub stars给我们加star鼓励,多谢!!!
  • 如果你有任何疑问或需求想要实现,欢迎点这里GitHub issues提交您的需求。

Install

Install sixquant

$ pip3 install sixquant

Upgrade sixquant

$ pip3 install sixquant --upgrade

Quick Start

import sixquant as sq

print(rq.__version__)

df = sq.get_day_today_quote(dropna=True)
print(len(df))
print(df.head())

Docs

基本使用

Reference

Contributing contributions welcome

开发环境

Todo

  • ......

Change Logs

  • 0.0.1 2017-11-03
    • 初始版本

License

MIT

Counter

HitCount

SixQuant's Projects

captcha icon captcha

Recognize captcha using deep learning ResNet model and TFLearn(1000个训练数据,经过短短几分钟的训练,正确率可以达到 99%)

dva icon dva

🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)

engineering-excellence icon engineering-excellence

Engineering Excellence:软件开发运行过程中用到的各种环境以及工具的正确使用说明!

mermaid icon mermaid

Generation of diagram and flowchart from text in a similar manner as markdown

rqalpha-data icon rqalpha-data

A utility for RQAlpha to directly use data(不需要在回测里而是直接调用 RQAlpha 的数据)

u-net icon u-net

U-Net: Convolutional Networks for Biomedical Image Segmentation

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.