查看“季频业绩快报”的源代码
←
季频业绩快报
跳转至:
导航
,
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
=== 季频公司业绩快报:query_performance_express_report() === 方法说明:通过API接口获取季频公司业绩快报信息,可以通过参数设置获取起止年份数据,提供2006年至今数据。 返回类型:pandas的DataFrame类型。 使用示例 <pre> import baostock as bs import pandas as pd #### 登陆系统 #### lg = bs.login() # 显示登陆返回信息 print('login respond error_code:'+lg.error_code) print('login respond error_msg:'+lg.error_msg) #### 获取公司业绩快报 #### rs = bs.query_performance_express_report("sh.600000", start_date="2015-01-01", end_date="2017-12-31") print('query_performance_express_report respond error_code:'+rs.error_code) print('query_performance_express_report respond error_msg:'+rs.error_msg) result_list = [] while (rs.error_code == '0') & rs.next(): result_list.append(rs.get_row_data()) # 获取一条记录,将记录合并在一起 result = pd.DataFrame(result_list, columns=rs.fields) #### 结果集输出到csv文件 #### result.to_csv("D:\\performance_express_report.csv", encoding="gbk", index=False) print(result) #### 登出系统 #### bs.logout() </pre> 参数含义: * code:股票代码,sh或sz.+6位数字代码,或者指数代码,如:sh.601398。sh:上海;sz:深圳。此参数不可为空; * start_date:开始日期,发布日期或更新日期在这个范围内; * end_date:结束日期,发布日期或更新日期在这个范围内。 {| class="wikitable" |+返回示例数据 |- |code |performanceExpPubDate |performanceExpStatDate |performanceExpUpdateDate |performanceExpressTotalAsset |performanceExpressNetAsset |- |sh.600000 |2015-01-06 |2014-12-31 |2015-01-06 |4195602000000.000000 |260011000000.000000 |- |sh.600000 |2016-01-05 |2015-12-31 |2016-01-05 |5043060000000.000000 |285245000000.000000 |- |sh.600000 |2017-01-04 |2016-12-31 |2017-01-04 |5857263000000.000000 |338027000000.000000 |} {| class="wikitable" |+返回示例数据 |- |performanceExpressEPSChgPct |performanceExpressROEWa |performanceExpressEPSDiluted |performanceExpressGRYOY |performanceExpressOPYOY |- |0.326910 |21.020000 |2.520000 |0.228390 |0.153803 |- |0.191493 |18.820000 |2.660000 |0.192395 |0.069764 |- |0.115412 |16.350000 |2.400000 |0.097234 |0.054384 |} {| class="wikitable" |+返回数据说明 |- |参数名称 |参数描述 |- |code |证券代码 |- |performanceExpPubDate |业绩快报披露日 |- |performanceExpStatDate |业绩快报统计日期 |- |performanceExpUpdateDate |业绩快报披露日(最新) |- |performanceExpressTotalAsset |业绩快报总资产 |- |performanceExpressNetAsset |业绩快报净资产 |- |performanceExpressEPSChgPct |业绩每股收益增长率 |- |performanceExpressROEWa |业绩快报净资产收益率ROE-加权 |- |performanceExpressEPSDiluted |业绩快报每股收益EPS-摊薄 |- |performanceExpressGRYOY |业绩快报营业总收入同比 |- |performanceExpressOPYOY |业绩快报营业利润同比 |}
返回至
季频业绩快报
。
导航菜单
个人工具
登录
命名空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
平台介绍
Python API文档
--A股K线数据
--PY开发资源
--指数数据
--估值指标(日频)
--除权除息信息
--复权因子信息
--季频盈利能力
--季频营运能力
--季频成长能力
--季频偿债能力
--季频现金流量
--季频杜邦指数
--季频业绩快报
--季频业绩预告
--证券基本资料
--存款利率
--贷款利率
--存款准备金率
--货币供应量
--货币供应量余额
--行业分类
--上证50成分股
--沪深300成分股
--中证500成分股
--其它API
公式与数据说明
数据调整记录
好文章
工具
链入页面
相关更改
特殊页面
页面信息