获取一组股票一段时间某种频率下的计算的涨跌幅
# 获取股票涨跌幅 def get_pct_change(scu,count,date,fqy='1d'): df=get_price(security=scu,count=count+1,end_date=date,fields=['close'],frequency=fqy) return df['close',:,:].pct_change().iloc[1:,:]
get_pct_change(scu=['000001.XSHG','000016.XSHG'],count=3,date='2017-09-11',fqy='3d')
get_pct_change(scu=['000001.XSHG','000016.XSHG'],count=3,date='2017-09-11 10:25:30',fqy='5m')
本社区仅针对特定人员开放
查看需注册登录并通过风险意识测评
5秒后跳转登录页面...
玉兔呈祥:2019年08月23日操盘计划(1)...
玉兔呈祥:2019年07月26日操盘计划(1)...
借花(感恩节)献佛 感恩回顾
美股再次暴跌,但黄金却无动于衷
移动端课程