Code Monkey home page Code Monkey logo

starviewshare's Introduction

starviewshare

观星量化--开源金融量化数据接口

starviewshare 中文名为观星量化, 是一个用于获取股票、ETF、期货数据的免费开源 Python 库。

特点:

  • 只需一行代码,可以自由切换底层数据源
  • 基于akshare、efinance、miniqmt打造
  • 免费开源

欢迎关注微信公众号"Python量化实战",与您分享更多资源和信息。关注后回复加群可以与小伙伴们一起讨论问题、贡献代码

Installation

  • 通过 pip 安装
pip install starviewshare
  • 通过 pip 更新
pip install starviewshare --upgrade

Examples

  • 验证安装是否成功:输出starviewshare版本
import starviewshare as svs
print(svs.__version__)

stock

  • 股票龙虎榜
import starviewshare as svs
svs.stock.get_daily_billboard()
start_date = '2023-12-08'
end_date = '2023-12-17'
svs.stock.get_daily_billboard(start_date=start_date,end_date=end_date)

starviewshare's People

Contributors

rchardzhu avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.