@investoday/investoday-api 1.9.21 → 1.9.22

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.
Files changed (2) hide show
  1. package/data/openapi.json +285 -69
  2. 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": "831697"
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": "2025-09-30 00:00:00"
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": 8055613
32708
+ "description": "机构持有无限售流通 A 股数量,单位股",
32709
+ "example": 100000000
32694
32710
  },
32695
32711
  "fundHoldingAFloatShares": {
32696
32712
  "type": "number",
32697
- "description": "基金持有无限售流通A股数量(股)",
32698
- "example": 1234567.89
32713
+ "description": "基金持有无限售流通 A 股数量,单位股",
32714
+ "example": 20000000
32699
32715
  },
32700
32716
  "qfiiHoldingAFloatShares": {
32701
32717
  "type": "number",
32702
- "description": "QFII持有无限售流通A股数量(股)",
32703
- "example": 12345678.9
32718
+ "description": "QFII 持有无限售流通 A 股数量,单位股",
32719
+ "example": 5000000
32704
32720
  },
32705
32721
  "insuranceHoldingAFloatShares": {
32706
32722
  "type": "number",
32707
- "description": "保险公司持有无限售流通A股数量(股)",
32708
- "example": 123456789
32723
+ "description": "保险公司持有无限售流通 A 股数量,单位股",
32724
+ "example": 8000000
32709
32725
  },
32710
32726
  "pensionHoldingAFloatShares": {
32711
32727
  "type": "number",
32712
- "description": "社保基金持有无限售流通A股数量(股)",
32713
- "example": 12345678.9
32728
+ "description": "社保基金持有无限售流通 A 股数量,单位股",
32729
+ "example": 3000000
32714
32730
  },
32715
32731
  "nationalTeamHoldingAFloatShares": {
32716
32732
  "type": "number",
32717
- "description": "国家队持有无限售流通A股数量(股)",
32718
- "example": 123456789.12
32733
+ "description": "国家队持有无限售流通 A 股数量,单位股",
32734
+ "example": 1000000
32719
32735
  },
32720
32736
  "instHoldingAFloatRatio": {
32721
32737
  "type": "number",
32722
- "description": "机构持有无限售流通A股比例合计(%)",
32723
- "example": 9.5873
32738
+ "description": "机构持有无限售流通 A 股比例(%)",
32739
+ "example": 12.3456
32724
32740
  },
32725
32741
  "fundHoldingAFloatRatio": {
32726
32742
  "type": "number",
32727
- "description": "基金持有无限售流通A股比例(%)",
32728
- "example": 3.75
32743
+ "description": "基金持有无限售流通 A 股比例(%)",
32744
+ "example": 2.3456
32729
32745
  },
32730
32746
  "qfiiHoldingAFloatRatio": {
32731
32747
  "type": "number",
32732
- "description": "QFII持有无限售流通A股比例(%)",
32733
- "example": 3.75
32748
+ "description": "QFII 持有无限售流通 A 股比例(%)",
32749
+ "example": 0.5678
32734
32750
  },
32735
32751
  "insuranceHoldingAFloatRatio": {
32736
32752
  "type": "number",
32737
- "description": "保险公司持有无限售流通A股比例(%)",
32738
- "example": 3.75
32753
+ "description": "保险公司持有无限售流通 A 股比例(%)",
32754
+ "example": 1.2345
32739
32755
  },
32740
32756
  "pensionHoldingAFloatRatio": {
32741
32757
  "type": "number",
32742
- "description": "社保基金持有无限售流通A股比例(%)",
32743
- "example": 3.75
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": "机构持有A股数量合计(股)",
32748
- "example": 8281449
32768
+ "description": "机构持有全部 A 股数量,单位股",
32769
+ "example": 120000000
32749
32770
  },
32750
32771
  "fundHoldingAShares": {
32751
32772
  "type": "number",
32752
- "description": "基金持有A股数量(股)",
32753
- "example": 225836
32773
+ "description": "基金持有全部 A 股数量,单位股",
32774
+ "example": 25000000
32754
32775
  },
32755
32776
  "qfiiHoldingAShares": {
32756
32777
  "type": "number",
32757
- "description": "QFII持有A股数量(股)",
32758
- "example": 1234567.89
32778
+ "description": "QFII 持有全部 A 股数量,单位股",
32779
+ "example": 6000000
32759
32780
  },
32760
32781
  "insuranceHoldingAShares": {
32761
32782
  "type": "number",
32762
- "description": "保险公司持有A股数量(股)",
32763
- "example": 12345678.9
32783
+ "description": "保险公司持有全部 A 股数量,单位股",
32784
+ "example": 9000000
32764
32785
  },
32765
32786
  "pensionHoldingAShares": {
32766
32787
  "type": "number",
32767
- "description": "社保基金持有A股数量(股)",
32768
- "example": 12345678.9
32788
+ "description": "社保基金持有全部 A 股数量,单位股",
32789
+ "example": 3500000
32769
32790
  },
32770
32791
  "nationalTeamHoldingAShares": {
32771
32792
  "type": "number",
32772
- "description": "国家队持有A股数量(股)",
32773
- "example": 123456789.5
32793
+ "description": "国家队持有全部 A 股数量,单位股",
32794
+ "example": 1200000
32774
32795
  },
32775
32796
  "instHoldingARatio": {
32776
32797
  "type": "number",
32777
- "description": "机构持有A股比例合计(%)",
32778
- "example": 9.8561
32798
+ "description": "机构持有全部 A 股比例(%)",
32799
+ "example": 14.5678
32779
32800
  },
32780
32801
  "fundHoldingARatio": {
32781
32802
  "type": "number",
32782
- "description": "基金持有A股比例(%)",
32783
- "example": 0.2688
32803
+ "description": "基金持有全部 A 股比例(%)",
32804
+ "example": 3.4567
32784
32805
  },
32785
32806
  "qfiiHoldingARatio": {
32786
32807
  "type": "number",
32787
- "description": "QFII持有A股比例(%)",
32788
- "example": 0.75
32808
+ "description": "QFII 持有全部 A 股比例(%)",
32809
+ "example": 0.789
32789
32810
  },
32790
32811
  "insuranceHoldingARatio": {
32791
32812
  "type": "number",
32792
- "description": "保险公司持有A股比例(%)",
32793
- "example": 3.75
32813
+ "description": "保险公司持有全部 A 股比例(%)",
32814
+ "example": 1.4567
32794
32815
  },
32795
32816
  "pensionHoldingARatio": {
32796
32817
  "type": "number",
32797
- "description": "社保基金持有A股比例(%)",
32798
- "example": 3.75
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@investoday/investoday-api",
3
- "version": "1.9.21",
3
+ "version": "1.9.22",
4
4
  "description": "CLI for accessing InvestToday China market financial data via investoday-api.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/investoday-data/investoday-finance-data",