资源简介
python获取万得行情数据
代码片段和文件信息
#-*- coding: UTF-8 -*-
#python使用用Wind接口获取全部A股历史交易数据 批量写入mysql库
#python getallAHisTrade2DB.py -o E:\wuyou\python\wind\
#wing ide debug input:-o E:\wuyou\python\wind\
# open wind api spend lots of time
“““
@Author: chenchuang
@Date: 2017-07-25
@Version: V1.0
“““
#!/user/python
# -*- coding: gb2312 -*-
import os
import sys
import getopt
from WindPy import *
from datetime import *
import pymysql
import time
class LoadHisInfo:
def __init__(self):
self.OutputDir=r‘E:‘
self.StockCodeList=[]
self.getdate = time.strftime(“%Y-%m-%d“ time.localtime())
print(self.getdate)
def StartWind(self):
w.start()
def LoadStockList(self):
#get datewind_codesec_name
res = w.wset(“sectorconstituent““date=“+str(self.getdate)+“;sectorid=a001010100000000“)
#print(res)
if res.ErrorCode != 0:
print(‘Error[‘+str(res.ErrorCode)+‘][load stockcode list fail]\n‘
相关资源
- xnby_883749.zip
- TOGAF培训讲义-周金根.pdf
- OS12.2驱动,手机虚拟定位软件,Loca
- 大话系列-大话数据结构(pdf高清版)
- 梁宁产品经理思维30讲.pdf
- CHI760E辰华电化学工作站软件最新版
- SAPERPHCM葵花宝典系列之配置指南(电
- TangZhuoLin.rar
- Day3_NOI.zip
- 图解HTTP.pdf
- VisionProStandardv7.2(2Day).zip
- ElevatorSimulation.zip
- 14002454IPC-A-610DChinese(L).pdf
- SoftwareEngineering.pdf
- linfanrong_10164999.rar
- The.Art.Of.Unit.Testing.With.Examples.in.C.2nd
- myGame.rar
- 带手机版数据同步财税代理公司注册
- pdf课本及习题答案.rar
- 深度学习PDF非扫描版(中文版)麻省
- doudizhu_shffule_src.zip
- 随机信号分析解题指南.pdf
- ios12.3驱动.zip
- 百万邮件系统多机版.rar
- learnopengl-cn-2018年5月更新.pdf
- zw_学习OpenCV(中文版).zip
- 1-300.pdf
- pyqt5windows生成二维工具源码
- KNN疾病预测算法Demo
- ABAQUS单元失效浅析(单元删除
评论
共有 条评论