-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from QUANTAXIS/master
quantaxis__db_description
- Loading branch information
Showing
5 changed files
with
165 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
|
||
''' | ||
''' | ||
quantaxis__db_description= [ | ||
|
||
{ | ||
'stock_info_tushare': | ||
[ | ||
{'code':'代码'}, | ||
{'name','名称'}, | ||
{'industry','所属行业'}, | ||
{'area','地区'}, | ||
{'pe','市盈率'}, | ||
{'outstanding','流通股本(亿)'}, | ||
{'totals','总股本(亿)'}, | ||
{'totalAssets','总资产(万)'}, | ||
{'liquidAssets','流动资产'}, | ||
{'fixedAssets','固定资产'}, | ||
{'reserved','公积金'}, | ||
{'reservedPerShare','每股公积金'}, | ||
{'esp','每股收益'}, | ||
{'bvps','每股净资'}, | ||
{'pb','市净率'}, | ||
{'timeToMarket','上市日期'}, | ||
{'undp','未分利润'}, | ||
{'perundp', '每股未分配'}, | ||
{'rev','收入同比(%)'}, | ||
{'profit','利润同比(%)'}, | ||
{'gpr','毛利率(%)'}, | ||
{'npr','净利润率(%)'}, | ||
{'holders','股东人数'}, | ||
] | ||
}, | ||
{ | ||
'stock_info': | ||
[ | ||
{"market": '1'}, | ||
{"code": "代码"}, | ||
{"liutongguben": '流通股本(单位)'}, | ||
{"province": "省市代码区域"}, | ||
{"industry": "行业分类代码"}, | ||
{"updated_date": '最后更新时间'}, | ||
{"ipo_date": "首次公开发行日期"}, | ||
{"zongguben": "总股本"}, | ||
{"guojiagu": "国家股"}, | ||
{"faqirenfarengu": "发起人法人股"}, | ||
{"farengu": "法人股"}, | ||
{"bgu": "B股"}, | ||
{"hgu": "H股"}, | ||
{"zhigonggu": "职工股"}, | ||
{"zongzichan": "总资产"}, | ||
{"liudongzichan": "流动资产"}, | ||
{"gudingzichan": "固定资产"}, | ||
{"wuxingzichan": "无形资产"}, | ||
{"gudongrenshu": "股东人数"}, | ||
{"liudongfuzhai": "流动负责"}, | ||
{"changqifuzhai": "长期负责"}, | ||
{"zibengongjijin": "资本公积金"}, | ||
{"jingzichan": "净资产"}, | ||
{"zhuyingshouru": "主营收入"}, | ||
{"zhuyinglirun": "主营利润"}, | ||
{"yingshouzhangkuan": "营收账款"}, | ||
{"yingyelirun": "营业利润"}, | ||
{"touzishouyu": "投资收益"}, | ||
{"jingyingxianjinliu": ""}, | ||
{"zongxianjinliu": ""}, | ||
{"cunhuo": "存货"}, | ||
{"lirunzonghe": "利润总和"}, | ||
{"shuihoulirun": "税后利润"}, | ||
{"jinglirun": "净利润"}, | ||
{"weifenpeilirun": "未分配利润"}, | ||
{"meigujingzichan": "每股净资产"}, | ||
{"baoliu2": "保留"} | ||
|
||
] | ||
} | ||
|
||
|
||
|
||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters