@@ -2,30 +2,40 @@
|
||||
|
||||
## `IE_FundSCBuyMore2()`
|
||||
|
||||
声明:function
|
||||
|
||||
基金.累计买入超净值2%股票明
|
||||
|
||||
返回:array
|
||||
|
||||
## `IE_FundSCSellMore2()`
|
||||
|
||||
声明:function
|
||||
|
||||
基金.累计卖出超净值2%股票明细
|
||||
|
||||
返回:array
|
||||
|
||||
## `IE_HyHjsc()`
|
||||
|
||||
声明:function
|
||||
|
||||
行业.黄金生产
|
||||
|
||||
返回:string
|
||||
|
||||
## `IE_RevenuesByRegion()`
|
||||
|
||||
声明:function
|
||||
|
||||
主营收入及成本(按地区)
|
||||
|
||||
返回:string
|
||||
|
||||
## `reportEventQk(stock_id, r_date)`
|
||||
|
||||
声明:function
|
||||
|
||||
报告期相关数据
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -37,6 +47,8 @@
|
||||
|
||||
## `cashFlowSheetQk(stock_id, end_t, merge_or_parent)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的现金流量表
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -58,6 +70,8 @@ return cashFlowSheetQk("SZ000001",end_t,0);
|
||||
|
||||
## `interestSheetQk(stock_id, end_t, merge_or_parent)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的损益表
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -70,6 +84,8 @@ return cashFlowSheetQk("SZ000001",end_t,0);
|
||||
|
||||
## `interestDistributeQk(stock_id, end_t, merge_or_parent)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的利润分配表。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -82,6 +98,8 @@ return cashFlowSheetQk("SZ000001",end_t,0);
|
||||
|
||||
## `taxRateQk(stock_id, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的税率。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -93,6 +111,8 @@ return cashFlowSheetQk("SZ000001",end_t,0);
|
||||
|
||||
## `issueInfoQk(stock_id, beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定区间段内股票的发行情况
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -115,6 +135,8 @@ return issueInfoQk("SH500003",beg_t,end_t);
|
||||
|
||||
## `mainnegotiableshareholdersqk(stockid, endt)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的十大流通股东情况
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -134,6 +156,8 @@ return mainnegotiableshareholdersqk("SZ000002",20111231);
|
||||
|
||||
## `mainshareholdersqk(stockid, rdate)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的十大股东情况
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -153,6 +177,8 @@ return mainshareholdersqk("SZ000002",20111231);
|
||||
|
||||
## `shareStructChangeQk(stock_id, beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定区间发生的股本结构变动情况
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -175,6 +201,8 @@ return shareStructChangeQk("SZ000002",beg_t,end_t);
|
||||
|
||||
## `shareStructQk(stock_id, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
获得指定日的股本结构
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -194,6 +222,8 @@ return shareStructQk("SZ000002",intToDate(20111231));
|
||||
|
||||
## `stockListQk(stock_id, beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
在指定区间内股票上市情况
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -217,6 +247,8 @@ return stockListQk(stock_id,beg_t,end_t);
|
||||
|
||||
## `stockMoreIssueQk(stock_id, beg_t, end_t, filterfield)`
|
||||
|
||||
声明:function
|
||||
|
||||
在指定区间内股票增发情况
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -241,6 +273,8 @@ return StockMoreIssueQk(StockId,BegT,EndT,”上市日”);
|
||||
|
||||
## `collectMoneyWayQk(stock_id, beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
在指定区间内股票募集资金投向情况。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -253,6 +287,8 @@ return StockMoreIssueQk(StockId,BegT,EndT,”上市日”);
|
||||
|
||||
## `collectMoneyQk(stock_id, beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
在指定区间内股票募集资金情况。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -265,6 +301,8 @@ return StockMoreIssueQk(StockId,BegT,EndT,”上市日”);
|
||||
|
||||
## `companyLeaderShareholdersQk(stock_id, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的公司管理层持股情况。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -276,6 +314,8 @@ return StockMoreIssueQk(StockId,BegT,EndT,”上市日”);
|
||||
|
||||
## `importantEventQk(stock_id, beg_t, end_t, event_type)`
|
||||
|
||||
声明:function
|
||||
|
||||
区间发生的事件。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -289,6 +329,8 @@ return StockMoreIssueQk(StockId,BegT,EndT,”上市日”);
|
||||
|
||||
## `stockCodeQk(end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日股票代码对照表。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -299,6 +341,8 @@ return StockMoreIssueQk(StockId,BegT,EndT,”上市日”);
|
||||
|
||||
## `stockIssueQk(stock_id, beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
在指定区间内股票发行情况。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -311,6 +355,8 @@ return StockMoreIssueQk(StockId,BegT,EndT,”上市日”);
|
||||
|
||||
## `stockDistributionQk(stock_id, beg_t, end_t, filterfield)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定区间内的配股情况
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -334,6 +380,8 @@ return StockDistributionQk(StockID,BegT,EndT,”除权日”);
|
||||
|
||||
## `amountCommissionQk(fund_id, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的交易量及佣金情况
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -355,6 +403,8 @@ return amountCommissionQk(fund_id,end_t);
|
||||
|
||||
## `balanceSheetQk(stock_id, end_t, merge_or_parent)`
|
||||
|
||||
声明:function
|
||||
|
||||
股票&基金指定报告期的资产负债表
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -377,6 +427,8 @@ return balanceSheetQk(stock_id,end_t,0);
|
||||
|
||||
## `financialItemsQk(stock_id, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的财务指标
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -398,6 +450,8 @@ return financialItemsQk(stock_id,end_t);
|
||||
|
||||
## `fundEnlargeQk(fund_id, beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
在指定区间内基金扩募情况
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -422,6 +476,8 @@ return fundEnlargeQk(fund_id,beg_t,end_t);
|
||||
|
||||
## `fundIndustryCompositeQk(fund_id, r_date)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的基金行业股票投资组合情况
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -443,6 +499,8 @@ return fundIndustryCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundMainShareHoldersQk(fund_id, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的基金主要持有人
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -464,6 +522,8 @@ return fundMainShareHoldersQk(fund_id,end_t);
|
||||
|
||||
## `fundNewAddedStockQk(fund_id, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的基金新增股票
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -485,6 +545,8 @@ return fundNewAddedStockQk(fund_id,end_t);
|
||||
|
||||
## `fundStockCompositeQk(fund_id, r_date)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的股票投资组合情况
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -506,6 +568,8 @@ return fundStockCompositeQk(fund_id,r_date);
|
||||
|
||||
## `investmentRatioQk(fund_id, r_date)`
|
||||
|
||||
声明:function
|
||||
|
||||
按资产类型分类的基金投资组合
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -527,6 +591,8 @@ return investmentRatioQk(fund_id,r_date);
|
||||
|
||||
## `netAssetWeeklyListQk2(fund_id, beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
一段时间的资产净值周表情况
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -550,6 +616,8 @@ return netAssetWeeklyListQk2(fund_id,beg_t,end_t);
|
||||
|
||||
## `netAssetWeeklyListQk(fund_id, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的资产净值周表情况
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -571,6 +639,8 @@ return netAssetWeeklyListQk(fund_id,end_t);
|
||||
|
||||
## `fundBondCompositeQk(r_date)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的股票投资组合情况
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -591,6 +661,8 @@ return fundBondCompositeQk(20111231);
|
||||
|
||||
## `fundBondPzCompositeQk(fund_id, r_date)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的债券配置
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -612,6 +684,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundsindustrycompositeqk(fundarr, rdate)`
|
||||
|
||||
声明:function
|
||||
|
||||
板块-报告期-行业配置
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -623,6 +697,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundsbondcompositeqk(fundarr, rdate)`
|
||||
|
||||
声明:function
|
||||
|
||||
板块-报告期-债券配置汇总
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -634,6 +710,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundsssmx(fundarr, rdate)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的份额变动-明细
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -645,6 +723,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundsstockcompositeqk(fundarr, rdate)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的股票投资组合-市值汇总
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -656,6 +736,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundshsmx(fundarr, rdate)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期持有人结构-明细
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -667,6 +749,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundsbsqk(fundarr, rdate, bstype, topn)`
|
||||
|
||||
声明:function
|
||||
|
||||
累计买入卖出-汇总
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -680,6 +764,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundsbonddetailsqk(fundarr, rdate)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的持债明细-市值汇总
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -691,6 +777,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundspmqk(fundarr, rdate)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的贵金属明细-汇总
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -702,6 +790,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundsabsqk(fundarr, rdate)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的资产支持证券明细-汇总
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -713,6 +803,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundsfunddividendqk(fundarr, rdate, rdate2)`
|
||||
|
||||
声明:function
|
||||
|
||||
板块-区间基金分红
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -725,6 +817,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundscbqk(fundarr, rdate)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的处于转股期的可转债明细-汇总
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -736,6 +830,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundsarmmx(fundarr, rdate, dtype)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的平均剩余期限分布情况-明细
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -748,6 +844,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundsfdqk(fundarr, rdate, isrelate)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的基金明细-汇总
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -760,6 +858,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `establishmentQk(fund_id, beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
区间基金设立情况。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -772,6 +872,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundDistributeInfoQk(fund_id, beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
在指定区间内区间基金分红情况。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -784,6 +886,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundSellStockQk(fund_id, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的基金剔除股票。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -795,6 +899,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `profitSheetQk(fund_id, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定报告期的收益及分配表情况。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -806,6 +912,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `sponsorInfoQk(fund_id, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日基金发起人持有基金情况。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -817,6 +925,8 @@ return fundBondPzCompositeQk(fund_id,r_date);
|
||||
|
||||
## `fundsTpQk(fund_arr, r_date, order_field)`
|
||||
|
||||
声明:function
|
||||
|
||||
交易席位情况-汇总。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -836,6 +946,8 @@ return fundsTpQk(array('OF000001'),20221231,'股票成交量');
|
||||
|
||||
## `fundNaQk(beg_t, end_t, cy)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金-区间-收益率
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -859,6 +971,8 @@ return fundNaQk(beg_t,end_t,Cy_week());
|
||||
|
||||
## `fundRraQk(end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金-截止日-风险及调整收益
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -879,6 +993,8 @@ return fundRraQk(end_t);
|
||||
|
||||
## `fundNa2Qk(end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
基金-截止日-收益率
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -899,6 +1015,8 @@ return fundNa2Qk(end_t);
|
||||
|
||||
## `fundNawzfQk(beg_t, end_t, cy, _type, option)`
|
||||
|
||||
声明:function
|
||||
|
||||
功能:基金净值收益率序列
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -926,6 +1044,8 @@ return fundNawzfQk(beg_t,end_t,cy,type_,option);
|
||||
|
||||
## `fundIndexNaQk(beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
(参考文档未提供简述。)
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -937,6 +1057,8 @@ return fundNawzfQk(beg_t,end_t,cy,type_,option);
|
||||
|
||||
## `bondRateChangeQk(bond_id, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日期的浮动利率债券利率。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -948,6 +1070,8 @@ return fundNawzfQk(beg_t,end_t,cy,type_,option);
|
||||
|
||||
## `bondInterestQk(bond_id, beg_t, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
在指定区间内债券付息情况。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -960,6 +1084,8 @@ return fundNawzfQk(beg_t,end_t,cy,type_,option);
|
||||
|
||||
## `convertibleBondChange(bond_id)`
|
||||
|
||||
声明:function
|
||||
|
||||
可转债转股表。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
@@ -970,6 +1096,8 @@ return fundNawzfQk(beg_t,end_t,cy,type_,option);
|
||||
|
||||
## `govBondCoefficientQk(bond_id, end_t)`
|
||||
|
||||
声明:function
|
||||
|
||||
指定日期的国债折算率。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
|
||||
Reference in New Issue
Block a user