@investoday/investoday-api 1.9.21 → 1.9.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/openapi.json +1584 -69
- package/data/tree.json +77 -0
- package/package.json +1 -1
package/data/openapi.json
CHANGED
|
@@ -32670,222 +32670,438 @@
|
|
|
32670
32670
|
"stockCode": {
|
|
32671
32671
|
"type": "string",
|
|
32672
32672
|
"description": "股票代码",
|
|
32673
|
-
"example": "
|
|
32673
|
+
"example": "000001"
|
|
32674
32674
|
},
|
|
32675
32675
|
"stockName": {
|
|
32676
32676
|
"type": "string",
|
|
32677
|
-
"description": "
|
|
32678
|
-
"example": "
|
|
32677
|
+
"description": "股票名称",
|
|
32678
|
+
"example": "平安银行"
|
|
32679
32679
|
},
|
|
32680
32680
|
"date": {
|
|
32681
32681
|
"type": "string",
|
|
32682
|
-
"description": "
|
|
32683
|
-
"example": "
|
|
32682
|
+
"description": "报告期截止日期",
|
|
32683
|
+
"example": "2024-12-31 00:00:00"
|
|
32684
32684
|
},
|
|
32685
32685
|
"infoSource": {
|
|
32686
32686
|
"type": "string",
|
|
32687
|
-
"description": "
|
|
32688
|
-
"example": "
|
|
32687
|
+
"description": "信息来源或报告类型",
|
|
32688
|
+
"example": "年度报告"
|
|
32689
|
+
},
|
|
32690
|
+
"updateStatus": {
|
|
32691
|
+
"type": "integer",
|
|
32692
|
+
"format": "int32",
|
|
32693
|
+
"allOf": [
|
|
32694
|
+
{
|
|
32695
|
+
"type": "integer",
|
|
32696
|
+
"format": "int32",
|
|
32697
|
+
"description": "1代表更新完成,2代表更新中",
|
|
32698
|
+
"enum": [
|
|
32699
|
+
1
|
|
32700
|
+
]
|
|
32701
|
+
}
|
|
32702
|
+
],
|
|
32703
|
+
"description": "更新状态",
|
|
32704
|
+
"example": 1
|
|
32689
32705
|
},
|
|
32690
32706
|
"instHoldingAFloatShares": {
|
|
32691
32707
|
"type": "number",
|
|
32692
|
-
"description": "机构持有无限售流通A
|
|
32693
|
-
"example":
|
|
32708
|
+
"description": "机构持有无限售流通 A 股数量,单位股",
|
|
32709
|
+
"example": 100000000
|
|
32694
32710
|
},
|
|
32695
32711
|
"fundHoldingAFloatShares": {
|
|
32696
32712
|
"type": "number",
|
|
32697
|
-
"description": "基金持有无限售流通A
|
|
32698
|
-
"example":
|
|
32713
|
+
"description": "基金持有无限售流通 A 股数量,单位股",
|
|
32714
|
+
"example": 20000000
|
|
32699
32715
|
},
|
|
32700
32716
|
"qfiiHoldingAFloatShares": {
|
|
32701
32717
|
"type": "number",
|
|
32702
|
-
"description": "QFII持有无限售流通A
|
|
32703
|
-
"example":
|
|
32718
|
+
"description": "QFII 持有无限售流通 A 股数量,单位股",
|
|
32719
|
+
"example": 5000000
|
|
32704
32720
|
},
|
|
32705
32721
|
"insuranceHoldingAFloatShares": {
|
|
32706
32722
|
"type": "number",
|
|
32707
|
-
"description": "保险公司持有无限售流通A
|
|
32708
|
-
"example":
|
|
32723
|
+
"description": "保险公司持有无限售流通 A 股数量,单位股",
|
|
32724
|
+
"example": 8000000
|
|
32709
32725
|
},
|
|
32710
32726
|
"pensionHoldingAFloatShares": {
|
|
32711
32727
|
"type": "number",
|
|
32712
|
-
"description": "社保基金持有无限售流通A
|
|
32713
|
-
"example":
|
|
32728
|
+
"description": "社保基金持有无限售流通 A 股数量,单位股",
|
|
32729
|
+
"example": 3000000
|
|
32714
32730
|
},
|
|
32715
32731
|
"nationalTeamHoldingAFloatShares": {
|
|
32716
32732
|
"type": "number",
|
|
32717
|
-
"description": "国家队持有无限售流通A
|
|
32718
|
-
"example":
|
|
32733
|
+
"description": "国家队持有无限售流通 A 股数量,单位股",
|
|
32734
|
+
"example": 1000000
|
|
32719
32735
|
},
|
|
32720
32736
|
"instHoldingAFloatRatio": {
|
|
32721
32737
|
"type": "number",
|
|
32722
|
-
"description": "机构持有无限售流通A
|
|
32723
|
-
"example":
|
|
32738
|
+
"description": "机构持有无限售流通 A 股比例(%)",
|
|
32739
|
+
"example": 12.3456
|
|
32724
32740
|
},
|
|
32725
32741
|
"fundHoldingAFloatRatio": {
|
|
32726
32742
|
"type": "number",
|
|
32727
|
-
"description": "基金持有无限售流通A
|
|
32728
|
-
"example":
|
|
32743
|
+
"description": "基金持有无限售流通 A 股比例(%)",
|
|
32744
|
+
"example": 2.3456
|
|
32729
32745
|
},
|
|
32730
32746
|
"qfiiHoldingAFloatRatio": {
|
|
32731
32747
|
"type": "number",
|
|
32732
|
-
"description": "QFII持有无限售流通A
|
|
32733
|
-
"example":
|
|
32748
|
+
"description": "QFII 持有无限售流通 A 股比例(%)",
|
|
32749
|
+
"example": 0.5678
|
|
32734
32750
|
},
|
|
32735
32751
|
"insuranceHoldingAFloatRatio": {
|
|
32736
32752
|
"type": "number",
|
|
32737
|
-
"description": "保险公司持有无限售流通A
|
|
32738
|
-
"example":
|
|
32753
|
+
"description": "保险公司持有无限售流通 A 股比例(%)",
|
|
32754
|
+
"example": 1.2345
|
|
32739
32755
|
},
|
|
32740
32756
|
"pensionHoldingAFloatRatio": {
|
|
32741
32757
|
"type": "number",
|
|
32742
|
-
"description": "社保基金持有无限售流通A
|
|
32743
|
-
"example":
|
|
32758
|
+
"description": "社保基金持有无限售流通 A 股比例(%)",
|
|
32759
|
+
"example": 0.6789
|
|
32760
|
+
},
|
|
32761
|
+
"nationalTeamHoldingAFloatRatio": {
|
|
32762
|
+
"type": "number",
|
|
32763
|
+
"description": "国家队持有无限售流通 A 股比例(%),当前预留",
|
|
32764
|
+
"example": 0
|
|
32744
32765
|
},
|
|
32745
32766
|
"instHoldingAShares": {
|
|
32746
32767
|
"type": "number",
|
|
32747
|
-
"description": "
|
|
32748
|
-
"example":
|
|
32768
|
+
"description": "机构持有全部 A 股数量,单位股",
|
|
32769
|
+
"example": 120000000
|
|
32749
32770
|
},
|
|
32750
32771
|
"fundHoldingAShares": {
|
|
32751
32772
|
"type": "number",
|
|
32752
|
-
"description": "
|
|
32753
|
-
"example":
|
|
32773
|
+
"description": "基金持有全部 A 股数量,单位股",
|
|
32774
|
+
"example": 25000000
|
|
32754
32775
|
},
|
|
32755
32776
|
"qfiiHoldingAShares": {
|
|
32756
32777
|
"type": "number",
|
|
32757
|
-
"description": "QFII
|
|
32758
|
-
"example":
|
|
32778
|
+
"description": "QFII 持有全部 A 股数量,单位股",
|
|
32779
|
+
"example": 6000000
|
|
32759
32780
|
},
|
|
32760
32781
|
"insuranceHoldingAShares": {
|
|
32761
32782
|
"type": "number",
|
|
32762
|
-
"description": "
|
|
32763
|
-
"example":
|
|
32783
|
+
"description": "保险公司持有全部 A 股数量,单位股",
|
|
32784
|
+
"example": 9000000
|
|
32764
32785
|
},
|
|
32765
32786
|
"pensionHoldingAShares": {
|
|
32766
32787
|
"type": "number",
|
|
32767
|
-
"description": "
|
|
32768
|
-
"example":
|
|
32788
|
+
"description": "社保基金持有全部 A 股数量,单位股",
|
|
32789
|
+
"example": 3500000
|
|
32769
32790
|
},
|
|
32770
32791
|
"nationalTeamHoldingAShares": {
|
|
32771
32792
|
"type": "number",
|
|
32772
|
-
"description": "
|
|
32773
|
-
"example":
|
|
32793
|
+
"description": "国家队持有全部 A 股数量,单位股",
|
|
32794
|
+
"example": 1200000
|
|
32774
32795
|
},
|
|
32775
32796
|
"instHoldingARatio": {
|
|
32776
32797
|
"type": "number",
|
|
32777
|
-
"description": "
|
|
32778
|
-
"example":
|
|
32798
|
+
"description": "机构持有全部 A 股比例(%)",
|
|
32799
|
+
"example": 14.5678
|
|
32779
32800
|
},
|
|
32780
32801
|
"fundHoldingARatio": {
|
|
32781
32802
|
"type": "number",
|
|
32782
|
-
"description": "
|
|
32783
|
-
"example":
|
|
32803
|
+
"description": "基金持有全部 A 股比例(%)",
|
|
32804
|
+
"example": 3.4567
|
|
32784
32805
|
},
|
|
32785
32806
|
"qfiiHoldingARatio": {
|
|
32786
32807
|
"type": "number",
|
|
32787
|
-
"description": "QFII
|
|
32788
|
-
"example": 0.
|
|
32808
|
+
"description": "QFII 持有全部 A 股比例(%)",
|
|
32809
|
+
"example": 0.789
|
|
32789
32810
|
},
|
|
32790
32811
|
"insuranceHoldingARatio": {
|
|
32791
32812
|
"type": "number",
|
|
32792
|
-
"description": "
|
|
32793
|
-
"example":
|
|
32813
|
+
"description": "保险公司持有全部 A 股比例(%)",
|
|
32814
|
+
"example": 1.4567
|
|
32794
32815
|
},
|
|
32795
32816
|
"pensionHoldingARatio": {
|
|
32796
32817
|
"type": "number",
|
|
32797
|
-
"description": "
|
|
32798
|
-
"example":
|
|
32818
|
+
"description": "社保基金持有全部 A 股比例(%)",
|
|
32819
|
+
"example": 0.789
|
|
32820
|
+
},
|
|
32821
|
+
"nationalTeamHoldingARatio": {
|
|
32822
|
+
"type": "number",
|
|
32823
|
+
"description": "国家队持有全部 A 股比例(%),当前预留",
|
|
32824
|
+
"example": 0
|
|
32825
|
+
},
|
|
32826
|
+
"top10HoldingShares": {
|
|
32827
|
+
"type": "number",
|
|
32828
|
+
"description": "前十大股东持股数量合计,单位股",
|
|
32829
|
+
"example": 300000000
|
|
32830
|
+
},
|
|
32831
|
+
"top10HoldingRatio": {
|
|
32832
|
+
"type": "number",
|
|
32833
|
+
"description": "前十大股东持股比例(%)",
|
|
32834
|
+
"example": 35.6789
|
|
32835
|
+
},
|
|
32836
|
+
"top10UnrestrictedHoldingShares": {
|
|
32837
|
+
"type": "number",
|
|
32838
|
+
"description": "前十大无限售股东持股数量合计,单位股",
|
|
32839
|
+
"example": 280000000
|
|
32840
|
+
},
|
|
32841
|
+
"top10UnrestrictedHoldingRatioToUnrestrictedCapital": {
|
|
32842
|
+
"type": "number",
|
|
32843
|
+
"description": "前十大无限售股东持股数占无限售股本比例(%)",
|
|
32844
|
+
"example": 42.3456
|
|
32845
|
+
},
|
|
32846
|
+
"top10UnrestrictedHoldingRatioToTotalCapital": {
|
|
32847
|
+
"type": "number",
|
|
32848
|
+
"description": "前十大无限售股东持股数占总股本比例(%)",
|
|
32849
|
+
"example": 28.4567
|
|
32850
|
+
},
|
|
32851
|
+
"top10UnrestrictedAFloatShares": {
|
|
32852
|
+
"type": "number",
|
|
32853
|
+
"description": "前十大无限售股东持有无限售 A 股数量,单位股",
|
|
32854
|
+
"example": 260000000
|
|
32855
|
+
},
|
|
32856
|
+
"top10UnrestrictedAFloatRatio": {
|
|
32857
|
+
"type": "number",
|
|
32858
|
+
"description": "前十大无限售股东持有无限售 A 股比例(%)",
|
|
32859
|
+
"example": 39.4567
|
|
32860
|
+
},
|
|
32861
|
+
"instHoldingAToFloatCapitalRatio": {
|
|
32862
|
+
"type": "number",
|
|
32863
|
+
"description": "机构全部 A 股持仓占流通 A 股股本比例(%)",
|
|
32864
|
+
"example": 15.6789
|
|
32865
|
+
},
|
|
32866
|
+
"fundHoldingAToFloatCapitalRatio": {
|
|
32867
|
+
"type": "number",
|
|
32868
|
+
"description": "基金全部 A 股持仓占流通 A 股股本比例(%)",
|
|
32869
|
+
"example": 3.789
|
|
32870
|
+
},
|
|
32871
|
+
"qfiiHoldingAToFloatCapitalRatio": {
|
|
32872
|
+
"type": "number",
|
|
32873
|
+
"description": "QFII 全部 A 股持仓占流通 A 股股本比例(%)",
|
|
32874
|
+
"example": 0.8901
|
|
32875
|
+
},
|
|
32876
|
+
"insuranceHoldingAToFloatCapitalRatio": {
|
|
32877
|
+
"type": "number",
|
|
32878
|
+
"description": "保险公司全部 A 股持仓占流通 A 股股本比例(%)",
|
|
32879
|
+
"example": 1.5678
|
|
32880
|
+
},
|
|
32881
|
+
"pensionHoldingAToFloatCapitalRatio": {
|
|
32882
|
+
"type": "number",
|
|
32883
|
+
"description": "社保基金全部 A 股持仓占流通 A 股股本比例(%)",
|
|
32884
|
+
"example": 0.8901
|
|
32885
|
+
},
|
|
32886
|
+
"nationalTeamHoldingAToFloatCapitalRatio": {
|
|
32887
|
+
"type": "number",
|
|
32888
|
+
"description": "国家队全部 A 股持仓占流通 A 股股本比例(%)",
|
|
32889
|
+
"example": 0.1234
|
|
32799
32890
|
},
|
|
32800
32891
|
"instReduceAShares": {
|
|
32801
32892
|
"type": "number",
|
|
32802
|
-
"description": "机构持有A
|
|
32893
|
+
"description": "机构持有 A 股减持数量合计(股)",
|
|
32803
32894
|
"example": -9226892
|
|
32804
32895
|
},
|
|
32805
32896
|
"fundReduceAShares": {
|
|
32806
32897
|
"type": "number",
|
|
32807
|
-
"description": "基金持有A
|
|
32898
|
+
"description": "基金持有 A 股减持数量(股)",
|
|
32808
32899
|
"example": -9974385
|
|
32809
32900
|
},
|
|
32810
32901
|
"qfiiReduceAShares": {
|
|
32811
32902
|
"type": "number",
|
|
32812
|
-
"description": "QFII持有A
|
|
32903
|
+
"description": "QFII 持有 A 股减持数量(股)",
|
|
32813
32904
|
"example": 0
|
|
32814
32905
|
},
|
|
32815
32906
|
"insuranceReduceAShares": {
|
|
32816
32907
|
"type": "number",
|
|
32817
|
-
"description": "保险公司持有A
|
|
32908
|
+
"description": "保险公司持有 A 股减持数量(股)",
|
|
32818
32909
|
"example": 0
|
|
32819
32910
|
},
|
|
32820
32911
|
"pensionReduceAShares": {
|
|
32821
32912
|
"type": "number",
|
|
32822
|
-
"description": "社保基金持有A
|
|
32913
|
+
"description": "社保基金持有 A 股减持数量(股)",
|
|
32823
32914
|
"example": 0
|
|
32824
32915
|
},
|
|
32825
32916
|
"nationalTeamReduceAShares": {
|
|
32826
32917
|
"type": "number",
|
|
32827
|
-
"description": "国家队持有A
|
|
32918
|
+
"description": "国家队持有 A 股减持数量(股)",
|
|
32828
32919
|
"example": 0
|
|
32829
32920
|
},
|
|
32830
32921
|
"instReduceRatioToBegin": {
|
|
32831
32922
|
"type": "number",
|
|
32832
|
-
"description": "机构持有A
|
|
32923
|
+
"description": "机构持有 A 股减持数量合计占期初持股比例(%)",
|
|
32833
32924
|
"example": -52.7
|
|
32834
32925
|
},
|
|
32835
32926
|
"fundReduceRatioToBegin": {
|
|
32836
32927
|
"type": "number",
|
|
32837
|
-
"description": "基金持有A
|
|
32928
|
+
"description": "基金持有 A 股减持数量占期初持股比例(%)",
|
|
32838
32929
|
"example": -97.786
|
|
32839
32930
|
},
|
|
32840
32931
|
"qfiiReduceRatioToBegin": {
|
|
32841
32932
|
"type": "number",
|
|
32842
|
-
"description": "QFII持有A
|
|
32933
|
+
"description": "QFII 持有 A 股减持数量占期初持股比例(%)",
|
|
32843
32934
|
"example": -3.75
|
|
32844
32935
|
},
|
|
32845
32936
|
"insuranceReduceRatioToBegin": {
|
|
32846
32937
|
"type": "number",
|
|
32847
|
-
"description": "保险公司持有A
|
|
32938
|
+
"description": "保险公司持有 A 股减持数量占期初持股比例(%)",
|
|
32848
32939
|
"example": 3.75
|
|
32849
32940
|
},
|
|
32850
32941
|
"pensionReduceRatioToBegin": {
|
|
32851
32942
|
"type": "number",
|
|
32852
|
-
"description": "社保基金持有A
|
|
32943
|
+
"description": "社保基金持有 A 股减持数量占期初持股比例(%)",
|
|
32853
32944
|
"example": -3.75
|
|
32854
32945
|
},
|
|
32855
32946
|
"nationalTeamReduceRatioToBegin": {
|
|
32856
32947
|
"type": "number",
|
|
32857
|
-
"description": "国家队持有A
|
|
32948
|
+
"description": "国家队持有 A 股减持数量占期初持股比例(%)",
|
|
32858
32949
|
"example": -0.75
|
|
32859
32950
|
},
|
|
32860
32951
|
"instReduceRatioToAFloat": {
|
|
32861
32952
|
"type": "number",
|
|
32862
|
-
"description": "机构持有A股减持数量合计占无限售A
|
|
32953
|
+
"description": "机构持有 A 股减持数量合计占无限售 A 股比例(%)",
|
|
32863
32954
|
"example": -10.9813
|
|
32864
32955
|
},
|
|
32865
32956
|
"fundReduceRatioToAFloat": {
|
|
32866
32957
|
"type": "number",
|
|
32867
|
-
"description": "基金持有A股减持数量占无限售A
|
|
32958
|
+
"description": "基金持有 A 股减持数量占无限售 A 股比例(%)",
|
|
32868
32959
|
"example": -11.8709
|
|
32869
32960
|
},
|
|
32870
32961
|
"qfiiReduceRatioToAFloat": {
|
|
32871
32962
|
"type": "number",
|
|
32872
|
-
"description": "QFII持有A股减持数量占无限售A
|
|
32963
|
+
"description": "QFII 持有 A 股减持数量占无限售 A 股比例(%)",
|
|
32873
32964
|
"example": 0
|
|
32874
32965
|
},
|
|
32875
32966
|
"insuranceReduceRatioToAFloat": {
|
|
32876
32967
|
"type": "number",
|
|
32877
|
-
"description": "保险公司持有A股减持数量占无限售A
|
|
32968
|
+
"description": "保险公司持有 A 股减持数量占无限售 A 股比例(%)",
|
|
32878
32969
|
"example": 0
|
|
32879
32970
|
},
|
|
32880
32971
|
"pensionReduceRatioToAFloat": {
|
|
32881
32972
|
"type": "number",
|
|
32882
|
-
"description": "社保基金持有A股减持数量占无限售A
|
|
32973
|
+
"description": "社保基金持有 A 股减持数量占无限售 A 股比例(%)",
|
|
32883
32974
|
"example": 0
|
|
32884
32975
|
},
|
|
32885
32976
|
"nationalTeamReduceRatioToAFloat": {
|
|
32886
32977
|
"type": "number",
|
|
32887
|
-
"description": "国家队持有A股减持数量占无限售A
|
|
32978
|
+
"description": "国家队持有 A 股减持数量占无限售 A 股比例(%)",
|
|
32888
32979
|
"example": 0
|
|
32980
|
+
},
|
|
32981
|
+
"instHoldingAFloatSharesQoq": {
|
|
32982
|
+
"type": "number",
|
|
32983
|
+
"description": "机构无限售流通 A 股持仓数量复权环比增长率(%)",
|
|
32984
|
+
"example": 5.6789
|
|
32985
|
+
},
|
|
32986
|
+
"fundHoldingAFloatSharesQoq": {
|
|
32987
|
+
"type": "number",
|
|
32988
|
+
"description": "基金无限售流通 A 股持仓数量复权环比增长率(%)",
|
|
32989
|
+
"example": -2.3456
|
|
32990
|
+
},
|
|
32991
|
+
"qfiiHoldingAFloatSharesQoq": {
|
|
32992
|
+
"type": "number",
|
|
32993
|
+
"description": "QFII 无限售流通 A 股持仓数量复权环比增长率(%)",
|
|
32994
|
+
"example": 1.2345
|
|
32995
|
+
},
|
|
32996
|
+
"insuranceHoldingAFloatSharesQoq": {
|
|
32997
|
+
"type": "number",
|
|
32998
|
+
"description": "保险公司无限售流通 A 股持仓数量复权环比增长率(%)",
|
|
32999
|
+
"example": 3.4567
|
|
33000
|
+
},
|
|
33001
|
+
"pensionHoldingAFloatSharesQoq": {
|
|
33002
|
+
"type": "number",
|
|
33003
|
+
"description": "社保基金无限售流通 A 股持仓数量复权环比增长率(%)",
|
|
33004
|
+
"example": -1.2345
|
|
33005
|
+
},
|
|
33006
|
+
"nationalTeamHoldingAFloatSharesQoq": {
|
|
33007
|
+
"type": "number",
|
|
33008
|
+
"description": "国家队无限售流通 A 股持仓数量复权环比增长率(%)",
|
|
33009
|
+
"example": 0.5678
|
|
33010
|
+
},
|
|
33011
|
+
"instHoldingAFloatSharesYoy": {
|
|
33012
|
+
"type": "number",
|
|
33013
|
+
"description": "机构无限售流通 A 股持仓数量复权同比增长率(%)",
|
|
33014
|
+
"example": 8.9012
|
|
33015
|
+
},
|
|
33016
|
+
"fundHoldingAFloatSharesYoy": {
|
|
33017
|
+
"type": "number",
|
|
33018
|
+
"description": "基金无限售流通 A 股持仓数量复权同比增长率(%)",
|
|
33019
|
+
"example": -3.4567
|
|
33020
|
+
},
|
|
33021
|
+
"qfiiHoldingAFloatSharesYoy": {
|
|
33022
|
+
"type": "number",
|
|
33023
|
+
"description": "QFII 无限售流通 A 股持仓数量复权同比增长率(%)",
|
|
33024
|
+
"example": 2.3456
|
|
33025
|
+
},
|
|
33026
|
+
"insuranceHoldingAFloatSharesYoy": {
|
|
33027
|
+
"type": "number",
|
|
33028
|
+
"description": "保险公司无限售流通 A 股持仓数量复权同比增长率(%)",
|
|
33029
|
+
"example": 4.5678
|
|
33030
|
+
},
|
|
33031
|
+
"pensionHoldingAFloatSharesYoy": {
|
|
33032
|
+
"type": "number",
|
|
33033
|
+
"description": "社保基金无限售流通 A 股持仓数量复权同比增长率(%)",
|
|
33034
|
+
"example": -2.3456
|
|
33035
|
+
},
|
|
33036
|
+
"nationalTeamHoldingAFloatSharesYoy": {
|
|
33037
|
+
"type": "number",
|
|
33038
|
+
"description": "国家队无限售流通 A 股持仓数量复权同比增长率(%)",
|
|
33039
|
+
"example": 1.2345
|
|
33040
|
+
},
|
|
33041
|
+
"instHoldingASharesQoq": {
|
|
33042
|
+
"type": "number",
|
|
33043
|
+
"description": "机构全部 A 股持仓数量复权环比增长率(%)",
|
|
33044
|
+
"example": 6.789
|
|
33045
|
+
},
|
|
33046
|
+
"fundHoldingASharesQoq": {
|
|
33047
|
+
"type": "number",
|
|
33048
|
+
"description": "基金全部 A 股持仓数量复权环比增长率(%)",
|
|
33049
|
+
"example": -1.2345
|
|
33050
|
+
},
|
|
33051
|
+
"qfiiHoldingASharesQoq": {
|
|
33052
|
+
"type": "number",
|
|
33053
|
+
"description": "QFII 全部 A 股持仓数量复权环比增长率(%)",
|
|
33054
|
+
"example": 1.6789
|
|
33055
|
+
},
|
|
33056
|
+
"insuranceHoldingASharesQoq": {
|
|
33057
|
+
"type": "number",
|
|
33058
|
+
"description": "保险公司全部 A 股持仓数量复权环比增长率(%)",
|
|
33059
|
+
"example": 3.789
|
|
33060
|
+
},
|
|
33061
|
+
"pensionHoldingASharesQoq": {
|
|
33062
|
+
"type": "number",
|
|
33063
|
+
"description": "社保基金全部 A 股持仓数量复权环比增长率(%)",
|
|
33064
|
+
"example": -0.6789
|
|
33065
|
+
},
|
|
33066
|
+
"nationalTeamHoldingASharesQoq": {
|
|
33067
|
+
"type": "number",
|
|
33068
|
+
"description": "国家队全部 A 股持仓数量复权环比增长率(%)",
|
|
33069
|
+
"example": 0.789
|
|
33070
|
+
},
|
|
33071
|
+
"instHoldingASharesYoy": {
|
|
33072
|
+
"type": "number",
|
|
33073
|
+
"description": "机构全部 A 股持仓数量复权同比增长率(%)",
|
|
33074
|
+
"example": 9.0123
|
|
33075
|
+
},
|
|
33076
|
+
"fundHoldingASharesYoy": {
|
|
33077
|
+
"type": "number",
|
|
33078
|
+
"description": "基金全部 A 股持仓数量复权同比增长率(%)",
|
|
33079
|
+
"example": -2.3456
|
|
33080
|
+
},
|
|
33081
|
+
"qfiiHoldingASharesYoy": {
|
|
33082
|
+
"type": "number",
|
|
33083
|
+
"description": "QFII 全部 A 股持仓数量复权同比增长率(%)",
|
|
33084
|
+
"example": 2.789
|
|
33085
|
+
},
|
|
33086
|
+
"insuranceHoldingASharesYoy": {
|
|
33087
|
+
"type": "number",
|
|
33088
|
+
"description": "保险公司全部 A 股持仓数量复权同比增长率(%)",
|
|
33089
|
+
"example": 4.8901
|
|
33090
|
+
},
|
|
33091
|
+
"pensionHoldingASharesYoy": {
|
|
33092
|
+
"type": "number",
|
|
33093
|
+
"description": "社保基金全部 A 股持仓数量复权同比增长率(%)",
|
|
33094
|
+
"example": -1.2345
|
|
33095
|
+
},
|
|
33096
|
+
"nationalTeamHoldingASharesYoy": {
|
|
33097
|
+
"type": "number",
|
|
33098
|
+
"description": "国家队全部 A 股持仓数量复权同比增长率(%)",
|
|
33099
|
+
"example": 1.5678
|
|
33100
|
+
},
|
|
33101
|
+
"nextDate": {
|
|
33102
|
+
"type": "string",
|
|
33103
|
+
"description": "同一公司下一条有效记录的报告期",
|
|
33104
|
+
"example": "2025-03-31 00:00:00"
|
|
32889
33105
|
}
|
|
32890
33106
|
}
|
|
32891
33107
|
}
|
|
@@ -56032,6 +56248,1305 @@
|
|
|
56032
56248
|
"resource"
|
|
56033
56249
|
]
|
|
56034
56250
|
},
|
|
56251
|
+
"/consensus/stk-metric": {
|
|
56252
|
+
"post": {
|
|
56253
|
+
"tags": [
|
|
56254
|
+
"个股一致预期综合指标"
|
|
56255
|
+
],
|
|
56256
|
+
"summary": "个股一致预期综合指标",
|
|
56257
|
+
"description": "通过股票代码和发布日期范围,查询个股的卖方分析师一致预期综合指标,包括历史及未来财年的营收、净利润、每股收益、净资产、现金流、ROE、PE、PS、PB、PEG等核心财务指标的预期值、增长率、目标价、评级分数以及最新股价和总股本,用于深度财务分析和投资决策。",
|
|
56258
|
+
"operationId": "list_consensus_stk_metric",
|
|
56259
|
+
"requestBody": {
|
|
56260
|
+
"description": "通过股票代码和发布日期范围,查询个股的卖方分析师一致预期综合指标,包括历史及未来财年的营收、净利润、每股收益、净资产、现金流、ROE、PE、PS、PB、PEG等核心财务指标的预期值、增长率、目标价、评级分数以及最新股价和总股本,用于深度财务分析和投资决策。",
|
|
56261
|
+
"content": {
|
|
56262
|
+
"application/json": {
|
|
56263
|
+
"schema": {
|
|
56264
|
+
"type": "object",
|
|
56265
|
+
"properties": {
|
|
56266
|
+
"stockCodes": {
|
|
56267
|
+
"type": "array",
|
|
56268
|
+
"description": "股票代码",
|
|
56269
|
+
"example": [
|
|
56270
|
+
"000001",
|
|
56271
|
+
"600519"
|
|
56272
|
+
],
|
|
56273
|
+
"items": {
|
|
56274
|
+
"type": "string"
|
|
56275
|
+
}
|
|
56276
|
+
},
|
|
56277
|
+
"beginDate": {
|
|
56278
|
+
"type": "string",
|
|
56279
|
+
"description": "开始日期(格式yyyy-MM-dd)",
|
|
56280
|
+
"example": "2020-01-01"
|
|
56281
|
+
},
|
|
56282
|
+
"endDate": {
|
|
56283
|
+
"type": "string",
|
|
56284
|
+
"description": "结束日期(格式yyyy-MM-dd)",
|
|
56285
|
+
"example": "2025-03-30"
|
|
56286
|
+
},
|
|
56287
|
+
"pageNum": {
|
|
56288
|
+
"type": "integer",
|
|
56289
|
+
"format": "int32",
|
|
56290
|
+
"description": "页码。\n最小值:1;",
|
|
56291
|
+
"example": 1
|
|
56292
|
+
},
|
|
56293
|
+
"pageSize": {
|
|
56294
|
+
"type": "integer",
|
|
56295
|
+
"format": "int32",
|
|
56296
|
+
"description": "页长。\n最小值:1;\n最大值:500;",
|
|
56297
|
+
"example": 10
|
|
56298
|
+
}
|
|
56299
|
+
},
|
|
56300
|
+
"required": [
|
|
56301
|
+
"beginDate",
|
|
56302
|
+
"endDate",
|
|
56303
|
+
"stockCodes"
|
|
56304
|
+
]
|
|
56305
|
+
}
|
|
56306
|
+
}
|
|
56307
|
+
},
|
|
56308
|
+
"required": true
|
|
56309
|
+
},
|
|
56310
|
+
"responses": {
|
|
56311
|
+
"200": {
|
|
56312
|
+
"description": "成功响应",
|
|
56313
|
+
"content": {
|
|
56314
|
+
"application/json": {
|
|
56315
|
+
"schema": {
|
|
56316
|
+
"type": "object",
|
|
56317
|
+
"properties": {
|
|
56318
|
+
"publishDate": {
|
|
56319
|
+
"type": "string",
|
|
56320
|
+
"description": "发布日期",
|
|
56321
|
+
"example": "2026-02-02"
|
|
56322
|
+
},
|
|
56323
|
+
"stockCode": {
|
|
56324
|
+
"type": "string",
|
|
56325
|
+
"description": "股票代码",
|
|
56326
|
+
"example": "000001"
|
|
56327
|
+
},
|
|
56328
|
+
"stockName": {
|
|
56329
|
+
"type": "string",
|
|
56330
|
+
"description": "股票名称",
|
|
56331
|
+
"example": "平安银行"
|
|
56332
|
+
},
|
|
56333
|
+
"reportYear": {
|
|
56334
|
+
"type": "integer",
|
|
56335
|
+
"format": "int32",
|
|
56336
|
+
"description": "最近年报的年度(T年)",
|
|
56337
|
+
"example": 2024
|
|
56338
|
+
},
|
|
56339
|
+
"reportPublishDate": {
|
|
56340
|
+
"type": "string",
|
|
56341
|
+
"description": "最近年报发布日期",
|
|
56342
|
+
"example": "2025-03-15 00:00:00.000"
|
|
56343
|
+
},
|
|
56344
|
+
"revenue": {
|
|
56345
|
+
"type": "number",
|
|
56346
|
+
"description": "营业收入(T年)",
|
|
56347
|
+
"example": 146695000000
|
|
56348
|
+
},
|
|
56349
|
+
"consensusRevenueFy1": {
|
|
56350
|
+
"type": "number",
|
|
56351
|
+
"description": "一致预期营业收入(T+1年)",
|
|
56352
|
+
"example": 145000000000
|
|
56353
|
+
},
|
|
56354
|
+
"consensusRevenueFy2": {
|
|
56355
|
+
"type": "number",
|
|
56356
|
+
"description": "一致预期营业收入(T+2年)",
|
|
56357
|
+
"example": 138200000000
|
|
56358
|
+
},
|
|
56359
|
+
"consensusRevenueFy3": {
|
|
56360
|
+
"type": "number",
|
|
56361
|
+
"description": "一致预期营业收入(T+3年)",
|
|
56362
|
+
"example": 138600000000
|
|
56363
|
+
},
|
|
56364
|
+
"consensusRevenueF12m": {
|
|
56365
|
+
"type": "number",
|
|
56366
|
+
"description": "一致预期营业收入(未来12个月)",
|
|
56367
|
+
"example": 138266666666.6667
|
|
56368
|
+
},
|
|
56369
|
+
"netProfit": {
|
|
56370
|
+
"type": "number",
|
|
56371
|
+
"description": "净利润(T年)",
|
|
56372
|
+
"example": 46455000000
|
|
56373
|
+
},
|
|
56374
|
+
"consensusNetProfitFy1": {
|
|
56375
|
+
"type": "number",
|
|
56376
|
+
"description": "一致预期净利润(T+1年)",
|
|
56377
|
+
"example": 45569067030.26
|
|
56378
|
+
},
|
|
56379
|
+
"consensusNetProfitFy2": {
|
|
56380
|
+
"type": "number",
|
|
56381
|
+
"description": "一致预期净利润(T+2年)",
|
|
56382
|
+
"example": 46532137960.905
|
|
56383
|
+
},
|
|
56384
|
+
"consensusNetProfitFy3": {
|
|
56385
|
+
"type": "number",
|
|
56386
|
+
"description": "一致预期净利润(T+3年)",
|
|
56387
|
+
"example": 48607397747.5
|
|
56388
|
+
},
|
|
56389
|
+
"consensusNetProfitF12m": {
|
|
56390
|
+
"type": "number",
|
|
56391
|
+
"description": "一致预期净利润(未来12个月)",
|
|
56392
|
+
"example": 47050952907.5538
|
|
56393
|
+
},
|
|
56394
|
+
"tianyanNetProfitFy1": {
|
|
56395
|
+
"type": "number",
|
|
56396
|
+
"description": "天眼预期净利润(T+1年)",
|
|
56397
|
+
"example": 44727474739.81
|
|
56398
|
+
},
|
|
56399
|
+
"tianyanNetProfitFy2": {
|
|
56400
|
+
"type": "number",
|
|
56401
|
+
"description": "天眼预期净利润(T+2年)",
|
|
56402
|
+
"example": 45776973431.1597
|
|
56403
|
+
},
|
|
56404
|
+
"tianyanNetProfitFy3": {
|
|
56405
|
+
"type": "number",
|
|
56406
|
+
"description": "天眼预期净利润(T+3年)",
|
|
56407
|
+
"example": 48646760859.4889
|
|
56408
|
+
},
|
|
56409
|
+
"tianyanNetProfitF12m": {
|
|
56410
|
+
"type": "number",
|
|
56411
|
+
"description": "天眼预期净利润(未来12个月)",
|
|
56412
|
+
"example": 46494420288.242
|
|
56413
|
+
},
|
|
56414
|
+
"eps": {
|
|
56415
|
+
"type": "number",
|
|
56416
|
+
"description": "每股收益(T年)",
|
|
56417
|
+
"example": 2.25
|
|
56418
|
+
},
|
|
56419
|
+
"consensusEpsFy1": {
|
|
56420
|
+
"type": "number",
|
|
56421
|
+
"description": "一致预期每股收益(T+1年)",
|
|
56422
|
+
"example": 2.3482
|
|
56423
|
+
},
|
|
56424
|
+
"consensusEpsFy2": {
|
|
56425
|
+
"type": "number",
|
|
56426
|
+
"description": "一致预期每股收益(T+2年)",
|
|
56427
|
+
"example": 2.3978
|
|
56428
|
+
},
|
|
56429
|
+
"consensusEpsFy3": {
|
|
56430
|
+
"type": "number",
|
|
56431
|
+
"description": "一致预期每股收益(T+3年)",
|
|
56432
|
+
"example": 2.5048
|
|
56433
|
+
},
|
|
56434
|
+
"epsConsensusF12m": {
|
|
56435
|
+
"type": "number",
|
|
56436
|
+
"description": "一致预期每股收益(未来12个月)",
|
|
56437
|
+
"example": 2.4246
|
|
56438
|
+
},
|
|
56439
|
+
"epsEstimateT1y": {
|
|
56440
|
+
"type": "number",
|
|
56441
|
+
"description": "天眼预期每股收益(T+1年)",
|
|
56442
|
+
"example": 2.3048
|
|
56443
|
+
},
|
|
56444
|
+
"epsEstimateT2y": {
|
|
56445
|
+
"type": "number",
|
|
56446
|
+
"description": "天眼预期每股收益(T+2年)",
|
|
56447
|
+
"example": 2.3589
|
|
56448
|
+
},
|
|
56449
|
+
"epsEstimateT3y": {
|
|
56450
|
+
"type": "number",
|
|
56451
|
+
"description": "天眼预期每股收益(T+3年)",
|
|
56452
|
+
"example": 2.5068
|
|
56453
|
+
},
|
|
56454
|
+
"epsEstimateF12m": {
|
|
56455
|
+
"type": "number",
|
|
56456
|
+
"description": "天眼预期每股收益(未来12个月)",
|
|
56457
|
+
"example": 2.3959
|
|
56458
|
+
},
|
|
56459
|
+
"nav": {
|
|
56460
|
+
"type": "number",
|
|
56461
|
+
"description": "净资产(T年)",
|
|
56462
|
+
"example": 472328000000
|
|
56463
|
+
},
|
|
56464
|
+
"navConsensusT1y": {
|
|
56465
|
+
"type": "number",
|
|
56466
|
+
"description": "一致预期净资产(T+1年)",
|
|
56467
|
+
"example": 503600000000
|
|
56468
|
+
},
|
|
56469
|
+
"navConsensusT2y": {
|
|
56470
|
+
"type": "number",
|
|
56471
|
+
"description": "一致预期净资产(T+2年)",
|
|
56472
|
+
"example": 535000000000
|
|
56473
|
+
},
|
|
56474
|
+
"navConsensusT3y": {
|
|
56475
|
+
"type": "number",
|
|
56476
|
+
"description": "一致预期净资产(T+3年)",
|
|
56477
|
+
"example": 568500000000
|
|
56478
|
+
},
|
|
56479
|
+
"navConsensusF12m": {
|
|
56480
|
+
"type": "number",
|
|
56481
|
+
"description": "一致预期净资产(未来12个月)",
|
|
56482
|
+
"example": 543375000000
|
|
56483
|
+
},
|
|
56484
|
+
"cfo": {
|
|
56485
|
+
"type": "number",
|
|
56486
|
+
"description": "经营性活动现金净流量(T年)",
|
|
56487
|
+
"example": 92461000000
|
|
56488
|
+
},
|
|
56489
|
+
"cfoConsensusT1y": {
|
|
56490
|
+
"type": "number",
|
|
56491
|
+
"description": "一致预期经营性活动现金净流量(T+1年)",
|
|
56492
|
+
"example": 9246100
|
|
56493
|
+
},
|
|
56494
|
+
"cfoConsensusT2y": {
|
|
56495
|
+
"type": "number",
|
|
56496
|
+
"description": "一致预期经营性活动现金净流量(T+2年)",
|
|
56497
|
+
"example": 9246100
|
|
56498
|
+
},
|
|
56499
|
+
"cfoConsensusT3y": {
|
|
56500
|
+
"type": "number",
|
|
56501
|
+
"description": "一致预期经营性活动现金净流量(T+3年)",
|
|
56502
|
+
"example": 9246100
|
|
56503
|
+
},
|
|
56504
|
+
"cfoConsensusF12m": {
|
|
56505
|
+
"type": "number",
|
|
56506
|
+
"description": "一致预期经营性活动现金净流量(未来12个月)",
|
|
56507
|
+
"example": 9246100
|
|
56508
|
+
},
|
|
56509
|
+
"roe": {
|
|
56510
|
+
"type": "number",
|
|
56511
|
+
"description": "净资产收益率(T年)",
|
|
56512
|
+
"example": 0.1024
|
|
56513
|
+
},
|
|
56514
|
+
"consensusRoeFy1": {
|
|
56515
|
+
"type": "number",
|
|
56516
|
+
"description": "一致预期净资产收益率(T+1年)",
|
|
56517
|
+
"example": 0.0905
|
|
56518
|
+
},
|
|
56519
|
+
"consensusRoeFy2": {
|
|
56520
|
+
"type": "number",
|
|
56521
|
+
"description": "一致预期净资产收益率(T+2年)",
|
|
56522
|
+
"example": 0.087
|
|
56523
|
+
},
|
|
56524
|
+
"consensusRoeFy3": {
|
|
56525
|
+
"type": "number",
|
|
56526
|
+
"description": "一致预期净资产收益率(T+3年)",
|
|
56527
|
+
"example": 0.0855
|
|
56528
|
+
},
|
|
56529
|
+
"consensusRoeF12m": {
|
|
56530
|
+
"type": "number",
|
|
56531
|
+
"description": "一致预期净资产收益率(未来12个月)",
|
|
56532
|
+
"example": 0.0866
|
|
56533
|
+
},
|
|
56534
|
+
"peRatio": {
|
|
56535
|
+
"type": "number",
|
|
56536
|
+
"description": "市盈率(T年)",
|
|
56537
|
+
"example": 4.8081
|
|
56538
|
+
},
|
|
56539
|
+
"consensusPeFy1": {
|
|
56540
|
+
"type": "number",
|
|
56541
|
+
"description": "一致预期市盈率(T+1年)",
|
|
56542
|
+
"example": 4.9016
|
|
56543
|
+
},
|
|
56544
|
+
"consensusPeFy2": {
|
|
56545
|
+
"type": "number",
|
|
56546
|
+
"description": "一致预期市盈率(T+2年)",
|
|
56547
|
+
"example": 4.8002
|
|
56548
|
+
},
|
|
56549
|
+
"consensusPeFy3": {
|
|
56550
|
+
"type": "number",
|
|
56551
|
+
"description": "一致预期市盈率(T+3年)",
|
|
56552
|
+
"example": 4.5952
|
|
56553
|
+
},
|
|
56554
|
+
"consensusPeF12m": {
|
|
56555
|
+
"type": "number",
|
|
56556
|
+
"description": "一致预期市盈率(未来12个月)",
|
|
56557
|
+
"example": 4.8759
|
|
56558
|
+
},
|
|
56559
|
+
"psRatio": {
|
|
56560
|
+
"type": "number",
|
|
56561
|
+
"description": "市销率(T年)",
|
|
56562
|
+
"example": 1.3562
|
|
56563
|
+
},
|
|
56564
|
+
"consensusPsFy1": {
|
|
56565
|
+
"type": "number",
|
|
56566
|
+
"description": "一致预期市销率(T+1年)",
|
|
56567
|
+
"example": 1.5404
|
|
56568
|
+
},
|
|
56569
|
+
"consensusPsFy2": {
|
|
56570
|
+
"type": "number",
|
|
56571
|
+
"description": "一致预期市销率(T+2年)",
|
|
56572
|
+
"example": 1.6162
|
|
56573
|
+
},
|
|
56574
|
+
"consensusPsFy3": {
|
|
56575
|
+
"type": "number",
|
|
56576
|
+
"description": "一致预期市销率(T+3年)",
|
|
56577
|
+
"example": 1.6116
|
|
56578
|
+
},
|
|
56579
|
+
"consensusPsF12m": {
|
|
56580
|
+
"type": "number",
|
|
56581
|
+
"description": "一致预期市销率(未来12个月)",
|
|
56582
|
+
"example": 1.5587
|
|
56583
|
+
},
|
|
56584
|
+
"pbRatio": {
|
|
56585
|
+
"type": "number",
|
|
56586
|
+
"description": "市净率(T年)",
|
|
56587
|
+
"example": 0.5311
|
|
56588
|
+
},
|
|
56589
|
+
"consensusPbFy1": {
|
|
56590
|
+
"type": "number",
|
|
56591
|
+
"description": "一致预期市净率(T+1年)",
|
|
56592
|
+
"example": 0.4435
|
|
56593
|
+
},
|
|
56594
|
+
"consensusPbFy2": {
|
|
56595
|
+
"type": "number",
|
|
56596
|
+
"description": "一致预期市净率(T+2年)",
|
|
56597
|
+
"example": 0.4175
|
|
56598
|
+
},
|
|
56599
|
+
"consensusPbFy3": {
|
|
56600
|
+
"type": "number",
|
|
56601
|
+
"description": "一致预期市净率(T+3年)",
|
|
56602
|
+
"example": 0.3929
|
|
56603
|
+
},
|
|
56604
|
+
"consensusPbF12m": {
|
|
56605
|
+
"type": "number",
|
|
56606
|
+
"description": "一致预期市净率(未来12个月)",
|
|
56607
|
+
"example": 0.4367
|
|
56608
|
+
},
|
|
56609
|
+
"consensusPeg3y": {
|
|
56610
|
+
"type": "number",
|
|
56611
|
+
"description": "一致预期PEG(未来3年)",
|
|
56612
|
+
"example": 3.1547
|
|
56613
|
+
},
|
|
56614
|
+
"revenueYoy": {
|
|
56615
|
+
"type": "number",
|
|
56616
|
+
"description": "营业收入同比增长率(T年)",
|
|
56617
|
+
"example": -0.0845
|
|
56618
|
+
},
|
|
56619
|
+
"consensusRevenueYoyFy1": {
|
|
56620
|
+
"type": "number",
|
|
56621
|
+
"description": "一致预期营业收入同比增长率(T+1年)",
|
|
56622
|
+
"example": -0.1196
|
|
56623
|
+
},
|
|
56624
|
+
"consensusRevenueYoyFy2": {
|
|
56625
|
+
"type": "number",
|
|
56626
|
+
"description": "一致预期营业收入同比增长率(T+2年)",
|
|
56627
|
+
"example": -0.0469
|
|
56628
|
+
},
|
|
56629
|
+
"consensusRevenueYoyFy3": {
|
|
56630
|
+
"type": "number",
|
|
56631
|
+
"description": "一致预期营业收入同比增长率(T+3年)",
|
|
56632
|
+
"example": 0.0029
|
|
56633
|
+
},
|
|
56634
|
+
"consensusRevenueYoyF12m": {
|
|
56635
|
+
"type": "number",
|
|
56636
|
+
"description": "一致预期营业收入同比增长率(未来12个月)",
|
|
56637
|
+
"example": -0.0349
|
|
56638
|
+
},
|
|
56639
|
+
"netProfitYoy": {
|
|
56640
|
+
"type": "number",
|
|
56641
|
+
"description": "净利润同比增长率(T年)",
|
|
56642
|
+
"example": 0.0206
|
|
56643
|
+
},
|
|
56644
|
+
"consensusNetProfitYoyFy1": {
|
|
56645
|
+
"type": "number",
|
|
56646
|
+
"description": "一致预期净利润同比增长率(T+1年)",
|
|
56647
|
+
"example": -0.0191
|
|
56648
|
+
},
|
|
56649
|
+
"consensusNetProfitYoyFy2": {
|
|
56650
|
+
"type": "number",
|
|
56651
|
+
"description": "一致预期净利润同比增长率(T+2年)",
|
|
56652
|
+
"example": 0.0211
|
|
56653
|
+
},
|
|
56654
|
+
"consensusNetProfitYoyFy3": {
|
|
56655
|
+
"type": "number",
|
|
56656
|
+
"description": "一致预期净利润同比增长率(T+3年)",
|
|
56657
|
+
"example": 0.0446
|
|
56658
|
+
},
|
|
56659
|
+
"consensusNetProfitYoyF12m": {
|
|
56660
|
+
"type": "number",
|
|
56661
|
+
"description": "一致预期净利润同比增长率(未来12个月)",
|
|
56662
|
+
"example": 0.0271
|
|
56663
|
+
},
|
|
56664
|
+
"consensusRatingScore": {
|
|
56665
|
+
"type": "number",
|
|
56666
|
+
"description": "一致预期评级系数",
|
|
56667
|
+
"example": 1.17
|
|
56668
|
+
},
|
|
56669
|
+
"consensusTargetPrice": {
|
|
56670
|
+
"type": "number",
|
|
56671
|
+
"description": "一致预期目标价",
|
|
56672
|
+
"example": 14.4
|
|
56673
|
+
},
|
|
56674
|
+
"consensusTargetPriceReturnPct": {
|
|
56675
|
+
"type": "number",
|
|
56676
|
+
"description": "一致预期目标价涨幅空间",
|
|
56677
|
+
"example": 0.3175
|
|
56678
|
+
},
|
|
56679
|
+
"targetPriceHigh": {
|
|
56680
|
+
"type": "number",
|
|
56681
|
+
"description": "最高目标价",
|
|
56682
|
+
"example": 17.01
|
|
56683
|
+
},
|
|
56684
|
+
"targetPriceLow": {
|
|
56685
|
+
"type": "number",
|
|
56686
|
+
"description": "最低目标价",
|
|
56687
|
+
"example": 12.95
|
|
56688
|
+
},
|
|
56689
|
+
"lastPrice": {
|
|
56690
|
+
"type": "number",
|
|
56691
|
+
"description": "最近股价",
|
|
56692
|
+
"example": 10.9308
|
|
56693
|
+
},
|
|
56694
|
+
"totalShares": {
|
|
56695
|
+
"type": "number",
|
|
56696
|
+
"description": "最近股本",
|
|
56697
|
+
"example": 19405918198
|
|
56698
|
+
}
|
|
56699
|
+
}
|
|
56700
|
+
}
|
|
56701
|
+
}
|
|
56702
|
+
}
|
|
56703
|
+
},
|
|
56704
|
+
"400": {
|
|
56705
|
+
"description": "无效请求"
|
|
56706
|
+
},
|
|
56707
|
+
"500": {
|
|
56708
|
+
"description": "服务器内部错误"
|
|
56709
|
+
}
|
|
56710
|
+
},
|
|
56711
|
+
"security": [
|
|
56712
|
+
{
|
|
56713
|
+
"ApiKeyAuth": []
|
|
56714
|
+
}
|
|
56715
|
+
]
|
|
56716
|
+
}
|
|
56717
|
+
},
|
|
56718
|
+
"/consensus/stk-anlst-mom": {
|
|
56719
|
+
"post": {
|
|
56720
|
+
"tags": [
|
|
56721
|
+
"一致预期分析师动能"
|
|
56722
|
+
],
|
|
56723
|
+
"summary": "一致预期分析师动能",
|
|
56724
|
+
"description": "通过指定股票代码、报告范围及发布时间段(格式为yyyy-MM-dd),查询分析师对特定股票的盈利预测、营收预测、评级及目标价等多维度动态变化数据,包括不同时间窗口(如1周、1月、3月)内的变化率、排名和得分,用于评估分析师一致预期的动态趋势和动量。",
|
|
56725
|
+
"operationId": "list_cons_stk_anlst_mom",
|
|
56726
|
+
"requestBody": {
|
|
56727
|
+
"description": "通过指定股票代码、报告范围及发布时间段(格式为yyyy-MM-dd),查询分析师对特定股票的盈利预测、营收预测、评级及目标价等多维度动态变化数据,包括不同时间窗口(如1周、1月、3月)内的变化率、排名和得分,用于评估分析师一致预期的动态趋势和动量。",
|
|
56728
|
+
"content": {
|
|
56729
|
+
"application/json": {
|
|
56730
|
+
"schema": {
|
|
56731
|
+
"type": "object",
|
|
56732
|
+
"properties": {
|
|
56733
|
+
"stockCodes": {
|
|
56734
|
+
"type": "array",
|
|
56735
|
+
"description": "股票代码",
|
|
56736
|
+
"example": [
|
|
56737
|
+
"000001",
|
|
56738
|
+
"600519"
|
|
56739
|
+
],
|
|
56740
|
+
"items": {
|
|
56741
|
+
"type": "string"
|
|
56742
|
+
}
|
|
56743
|
+
},
|
|
56744
|
+
"reportScope": {
|
|
56745
|
+
"type": "integer",
|
|
56746
|
+
"format": "int32",
|
|
56747
|
+
"allOf": [
|
|
56748
|
+
{
|
|
56749
|
+
"type": "integer",
|
|
56750
|
+
"format": "int32",
|
|
56751
|
+
"description": "1代表考虑补录入;3代表不考虑补录入;",
|
|
56752
|
+
"enum": [
|
|
56753
|
+
1,
|
|
56754
|
+
3
|
|
56755
|
+
]
|
|
56756
|
+
}
|
|
56757
|
+
],
|
|
56758
|
+
"description": "研报范围",
|
|
56759
|
+
"example": 1
|
|
56760
|
+
},
|
|
56761
|
+
"beginDate": {
|
|
56762
|
+
"type": "string",
|
|
56763
|
+
"description": "开始日期(格式yyyy-MM-dd)",
|
|
56764
|
+
"example": "2020-01-01"
|
|
56765
|
+
},
|
|
56766
|
+
"endDate": {
|
|
56767
|
+
"type": "string",
|
|
56768
|
+
"description": "结束日期(格式yyyy-MM-dd)",
|
|
56769
|
+
"example": "2025-03-30"
|
|
56770
|
+
},
|
|
56771
|
+
"pageNum": {
|
|
56772
|
+
"type": "integer",
|
|
56773
|
+
"format": "int32",
|
|
56774
|
+
"description": "页码。\n最小值:1;",
|
|
56775
|
+
"example": 1
|
|
56776
|
+
},
|
|
56777
|
+
"pageSize": {
|
|
56778
|
+
"type": "integer",
|
|
56779
|
+
"format": "int32",
|
|
56780
|
+
"description": "页长。\n最小值:1;\n最大值:500;",
|
|
56781
|
+
"example": 10
|
|
56782
|
+
}
|
|
56783
|
+
},
|
|
56784
|
+
"required": [
|
|
56785
|
+
"beginDate",
|
|
56786
|
+
"endDate",
|
|
56787
|
+
"reportScope",
|
|
56788
|
+
"stockCodes"
|
|
56789
|
+
]
|
|
56790
|
+
}
|
|
56791
|
+
}
|
|
56792
|
+
},
|
|
56793
|
+
"required": true
|
|
56794
|
+
},
|
|
56795
|
+
"responses": {
|
|
56796
|
+
"200": {
|
|
56797
|
+
"description": "成功响应",
|
|
56798
|
+
"content": {
|
|
56799
|
+
"application/json": {
|
|
56800
|
+
"schema": {
|
|
56801
|
+
"type": "object",
|
|
56802
|
+
"properties": {
|
|
56803
|
+
"publishDate": {
|
|
56804
|
+
"type": "string",
|
|
56805
|
+
"description": "发布日期",
|
|
56806
|
+
"example": "2004-01-05"
|
|
56807
|
+
},
|
|
56808
|
+
"stockCode": {
|
|
56809
|
+
"type": "string",
|
|
56810
|
+
"description": "股票代码",
|
|
56811
|
+
"example": "600000"
|
|
56812
|
+
},
|
|
56813
|
+
"stockName": {
|
|
56814
|
+
"type": "string",
|
|
56815
|
+
"description": "股票名称",
|
|
56816
|
+
"example": "浦发银行"
|
|
56817
|
+
},
|
|
56818
|
+
"reportPeriodEnd": {
|
|
56819
|
+
"type": "string",
|
|
56820
|
+
"description": "报告期",
|
|
56821
|
+
"example": "2003-12-31"
|
|
56822
|
+
},
|
|
56823
|
+
"reportScope": {
|
|
56824
|
+
"type": "integer",
|
|
56825
|
+
"format": "int32",
|
|
56826
|
+
"allOf": [
|
|
56827
|
+
{
|
|
56828
|
+
"type": "integer",
|
|
56829
|
+
"format": "int32",
|
|
56830
|
+
"description": "1代表考虑补录入;3代表不考虑补录入;",
|
|
56831
|
+
"enum": [
|
|
56832
|
+
1,
|
|
56833
|
+
3
|
|
56834
|
+
]
|
|
56835
|
+
}
|
|
56836
|
+
],
|
|
56837
|
+
"description": "研报范围",
|
|
56838
|
+
"example": 1
|
|
56839
|
+
},
|
|
56840
|
+
"netProfitChgPct1w": {
|
|
56841
|
+
"type": "number",
|
|
56842
|
+
"description": "净利润1周变化率",
|
|
56843
|
+
"example": -0.0265
|
|
56844
|
+
},
|
|
56845
|
+
"netProfitChgPct1wRank": {
|
|
56846
|
+
"type": "integer",
|
|
56847
|
+
"format": "int32",
|
|
56848
|
+
"description": "净利润1周变化率排名",
|
|
56849
|
+
"example": 2139
|
|
56850
|
+
},
|
|
56851
|
+
"netProfitChgPct1wScore": {
|
|
56852
|
+
"type": "number",
|
|
56853
|
+
"description": "净利润1周变化率得分",
|
|
56854
|
+
"example": 17.3241
|
|
56855
|
+
},
|
|
56856
|
+
"netProfitChgPct2w": {
|
|
56857
|
+
"type": "number",
|
|
56858
|
+
"description": "净利润2周变化率",
|
|
56859
|
+
"example": 0.0265
|
|
56860
|
+
},
|
|
56861
|
+
"netProfitChgPct2wRank": {
|
|
56862
|
+
"type": "integer",
|
|
56863
|
+
"format": "int32",
|
|
56864
|
+
"description": "净利润2周变化率排名",
|
|
56865
|
+
"example": 2008
|
|
56866
|
+
},
|
|
56867
|
+
"netProfitChgPct2wScore": {
|
|
56868
|
+
"type": "number",
|
|
56869
|
+
"description": "净利润2周变化率得分",
|
|
56870
|
+
"example": 21.9977
|
|
56871
|
+
},
|
|
56872
|
+
"netProfitChgPct1m": {
|
|
56873
|
+
"type": "number",
|
|
56874
|
+
"description": "净利润1月变化率",
|
|
56875
|
+
"example": 0.0265
|
|
56876
|
+
},
|
|
56877
|
+
"netProfitChgPct1mRank": {
|
|
56878
|
+
"type": "integer",
|
|
56879
|
+
"format": "int32",
|
|
56880
|
+
"description": "净利润1月变化率排名",
|
|
56881
|
+
"example": 1877
|
|
56882
|
+
},
|
|
56883
|
+
"netProfitChgPct1mScore": {
|
|
56884
|
+
"type": "number",
|
|
56885
|
+
"description": "净利润1月变化率得分",
|
|
56886
|
+
"example": 25.8205
|
|
56887
|
+
},
|
|
56888
|
+
"netProfitChgPct2m": {
|
|
56889
|
+
"type": "number",
|
|
56890
|
+
"description": "净利润2月变化率",
|
|
56891
|
+
"example": 0.0265
|
|
56892
|
+
},
|
|
56893
|
+
"netProfitChgPct2mRank": {
|
|
56894
|
+
"type": "integer",
|
|
56895
|
+
"format": "int32",
|
|
56896
|
+
"description": "净利润2月变化率排名",
|
|
56897
|
+
"example": 1707
|
|
56898
|
+
},
|
|
56899
|
+
"netProfitChgPct2mScore": {
|
|
56900
|
+
"type": "number",
|
|
56901
|
+
"description": "净利润2月变化率得分",
|
|
56902
|
+
"example": 30.8752
|
|
56903
|
+
},
|
|
56904
|
+
"netProfitChgPct3m": {
|
|
56905
|
+
"type": "number",
|
|
56906
|
+
"description": "净利润3月变化率",
|
|
56907
|
+
"example": 0.0254
|
|
56908
|
+
},
|
|
56909
|
+
"netProfitChgPct3mRank": {
|
|
56910
|
+
"type": "integer",
|
|
56911
|
+
"format": "int32",
|
|
56912
|
+
"description": "净利润3月变化率排名",
|
|
56913
|
+
"example": 1406
|
|
56914
|
+
},
|
|
56915
|
+
"netProfitChgPct3mScore": {
|
|
56916
|
+
"type": "number",
|
|
56917
|
+
"description": "净利润3月变化率得分",
|
|
56918
|
+
"example": 41.3606
|
|
56919
|
+
},
|
|
56920
|
+
"opRevenueChgPct1w": {
|
|
56921
|
+
"type": "number",
|
|
56922
|
+
"description": "业务收入1周变化率",
|
|
56923
|
+
"example": 0
|
|
56924
|
+
},
|
|
56925
|
+
"opRevenueChgPct1wRank": {
|
|
56926
|
+
"type": "integer",
|
|
56927
|
+
"format": "int32",
|
|
56928
|
+
"description": "业务收入1周变化率排名",
|
|
56929
|
+
"example": 135
|
|
56930
|
+
},
|
|
56931
|
+
"opRevenueChgPct1wScore": {
|
|
56932
|
+
"type": "number",
|
|
56933
|
+
"description": "业务收入1周变化率得分",
|
|
56934
|
+
"example": 94.7799
|
|
56935
|
+
},
|
|
56936
|
+
"opRevenueChgPct2w": {
|
|
56937
|
+
"type": "number",
|
|
56938
|
+
"description": "业务收入2周变化率",
|
|
56939
|
+
"example": 0
|
|
56940
|
+
},
|
|
56941
|
+
"opRevenueChgPct2wRank": {
|
|
56942
|
+
"type": "integer",
|
|
56943
|
+
"format": "int32",
|
|
56944
|
+
"description": "业务收入2周变化率排名",
|
|
56945
|
+
"example": 278
|
|
56946
|
+
},
|
|
56947
|
+
"opRevenueChgPct2wScore": {
|
|
56948
|
+
"type": "number",
|
|
56949
|
+
"description": "业务收入2周变化率得分",
|
|
56950
|
+
"example": 89.0902
|
|
56951
|
+
},
|
|
56952
|
+
"opRevenueChgPct1m": {
|
|
56953
|
+
"type": "number",
|
|
56954
|
+
"description": "业务收入1月变化率",
|
|
56955
|
+
"example": 0
|
|
56956
|
+
},
|
|
56957
|
+
"opRevenueChgPct1mRank": {
|
|
56958
|
+
"type": "integer",
|
|
56959
|
+
"format": "int32",
|
|
56960
|
+
"description": "业务收入1月变化率排名",
|
|
56961
|
+
"example": 509
|
|
56962
|
+
},
|
|
56963
|
+
"opRevenueChgPct1mScore": {
|
|
56964
|
+
"type": "number",
|
|
56965
|
+
"description": "业务收入1月变化率得分",
|
|
56966
|
+
"example": 79.6556
|
|
56967
|
+
},
|
|
56968
|
+
"opRevenueChgPct2m": {
|
|
56969
|
+
"type": "number",
|
|
56970
|
+
"description": "业务收入2月变化率",
|
|
56971
|
+
"example": 0.0007
|
|
56972
|
+
},
|
|
56973
|
+
"opRevenueChgPct2mRank": {
|
|
56974
|
+
"type": "integer",
|
|
56975
|
+
"format": "int32",
|
|
56976
|
+
"description": "业务收入2月变化率排名",
|
|
56977
|
+
"example": 990
|
|
56978
|
+
},
|
|
56979
|
+
"opRevenueChgPct2mScore": {
|
|
56980
|
+
"type": "number",
|
|
56981
|
+
"description": "业务收入2月变化率得分",
|
|
56982
|
+
"example": 59.3004
|
|
56983
|
+
},
|
|
56984
|
+
"opRevenueChgPct3m": {
|
|
56985
|
+
"type": "number",
|
|
56986
|
+
"description": "业务收入3月变化率",
|
|
56987
|
+
"example": 0.0089
|
|
56988
|
+
},
|
|
56989
|
+
"opRevenueChgPct3mRank": {
|
|
56990
|
+
"type": "integer",
|
|
56991
|
+
"format": "int32",
|
|
56992
|
+
"description": "业务收入3月变化率排名",
|
|
56993
|
+
"example": 940
|
|
56994
|
+
},
|
|
56995
|
+
"opRevenueChgPct3mScore": {
|
|
56996
|
+
"type": "number",
|
|
56997
|
+
"description": "业务收入3月变化率得分",
|
|
56998
|
+
"example": 59.3154
|
|
56999
|
+
},
|
|
57000
|
+
"tianyanForecastDev": {
|
|
57001
|
+
"type": "number",
|
|
57002
|
+
"description": "天眼预期偏离度",
|
|
57003
|
+
"example": 0.0068
|
|
57004
|
+
},
|
|
57005
|
+
"tianyanForecastDevRank": {
|
|
57006
|
+
"type": "integer",
|
|
57007
|
+
"format": "int32",
|
|
57008
|
+
"description": "天眼预期偏离度排名",
|
|
57009
|
+
"example": 1999
|
|
57010
|
+
},
|
|
57011
|
+
"tianyanForecastDevScore": {
|
|
57012
|
+
"type": "number",
|
|
57013
|
+
"description": "天眼预期偏离度得分",
|
|
57014
|
+
"example": 29.1991
|
|
57015
|
+
},
|
|
57016
|
+
"forecastMomentumIncRev": {
|
|
57017
|
+
"type": "number",
|
|
57018
|
+
"description": "预期动能得分(考虑业务收入变化率)",
|
|
57019
|
+
"example": 61.0138
|
|
57020
|
+
},
|
|
57021
|
+
"forecastMomentumExcRev": {
|
|
57022
|
+
"type": "number",
|
|
57023
|
+
"description": "预期动能得分(不考虑业务收入变化率)",
|
|
57024
|
+
"example": 57.1601
|
|
57025
|
+
},
|
|
57026
|
+
"ratingMomentum1m": {
|
|
57027
|
+
"type": "number",
|
|
57028
|
+
"description": "评级动能1月",
|
|
57029
|
+
"example": 0.61
|
|
57030
|
+
},
|
|
57031
|
+
"ratingMomentum1mRank": {
|
|
57032
|
+
"type": "integer",
|
|
57033
|
+
"format": "int32",
|
|
57034
|
+
"description": "评级动能1月排名",
|
|
57035
|
+
"example": 29
|
|
57036
|
+
},
|
|
57037
|
+
"ratingMomentum1mScore": {
|
|
57038
|
+
"type": "number",
|
|
57039
|
+
"description": "评级动能1月得分",
|
|
57040
|
+
"example": 98.7578
|
|
57041
|
+
},
|
|
57042
|
+
"ratingMomentum2m": {
|
|
57043
|
+
"type": "number",
|
|
57044
|
+
"description": "评级动能2月",
|
|
57045
|
+
"example": 0.61
|
|
57046
|
+
},
|
|
57047
|
+
"ratingMomentum2mRank": {
|
|
57048
|
+
"type": "integer",
|
|
57049
|
+
"format": "int32",
|
|
57050
|
+
"description": "评级动能2月排名",
|
|
57051
|
+
"example": 76
|
|
57052
|
+
},
|
|
57053
|
+
"ratingMomentum2mScore": {
|
|
57054
|
+
"type": "number",
|
|
57055
|
+
"description": "评级动能2月得分",
|
|
57056
|
+
"example": 96.4888
|
|
57057
|
+
},
|
|
57058
|
+
"ratingMomentum3m": {
|
|
57059
|
+
"type": "number",
|
|
57060
|
+
"description": "评级动能3月",
|
|
57061
|
+
"example": 0.5
|
|
57062
|
+
},
|
|
57063
|
+
"ratingMomentum3mRank": {
|
|
57064
|
+
"type": "integer",
|
|
57065
|
+
"format": "int32",
|
|
57066
|
+
"description": "评级动能3月排名",
|
|
57067
|
+
"example": 81
|
|
57068
|
+
},
|
|
57069
|
+
"ratingMomentum3mScore": {
|
|
57070
|
+
"type": "number",
|
|
57071
|
+
"description": "评级动能3月得分",
|
|
57072
|
+
"example": 96.3048
|
|
57073
|
+
},
|
|
57074
|
+
"targetPriceUpside": {
|
|
57075
|
+
"type": "number",
|
|
57076
|
+
"description": "目标价涨升空间",
|
|
57077
|
+
"example": 0.3897
|
|
57078
|
+
},
|
|
57079
|
+
"targetPriceUpsideRank": {
|
|
57080
|
+
"type": "integer",
|
|
57081
|
+
"format": "int32",
|
|
57082
|
+
"description": "目标价涨升空间排名",
|
|
57083
|
+
"example": 710
|
|
57084
|
+
},
|
|
57085
|
+
"targetPriceUpsideScore": {
|
|
57086
|
+
"type": "number",
|
|
57087
|
+
"description": "目标价涨升空间得分",
|
|
57088
|
+
"example": 69.8041
|
|
57089
|
+
},
|
|
57090
|
+
"ratingMomentumScore": {
|
|
57091
|
+
"type": "number",
|
|
57092
|
+
"description": "评级动能得分",
|
|
57093
|
+
"example": 97.3596
|
|
57094
|
+
},
|
|
57095
|
+
"analystMomentumIncRev": {
|
|
57096
|
+
"type": "number",
|
|
57097
|
+
"description": "分析师动能得分(考虑业务收入变化率)",
|
|
57098
|
+
"example": 61.3756
|
|
57099
|
+
},
|
|
57100
|
+
"analystMomentumExcRev": {
|
|
57101
|
+
"type": "number",
|
|
57102
|
+
"description": "分析师动能得分(不考虑业务收入变化率)",
|
|
57103
|
+
"example": 60.6049
|
|
57104
|
+
}
|
|
57105
|
+
}
|
|
57106
|
+
}
|
|
57107
|
+
}
|
|
57108
|
+
}
|
|
57109
|
+
},
|
|
57110
|
+
"400": {
|
|
57111
|
+
"description": "无效请求"
|
|
57112
|
+
},
|
|
57113
|
+
"500": {
|
|
57114
|
+
"description": "服务器内部错误"
|
|
57115
|
+
}
|
|
57116
|
+
},
|
|
57117
|
+
"security": [
|
|
57118
|
+
{
|
|
57119
|
+
"ApiKeyAuth": []
|
|
57120
|
+
}
|
|
57121
|
+
]
|
|
57122
|
+
}
|
|
57123
|
+
},
|
|
57124
|
+
"/consensus/stk-estimate": {
|
|
57125
|
+
"post": {
|
|
57126
|
+
"tags": [
|
|
57127
|
+
"个股一致预期数据"
|
|
57128
|
+
],
|
|
57129
|
+
"summary": "个股一致预期数据",
|
|
57130
|
+
"description": "通过指定股票代码、预测科目、报告类型及日期范围,查询个股在特定时间段内的分析师一致预期数据,包括预测均值、最高最低值、机构数量、标准差、离散度等核心指标,以及摊薄后的每股预期数据,用于评估市场对个股未来财务表现的共识和预期分布。",
|
|
57131
|
+
"operationId": "list_con_stk_estimate",
|
|
57132
|
+
"requestBody": {
|
|
57133
|
+
"description": "通过指定股票代码、预测科目、报告类型及日期范围,查询个股在特定时间段内的分析师一致预期数据,包括预测均值、最高最低值、机构数量、标准差、离散度等核心指标,以及摊薄后的每股预期数据,用于评估市场对个股未来财务表现的共识和预期分布。",
|
|
57134
|
+
"content": {
|
|
57135
|
+
"application/json": {
|
|
57136
|
+
"schema": {
|
|
57137
|
+
"type": "object",
|
|
57138
|
+
"properties": {
|
|
57139
|
+
"stockCodes": {
|
|
57140
|
+
"type": "array",
|
|
57141
|
+
"description": "股票代码",
|
|
57142
|
+
"example": [
|
|
57143
|
+
"000001",
|
|
57144
|
+
"600519"
|
|
57145
|
+
],
|
|
57146
|
+
"items": {
|
|
57147
|
+
"type": "string"
|
|
57148
|
+
}
|
|
57149
|
+
},
|
|
57150
|
+
"reportType": {
|
|
57151
|
+
"type": "integer",
|
|
57152
|
+
"format": "int32",
|
|
57153
|
+
"allOf": [
|
|
57154
|
+
{
|
|
57155
|
+
"type": "integer",
|
|
57156
|
+
"format": "int32",
|
|
57157
|
+
"description": "1代表考虑补录入&包括所有报告数据;\n2代表考虑补录入&仅包括公司报告数据;\n3代表不考虑补录入&包括所有报告数据;\n4代表不考虑补录入&仅包括公司报告数据;",
|
|
57158
|
+
"enum": [
|
|
57159
|
+
1,
|
|
57160
|
+
2,
|
|
57161
|
+
3,
|
|
57162
|
+
4
|
|
57163
|
+
]
|
|
57164
|
+
}
|
|
57165
|
+
],
|
|
57166
|
+
"description": "研报范围",
|
|
57167
|
+
"example": 1
|
|
57168
|
+
},
|
|
57169
|
+
"subjectCode": {
|
|
57170
|
+
"type": "integer",
|
|
57171
|
+
"format": "int32",
|
|
57172
|
+
"allOf": [
|
|
57173
|
+
{
|
|
57174
|
+
"type": "integer",
|
|
57175
|
+
"format": "int32",
|
|
57176
|
+
"description": "51020代表净利润;\n51030代表营业收入;\n51040代表营业成本;\n51080代表股东权益合计;\n51110代表经营性活动现金净流量;\n51310代表营业利润;",
|
|
57177
|
+
"enum": [
|
|
57178
|
+
51020,
|
|
57179
|
+
51030,
|
|
57180
|
+
51040,
|
|
57181
|
+
51080,
|
|
57182
|
+
51110,
|
|
57183
|
+
51310
|
|
57184
|
+
]
|
|
57185
|
+
}
|
|
57186
|
+
],
|
|
57187
|
+
"description": "科目代号",
|
|
57188
|
+
"example": 51020
|
|
57189
|
+
},
|
|
57190
|
+
"beginDate": {
|
|
57191
|
+
"type": "string",
|
|
57192
|
+
"description": "开始日期(格式yyyy-MM-dd)",
|
|
57193
|
+
"example": "2020-01-01"
|
|
57194
|
+
},
|
|
57195
|
+
"endDate": {
|
|
57196
|
+
"type": "string",
|
|
57197
|
+
"description": "结束日期(格式yyyy-MM-dd)",
|
|
57198
|
+
"example": "2025-03-30"
|
|
57199
|
+
},
|
|
57200
|
+
"pageNum": {
|
|
57201
|
+
"type": "integer",
|
|
57202
|
+
"format": "int32",
|
|
57203
|
+
"description": "页码。\n最小值:1;",
|
|
57204
|
+
"example": 1
|
|
57205
|
+
},
|
|
57206
|
+
"pageSize": {
|
|
57207
|
+
"type": "integer",
|
|
57208
|
+
"format": "int32",
|
|
57209
|
+
"description": "页长。\n最小值:1;\n最大值:500;",
|
|
57210
|
+
"example": 10
|
|
57211
|
+
}
|
|
57212
|
+
},
|
|
57213
|
+
"required": [
|
|
57214
|
+
"beginDate",
|
|
57215
|
+
"endDate",
|
|
57216
|
+
"stockCodes"
|
|
57217
|
+
]
|
|
57218
|
+
}
|
|
57219
|
+
}
|
|
57220
|
+
},
|
|
57221
|
+
"required": true
|
|
57222
|
+
},
|
|
57223
|
+
"responses": {
|
|
57224
|
+
"200": {
|
|
57225
|
+
"description": "成功响应",
|
|
57226
|
+
"content": {
|
|
57227
|
+
"application/json": {
|
|
57228
|
+
"schema": {
|
|
57229
|
+
"type": "object",
|
|
57230
|
+
"properties": {
|
|
57231
|
+
"publishDate": {
|
|
57232
|
+
"type": "string",
|
|
57233
|
+
"description": "发布日期",
|
|
57234
|
+
"example": "2026-02-02"
|
|
57235
|
+
},
|
|
57236
|
+
"stockCode": {
|
|
57237
|
+
"type": "string",
|
|
57238
|
+
"description": "股票代码",
|
|
57239
|
+
"example": "000001"
|
|
57240
|
+
},
|
|
57241
|
+
"stockName": {
|
|
57242
|
+
"type": "string",
|
|
57243
|
+
"description": "股票名称",
|
|
57244
|
+
"example": "平安银行"
|
|
57245
|
+
},
|
|
57246
|
+
"subjectCode": {
|
|
57247
|
+
"type": "integer",
|
|
57248
|
+
"format": "int32",
|
|
57249
|
+
"allOf": [
|
|
57250
|
+
{
|
|
57251
|
+
"type": "integer",
|
|
57252
|
+
"format": "int32",
|
|
57253
|
+
"description": "51020代表净利润;\n51030代表营业收入;\n51040代表营业成本;\n51080代表股东权益合计;\n51110代表经营性活动现金净流量;\n51310代表营业利润;",
|
|
57254
|
+
"enum": [
|
|
57255
|
+
51020,
|
|
57256
|
+
51030,
|
|
57257
|
+
51040,
|
|
57258
|
+
51080,
|
|
57259
|
+
51110,
|
|
57260
|
+
51310
|
|
57261
|
+
]
|
|
57262
|
+
}
|
|
57263
|
+
],
|
|
57264
|
+
"description": "科目代号",
|
|
57265
|
+
"example": 51020
|
|
57266
|
+
},
|
|
57267
|
+
"forecastYear": {
|
|
57268
|
+
"type": "integer",
|
|
57269
|
+
"format": "int32",
|
|
57270
|
+
"description": "预测年份",
|
|
57271
|
+
"example": 2024
|
|
57272
|
+
},
|
|
57273
|
+
"totalShares": {
|
|
57274
|
+
"type": "number",
|
|
57275
|
+
"description": "总股本",
|
|
57276
|
+
"example": 19405918198
|
|
57277
|
+
},
|
|
57278
|
+
"consensusEstMean": {
|
|
57279
|
+
"type": "number",
|
|
57280
|
+
"description": "一致预期均值",
|
|
57281
|
+
"example": 45569067030.26
|
|
57282
|
+
},
|
|
57283
|
+
"consensusEstMeanRaw": {
|
|
57284
|
+
"type": "number",
|
|
57285
|
+
"description": "一致预期均值(原值)",
|
|
57286
|
+
"example": 45569067030.26
|
|
57287
|
+
},
|
|
57288
|
+
"estInstNum": {
|
|
57289
|
+
"type": "integer",
|
|
57290
|
+
"format": "int32",
|
|
57291
|
+
"description": "预测机构数量",
|
|
57292
|
+
"example": 15
|
|
57293
|
+
},
|
|
57294
|
+
"estHigh": {
|
|
57295
|
+
"type": "number",
|
|
57296
|
+
"description": "最高",
|
|
57297
|
+
"example": 50000000000
|
|
57298
|
+
},
|
|
57299
|
+
"estLow": {
|
|
57300
|
+
"type": "number",
|
|
57301
|
+
"description": "最低",
|
|
57302
|
+
"example": 40000000000
|
|
57303
|
+
},
|
|
57304
|
+
"estStd": {
|
|
57305
|
+
"type": "number",
|
|
57306
|
+
"description": "标准差",
|
|
57307
|
+
"example": 0.1234
|
|
57308
|
+
},
|
|
57309
|
+
"estDispersion": {
|
|
57310
|
+
"type": "number",
|
|
57311
|
+
"description": "分歧度",
|
|
57312
|
+
"example": 0.0567
|
|
57313
|
+
},
|
|
57314
|
+
"consensusEstMeanDiluted": {
|
|
57315
|
+
"type": "number",
|
|
57316
|
+
"description": "一致预期均值(摊薄)",
|
|
57317
|
+
"example": 2.3482
|
|
57318
|
+
},
|
|
57319
|
+
"consensusEstMeanRawDiluted": {
|
|
57320
|
+
"type": "number",
|
|
57321
|
+
"description": "一致预期均值(原值)(摊薄)",
|
|
57322
|
+
"example": 2.3482
|
|
57323
|
+
},
|
|
57324
|
+
"estHighDiluted": {
|
|
57325
|
+
"type": "number",
|
|
57326
|
+
"description": "最高(摊薄)",
|
|
57327
|
+
"example": 2.8
|
|
57328
|
+
},
|
|
57329
|
+
"estLowDiluted": {
|
|
57330
|
+
"type": "number",
|
|
57331
|
+
"description": "最低(摊薄)",
|
|
57332
|
+
"example": 1.9
|
|
57333
|
+
},
|
|
57334
|
+
"estStdDiluted": {
|
|
57335
|
+
"type": "number",
|
|
57336
|
+
"description": "标准差(摊薄)",
|
|
57337
|
+
"example": 0.1234
|
|
57338
|
+
},
|
|
57339
|
+
"estDispersionDiluted": {
|
|
57340
|
+
"type": "number",
|
|
57341
|
+
"description": "分歧度(摊薄)",
|
|
57342
|
+
"example": 0.0567
|
|
57343
|
+
}
|
|
57344
|
+
}
|
|
57345
|
+
}
|
|
57346
|
+
}
|
|
57347
|
+
}
|
|
57348
|
+
},
|
|
57349
|
+
"400": {
|
|
57350
|
+
"description": "无效请求"
|
|
57351
|
+
},
|
|
57352
|
+
"500": {
|
|
57353
|
+
"description": "服务器内部错误"
|
|
57354
|
+
}
|
|
57355
|
+
},
|
|
57356
|
+
"security": [
|
|
57357
|
+
{
|
|
57358
|
+
"ApiKeyAuth": []
|
|
57359
|
+
}
|
|
57360
|
+
]
|
|
57361
|
+
}
|
|
57362
|
+
},
|
|
57363
|
+
"/consensus/stk_rating": {
|
|
57364
|
+
"post": {
|
|
57365
|
+
"tags": [
|
|
57366
|
+
"证券投资评级"
|
|
57367
|
+
],
|
|
57368
|
+
"summary": "证券投资评级",
|
|
57369
|
+
"description": "通过指定股票代码(可批量)、报告范围类型(可选考虑补录入/仅公司报告等4种类型)、以及日期范围(格式为yyyy-MM-dd),可查询A股、B股的证券投资评级数据,包括发布日期、股票基本信息、综合评级、各类评级的机构数量、分析师情绪指数、目标价格区间及上涨空间等核心指标,支持分页查询,可用于分析机构对股票的投资态度、评估股价预期空间,辅助投资决策。",
|
|
57370
|
+
"operationId": "list_consensus_stk_rating",
|
|
57371
|
+
"requestBody": {
|
|
57372
|
+
"description": "通过指定股票代码(可批量)、报告范围类型(可选考虑补录入/仅公司报告等4种类型)、以及日期范围(格式为yyyy-MM-dd),可查询A股、B股的证券投资评级数据,包括发布日期、股票基本信息、综合评级、各类评级的机构数量、分析师情绪指数、目标价格区间及上涨空间等核心指标,支持分页查询,可用于分析机构对股票的投资态度、评估股价预期空间,辅助投资决策。",
|
|
57373
|
+
"content": {
|
|
57374
|
+
"application/json": {
|
|
57375
|
+
"schema": {
|
|
57376
|
+
"type": "object",
|
|
57377
|
+
"properties": {
|
|
57378
|
+
"stockCodes": {
|
|
57379
|
+
"type": "array",
|
|
57380
|
+
"description": "股票代码",
|
|
57381
|
+
"example": [
|
|
57382
|
+
"000001",
|
|
57383
|
+
"600519"
|
|
57384
|
+
],
|
|
57385
|
+
"items": {
|
|
57386
|
+
"type": "string"
|
|
57387
|
+
}
|
|
57388
|
+
},
|
|
57389
|
+
"reportType": {
|
|
57390
|
+
"type": "integer",
|
|
57391
|
+
"format": "int32",
|
|
57392
|
+
"allOf": [
|
|
57393
|
+
{
|
|
57394
|
+
"type": "integer",
|
|
57395
|
+
"format": "int32",
|
|
57396
|
+
"description": "1代表考虑补录入&包括所有报告数据;\n2代表考虑补录入&仅包括公司报告数据;\n3代表不考虑补录入&包括所有报告数据;\n4代表不考虑补录入&仅包括公司报告数据;",
|
|
57397
|
+
"enum": [
|
|
57398
|
+
1,
|
|
57399
|
+
2,
|
|
57400
|
+
3,
|
|
57401
|
+
4
|
|
57402
|
+
]
|
|
57403
|
+
}
|
|
57404
|
+
],
|
|
57405
|
+
"description": "研报范围",
|
|
57406
|
+
"example": 1
|
|
57407
|
+
},
|
|
57408
|
+
"beginDate": {
|
|
57409
|
+
"type": "string",
|
|
57410
|
+
"description": "开始日期(格式yyyy-MM-dd)",
|
|
57411
|
+
"example": "2020-01-01"
|
|
57412
|
+
},
|
|
57413
|
+
"endDate": {
|
|
57414
|
+
"type": "string",
|
|
57415
|
+
"description": "结束日期(格式yyyy-MM-dd)",
|
|
57416
|
+
"example": "2025-03-30"
|
|
57417
|
+
},
|
|
57418
|
+
"pageNum": {
|
|
57419
|
+
"type": "integer",
|
|
57420
|
+
"format": "int32",
|
|
57421
|
+
"description": "页码。\n最小值:1;",
|
|
57422
|
+
"example": 1
|
|
57423
|
+
},
|
|
57424
|
+
"pageSize": {
|
|
57425
|
+
"type": "integer",
|
|
57426
|
+
"format": "int32",
|
|
57427
|
+
"description": "页长。\n最小值:1;\n最大值:500;",
|
|
57428
|
+
"example": 10
|
|
57429
|
+
}
|
|
57430
|
+
},
|
|
57431
|
+
"required": [
|
|
57432
|
+
"beginDate",
|
|
57433
|
+
"endDate",
|
|
57434
|
+
"reportType",
|
|
57435
|
+
"stockCodes"
|
|
57436
|
+
]
|
|
57437
|
+
}
|
|
57438
|
+
}
|
|
57439
|
+
},
|
|
57440
|
+
"required": true
|
|
57441
|
+
},
|
|
57442
|
+
"responses": {
|
|
57443
|
+
"200": {
|
|
57444
|
+
"description": "成功响应",
|
|
57445
|
+
"content": {
|
|
57446
|
+
"application/json": {
|
|
57447
|
+
"schema": {
|
|
57448
|
+
"type": "object",
|
|
57449
|
+
"properties": {
|
|
57450
|
+
"publishDate": {
|
|
57451
|
+
"type": "string",
|
|
57452
|
+
"description": "发布日期",
|
|
57453
|
+
"example": "2026-02-02"
|
|
57454
|
+
},
|
|
57455
|
+
"stockCode": {
|
|
57456
|
+
"type": "string",
|
|
57457
|
+
"description": "股票代码",
|
|
57458
|
+
"example": "000001"
|
|
57459
|
+
},
|
|
57460
|
+
"stockName": {
|
|
57461
|
+
"type": "string",
|
|
57462
|
+
"description": "股票名称",
|
|
57463
|
+
"example": "平安银行"
|
|
57464
|
+
},
|
|
57465
|
+
"conGrdCoef": {
|
|
57466
|
+
"type": "number",
|
|
57467
|
+
"description": "综合评级",
|
|
57468
|
+
"example": 1.17
|
|
57469
|
+
},
|
|
57470
|
+
"strongBuyNum": {
|
|
57471
|
+
"type": "integer",
|
|
57472
|
+
"format": "int32",
|
|
57473
|
+
"description": "强力买入机构数",
|
|
57474
|
+
"example": 8
|
|
57475
|
+
},
|
|
57476
|
+
"buyNum": {
|
|
57477
|
+
"type": "integer",
|
|
57478
|
+
"format": "int32",
|
|
57479
|
+
"description": "买入机构数",
|
|
57480
|
+
"example": 12
|
|
57481
|
+
},
|
|
57482
|
+
"holdNum": {
|
|
57483
|
+
"type": "integer",
|
|
57484
|
+
"format": "int32",
|
|
57485
|
+
"description": "观望机构数",
|
|
57486
|
+
"example": 3
|
|
57487
|
+
},
|
|
57488
|
+
"sellNum": {
|
|
57489
|
+
"type": "integer",
|
|
57490
|
+
"format": "int32",
|
|
57491
|
+
"description": "适度减持机构数",
|
|
57492
|
+
"example": 0
|
|
57493
|
+
},
|
|
57494
|
+
"strongSellNum": {
|
|
57495
|
+
"type": "integer",
|
|
57496
|
+
"format": "int32",
|
|
57497
|
+
"description": "卖出机构数",
|
|
57498
|
+
"example": 0
|
|
57499
|
+
},
|
|
57500
|
+
"attAnaNum": {
|
|
57501
|
+
"type": "integer",
|
|
57502
|
+
"format": "int32",
|
|
57503
|
+
"description": "关注总机构数",
|
|
57504
|
+
"example": 23
|
|
57505
|
+
},
|
|
57506
|
+
"anaMoodIdx": {
|
|
57507
|
+
"type": "number",
|
|
57508
|
+
"description": "分析师情绪指数",
|
|
57509
|
+
"example": 0.85
|
|
57510
|
+
},
|
|
57511
|
+
"targPriceAvg": {
|
|
57512
|
+
"type": "number",
|
|
57513
|
+
"description": "目标价格(平均)",
|
|
57514
|
+
"example": 14.4
|
|
57515
|
+
},
|
|
57516
|
+
"targPriceMax": {
|
|
57517
|
+
"type": "number",
|
|
57518
|
+
"description": "目标价格(最高)",
|
|
57519
|
+
"example": 17.01
|
|
57520
|
+
},
|
|
57521
|
+
"targPriceMin": {
|
|
57522
|
+
"type": "number",
|
|
57523
|
+
"description": "目标价格(最低)",
|
|
57524
|
+
"example": 12.95
|
|
57525
|
+
},
|
|
57526
|
+
"targPriceSpace": {
|
|
57527
|
+
"type": "number",
|
|
57528
|
+
"description": "目标价涨升空间",
|
|
57529
|
+
"example": 0.3175
|
|
57530
|
+
}
|
|
57531
|
+
}
|
|
57532
|
+
}
|
|
57533
|
+
}
|
|
57534
|
+
}
|
|
57535
|
+
},
|
|
57536
|
+
"400": {
|
|
57537
|
+
"description": "无效请求"
|
|
57538
|
+
},
|
|
57539
|
+
"500": {
|
|
57540
|
+
"description": "服务器内部错误"
|
|
57541
|
+
}
|
|
57542
|
+
},
|
|
57543
|
+
"security": [
|
|
57544
|
+
{
|
|
57545
|
+
"ApiKeyAuth": []
|
|
57546
|
+
}
|
|
57547
|
+
]
|
|
57548
|
+
}
|
|
57549
|
+
},
|
|
56035
57550
|
"/stock/unwind-signal-details": {
|
|
56036
57551
|
"post": {
|
|
56037
57552
|
"tags": [
|