Merge pull request #34 from kevinskywalker/patch-1

add Ta-Lib Technical Analysis Library
pull/35/head
唐尤华 2017-12-29 13:28:10 +08:00 committed by GitHub
commit 7a08ed5bf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1142,6 +1142,7 @@ Python 实现的算法和设计模式。
### 金融数据
* Tushare 一个可以提供免费股票、基金、期货、港股等金融数据的Python开源数据。[官网](http://tushare.org)
* Ta-Lib :金融数据技术分析库,可以依据原始金融数据计算各种技术指标,计算性能比较优异。[官网](https://www.ta-lib.org/)
### 持续集成