小包装说明

shuiyuan的Python项目详细描述


ShuiYuan

水源聚合了多个开放finance数据源,yahoo_finance(雅虎财经),wbdata(世界银行),knoema,pytdx(通达信),tushare,quandl,python_binance(币安)等(数据源在增加中...)

Dependencies
=========
python 2.x/3.x

[pandas](http://pandas.pydata.org/ "pandas")


Installation
====

- 方式1:pip install shuiyuan
- 方式2:python setup.py install
- 方式3:访问[https://pypi.python.org/pypi/shuiyuan/](https://pypi.python.org/pypi/shuiyuan/)下载安装


Upgrade
=======

pip install shuiyuan --upgrade

Start
======
**Yahoo_finance(雅虎财经):** [https://github.com/lukaszbanasiak/yahoo-finance](http://pandas.pydata.org/)

import shuiyuan as sy
yahoo_financ = sy.get_yahoo_finance()


**Wbdata(世界银行):** [https://github.com/OliverSherouse/wbdata](https://github.com/OliverSherouse/wbdata)

import shuiyuan as sy
wbdata = sy.get_wbdata()

**Knoema :** [https://github.com/Knoema/knoema-python-driver](https://github.com/Knoema/knoema-python-driver)

import shuiyuan as sy
sy.get_knoemaa()

**Pytdx(通达信) :** [https://github.com/rainx/pytdx](https://github.com/rainx/pytdx)

import shuiyuan as sy
pytdx = sy.get_pytdx()

**Tushare :** [https://github.com/waditu/tushare](https://github.com/waditu/tushare)

import shuiyuan as sy
tushare = sy.get_tushare()

**Quandl :** [https://github.com/quandl/quandl-python](https://github.com/quandl/quandl-python)

import shuiyuan as sy
quandl = sy.get_quandl()

**Python_binance :** [https://github.com/sammchardy/python-binance](https://github.com/sammchardy/python-binance)

import shuiyuan as sy
python_binance = sy.get_python_binance()

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何显示因用户而异的SQLite存储数据?   转换java。sql。将映射传递给Jackon的valueToTree方法时StringNode的时间戳   从java中的列表json获取值   unicode Java字符存储在什么编码中?   java如何让Spring数据存储库中的默认方法命中缓存?   java使用readClassDescriptor()和resolveClass()来允许序列化版本控制   数组通过另一个矩阵的一部分填充矩阵   如果包含使用正则表达式的字符串,则替换父XML标记的java   java清除SharedReference中的单个变量   java将变量值从一个jsp页面传输到另一个jsp页面   java JDBC+SQLite:DriveManager不加载所需的驱动程序   相同源代码的java Kotlin构建生成不同的二进制文件   Java中的元组枚举