tushare_function.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:base_function 作者: Rockyzsu 项目源码 文件源码
def getBigVol(code):
    #???????

    #today_vol=ts.get_today_ticks(code)
    #hist_vol=ts.get_tick_data(code,date='2016-11-28')
    #print today_vol.head(10)

    #print hist_vol

    hist_big_deal = ts.get_sina_dd(code, date='2016-12-01', vol=500)
    if hist_big_deal is None:
        print "No Big Deal"
    else:
        print hist_big_deal
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号