@investoday/investoday-api 1.9.0 → 1.9.2

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 +39 -15
  2. package/package.json +1 -1
package/data/openapi.json CHANGED
@@ -4717,7 +4717,7 @@
4717
4717
  "description": "行业名称",
4718
4718
  "example": "能源"
4719
4719
  },
4720
- "TYear": {
4720
+ "tYear": {
4721
4721
  "type": "string",
4722
4722
  "description": "T年",
4723
4723
  "example": "2024"
@@ -28250,6 +28250,18 @@
28250
28250
  "fcfe": {
28251
28251
  "type": "number",
28252
28252
  "description": "权益自由现金流(FCFE)"
28253
+ },
28254
+ "capexMaintenance": {
28255
+ "type": "number",
28256
+ "description": "维护性资本支出"
28257
+ },
28258
+ "ownerEarningsBuffett": {
28259
+ "type": "number",
28260
+ "description": "巴菲特所有者收益"
28261
+ },
28262
+ "capexToRevenue": {
28263
+ "type": "number",
28264
+ "description": "资本支出占收入比"
28253
28265
  }
28254
28266
  }
28255
28267
  }
@@ -28570,6 +28582,18 @@
28570
28582
  "fcfe": {
28571
28583
  "type": "number",
28572
28584
  "description": "权益自由现金流(FCFE)"
28585
+ },
28586
+ "capexMaintenance": {
28587
+ "type": "number",
28588
+ "description": "维护性资本支出"
28589
+ },
28590
+ "ownerEarningsBuffett": {
28591
+ "type": "number",
28592
+ "description": "巴菲特所有者收益"
28593
+ },
28594
+ "capexToRevenue": {
28595
+ "type": "number",
28596
+ "description": "资本支出占收入比"
28573
28597
  }
28574
28598
  }
28575
28599
  }
@@ -36059,7 +36083,7 @@
36059
36083
  "schema": {
36060
36084
  "type": "object",
36061
36085
  "properties": {
36062
- "PUBDT": {
36086
+ "pubDt": {
36063
36087
  "type": "string",
36064
36088
  "description": "发布日期",
36065
36089
  "example": "2023-11-15"
@@ -36069,57 +36093,57 @@
36069
36093
  "description": "股票代码",
36070
36094
  "example": "00001"
36071
36095
  },
36072
- "F2004": {
36096
+ "f2004": {
36073
36097
  "type": "string",
36074
36098
  "description": "中文简称",
36075
36099
  "example": "长和"
36076
36100
  },
36077
- "F1000": {
36101
+ "f1000": {
36078
36102
  "type": "string",
36079
36103
  "description": "公司代码",
36080
36104
  "example": "LA00001"
36081
36105
  },
36082
- "F1100": {
36106
+ "f1100": {
36083
36107
  "type": "string",
36084
36108
  "description": "变动日期",
36085
36109
  "example": "2024-06-15"
36086
36110
  },
36087
- "F1101": {
36111
+ "f1101": {
36088
36112
  "type": "number",
36089
36113
  "description": "优先股股数",
36090
36114
  "example": 5000000
36091
36115
  },
36092
- "F1102": {
36116
+ "f1102": {
36093
36117
  "type": "number",
36094
36118
  "description": "普通股股数",
36095
36119
  "example": 1000000
36096
36120
  },
36097
- "F1103": {
36121
+ "f1103": {
36098
36122
  "type": "number",
36099
36123
  "description": "H股股数",
36100
36124
  "example": 1000000
36101
36125
  },
36102
- "F1104": {
36126
+ "f1104": {
36103
36127
  "type": "number",
36104
36128
  "description": "其他股数(大陆股数)",
36105
36129
  "example": 10000
36106
36130
  },
36107
- "F1105": {
36131
+ "f1105": {
36108
36132
  "type": "number",
36109
36133
  "description": "特殊股数",
36110
36134
  "example": 10000
36111
36135
  },
36112
- "F1106": {
36136
+ "f1106": {
36113
36137
  "type": "number",
36114
36138
  "description": "香港股数部分",
36115
36139
  "example": 1500.5
36116
36140
  },
36117
- "F1107": {
36141
+ "f1107": {
36118
36142
  "type": "number",
36119
36143
  "description": "大陆股数部分",
36120
36144
  "example": 1000000
36121
36145
  },
36122
- "F1108": {
36146
+ "f1108": {
36123
36147
  "type": "number",
36124
36148
  "description": "总股数",
36125
36149
  "example": 1000000000
@@ -53216,12 +53240,12 @@
53216
53240
  "description": "指数的总市值",
53217
53241
  "example": 122081713834.268
53218
53242
  },
53219
- "PE": {
53243
+ "pe": {
53220
53244
  "type": "number",
53221
53245
  "description": "市盈率",
53222
53246
  "example": 14.3326
53223
53247
  },
53224
- "PB": {
53248
+ "pb": {
53225
53249
  "type": "number",
53226
53250
  "description": "市净率",
53227
53251
  "example": 1.376
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@investoday/investoday-api",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
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",