stock-sdk 2.0.0-beta.0 → 2.0.0
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/README.md +27 -23
- package/dist/{adapters-C0s5bM8O.d.cts → adapters-BvE63CMd.d.cts} +16 -1
- package/dist/{adapters-C0s5bM8O.d.ts → adapters-BvE63CMd.d.ts} +16 -1
- package/dist/{addIndicators-TPEcddTW.d.cts → addIndicators-DwEr9RKK.d.cts} +207 -191
- package/dist/{addIndicators-TPEcddTW.d.ts → addIndicators-DwEr9RKK.d.ts} +207 -191
- package/dist/cache.cjs +1 -1
- package/dist/cache.js +1 -1
- package/dist/chunk-2PYGJ5I5.cjs +1 -0
- package/dist/chunk-3NSUE34F.cjs +1 -0
- package/dist/chunk-4PVVFEOQ.js +1 -0
- package/dist/chunk-C4CA7QBB.cjs +1 -0
- package/dist/chunk-D2MGPO3R.js +1 -0
- package/dist/{chunk-JYHHLB34.js → chunk-DU7MCVLJ.js} +1 -1
- package/dist/{chunk-SPLQXFFF.js → chunk-F3KZXCVO.js} +1 -1
- package/dist/chunk-G5KF73BW.js +1 -0
- package/dist/chunk-GBHWMR2O.js +1 -0
- package/dist/chunk-LCX5Q36O.js +1 -0
- package/dist/chunk-PMERLSCU.cjs +1 -0
- package/dist/{chunk-DOOAXFSS.cjs → chunk-TVIEKKDQ.cjs} +1 -1
- package/dist/{chunk-BGZ4ZUAF.cjs → chunk-WCBK5KYA.cjs} +1 -1
- package/dist/chunk-YR2SVSXB.cjs +1 -0
- package/dist/cli.cjs +17 -16
- package/dist/cli.js +17 -16
- package/dist/errors.d.cts +1 -1
- package/dist/errors.d.ts +1 -1
- package/dist/{index-B0PXWAkv.d.cts → index-mlzPfoON.d.cts} +12 -0
- package/dist/{index-B0PXWAkv.d.ts → index-mlzPfoON.d.ts} +12 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +1 -1
- package/dist/indicators.cjs +1 -1
- package/dist/indicators.d.cts +55 -5
- package/dist/indicators.d.ts +55 -5
- package/dist/indicators.js +1 -1
- package/dist/mcp.cjs +5 -5
- package/dist/mcp.d.cts +3 -3
- package/dist/mcp.d.ts +3 -3
- package/dist/mcp.js +5 -5
- package/dist/screener.cjs +1 -1
- package/dist/screener.js +1 -1
- package/dist/{sdk-CGd_HgIM.d.ts → sdk-Cg_jTmTk.d.cts} +21 -527
- package/dist/{sdk-C_Agv5AV.d.cts → sdk-DOz03n_v.d.ts} +21 -527
- package/dist/signals.cjs +1 -1
- package/dist/signals.d.cts +1 -1
- package/dist/signals.d.ts +1 -1
- package/dist/signals.js +1 -1
- package/dist/symbols.cjs +1 -1
- package/dist/symbols.d.cts +2 -2
- package/dist/symbols.d.ts +2 -2
- package/dist/symbols.js +1 -1
- package/package.json +6 -10
- package/dist/chunk-333W3ADG.js +0 -1
- package/dist/chunk-4RR2H3DC.js +0 -1
- package/dist/chunk-66NWE54C.cjs +0 -1
- package/dist/chunk-6JEP4QK7.cjs +0 -1
- package/dist/chunk-HFN6G5M4.js +0 -1
- package/dist/chunk-LRE63M2C.js +0 -1
- package/dist/chunk-NMRUSAWS.cjs +0 -1
- package/dist/chunk-PVSDXLQP.cjs +0 -1
- package/dist/chunk-XVLG3G7T.cjs +0 -1
- package/dist/chunk-ZAQ7DTRY.js +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { n as MarketTz, v as TodayTimelineResponse, I as IndicatorOptions, H as HistoryKline, s as MinuteTimeline, t as MinuteKline, w as HKHistoryKline, y as HKMinuteTimeline, x as HKMinuteKline, U as USHistoryKline, E as USMinuteTimeline, z as USMinuteKline, K as KlineWithIndicators, A as AnyHistoryKline } from './addIndicators-DwEr9RKK.cjs';
|
|
2
|
+
import { c as SdkErrorCode, R as RetryOptions, d as RateLimiterOptions, C as CircuitBreakerOptions, P as ProviderName, a as ProviderRequestPolicy, S as SdkError } from './index-mlzPfoON.cjs';
|
|
3
3
|
|
|
4
4
|
interface HostHealthState {
|
|
5
5
|
host: string;
|
|
@@ -171,7 +171,7 @@ interface FullQuote {
|
|
|
171
171
|
}[];
|
|
172
172
|
/** 行情时间(原始字符串,腾讯接口格式 `yyyyMMddHHmmss`,市场时区) */
|
|
173
173
|
time: string;
|
|
174
|
-
/** 行情时间对应的 UTC unix 毫秒时间戳;无法解析时为 `
|
|
174
|
+
/** 行情时间对应的 UTC unix 毫秒时间戳;无法解析时为 `null` */
|
|
175
175
|
timestamp: number | null;
|
|
176
176
|
/** 行情时间所属市场时区 (`Asia/Shanghai`) */
|
|
177
177
|
tz: MarketTz;
|
|
@@ -275,7 +275,7 @@ interface FundFlow {
|
|
|
275
275
|
name: string;
|
|
276
276
|
/** 数据日期(原始字符串,A 股时区) */
|
|
277
277
|
date: string;
|
|
278
|
-
/** 数据日期对应当日 00:00 (`Asia/Shanghai`) 的 UTC 毫秒时间戳;无法解析时为 `
|
|
278
|
+
/** 数据日期对应当日 00:00 (`Asia/Shanghai`) 的 UTC 毫秒时间戳;无法解析时为 `null` */
|
|
279
279
|
timestamp: number | null;
|
|
280
280
|
/** 数据日期所属时区 (`Asia/Shanghai`) */
|
|
281
281
|
tz: MarketTz;
|
|
@@ -306,7 +306,7 @@ interface HKQuote {
|
|
|
306
306
|
volume: number;
|
|
307
307
|
/** 行情时间(原始字符串,腾讯接口格式 `yyyyMMddHHmmss`,港股时区) */
|
|
308
308
|
time: string;
|
|
309
|
-
/** UTC unix 毫秒时间戳;无法解析时为 `
|
|
309
|
+
/** UTC unix 毫秒时间戳;无法解析时为 `null` */
|
|
310
310
|
timestamp: number | null;
|
|
311
311
|
/** 行情时间所属市场时区 (`Asia/Hong_Kong`) */
|
|
312
312
|
tz: MarketTz;
|
|
@@ -343,7 +343,7 @@ interface USQuote {
|
|
|
343
343
|
volume: number;
|
|
344
344
|
/** 行情时间(原始字符串,腾讯接口格式 `yyyyMMddHHmmss`,美东时区) */
|
|
345
345
|
time: string;
|
|
346
|
-
/** UTC unix 毫秒时间戳(自动处理美东夏令时);无法解析时为 `
|
|
346
|
+
/** UTC unix 毫秒时间戳(自动处理美东夏令时);无法解析时为 `null` */
|
|
347
347
|
timestamp: number | null;
|
|
348
348
|
/** 行情时间所属市场时区 (`America/New_York`) */
|
|
349
349
|
tz: MarketTz;
|
|
@@ -389,7 +389,7 @@ interface FundQuote {
|
|
|
389
389
|
change: number;
|
|
390
390
|
/** 净值日期(原始字符串,如 `'2024-05-12'`,A 股时区) */
|
|
391
391
|
navDate: string;
|
|
392
|
-
/** 净值日期对应当日 00:00 (`Asia/Shanghai`) 的 UTC 毫秒时间戳;无法解析时为 `
|
|
392
|
+
/** 净值日期对应当日 00:00 (`Asia/Shanghai`) 的 UTC 毫秒时间戳;无法解析时为 `null` */
|
|
393
393
|
timestamp: number | null;
|
|
394
394
|
/** 净值日期所属时区 (`Asia/Shanghai`) */
|
|
395
395
|
tz: MarketTz;
|
|
@@ -1468,6 +1468,8 @@ interface FundDividend {
|
|
|
1468
1468
|
dividendPerShare: number | null;
|
|
1469
1469
|
/** 分红发放日(`YYYY-MM-DD`),无则 `null` */
|
|
1470
1470
|
payDate: string | null;
|
|
1471
|
+
/** 分红类型代码(接口第 7 列原始口径,如拆分/派现的类型标识),无则 `null` */
|
|
1472
|
+
dividendType: string | null;
|
|
1471
1473
|
}
|
|
1472
1474
|
/** 基金分红查询结果 */
|
|
1473
1475
|
interface FundDividendListResult {
|
|
@@ -1640,6 +1642,18 @@ interface GetUSCodeListOptions {
|
|
|
1640
1642
|
*/
|
|
1641
1643
|
type GetAllHKQuotesOptions = Omit<GetAllAShareQuotesOptions, 'market'>;
|
|
1642
1644
|
|
|
1645
|
+
/**
|
|
1646
|
+
* 腾讯 Smartbox 搜索接口
|
|
1647
|
+
* 支持浏览器(JSONP)和 Node.js(fetch)双端
|
|
1648
|
+
*/
|
|
1649
|
+
|
|
1650
|
+
/** 全局变量声明(浏览器环境)*/
|
|
1651
|
+
declare global {
|
|
1652
|
+
interface Window {
|
|
1653
|
+
v_hint?: string;
|
|
1654
|
+
}
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1643
1657
|
/**
|
|
1644
1658
|
* 东方财富 - A 股 K 线
|
|
1645
1659
|
*/
|
|
@@ -1907,18 +1921,6 @@ interface NorthboundHistoryOptions {
|
|
|
1907
1921
|
endDate?: string;
|
|
1908
1922
|
}
|
|
1909
1923
|
|
|
1910
|
-
/**
|
|
1911
|
-
* 腾讯 Smartbox 搜索接口
|
|
1912
|
-
* 支持浏览器(JSONP)和 Node.js(fetch)双端
|
|
1913
|
-
*/
|
|
1914
|
-
|
|
1915
|
-
/** 全局变量声明(浏览器环境)*/
|
|
1916
|
-
declare global {
|
|
1917
|
-
interface Window {
|
|
1918
|
-
v_hint?: string;
|
|
1919
|
-
}
|
|
1920
|
-
}
|
|
1921
|
-
|
|
1922
1924
|
declare abstract class BaseService {
|
|
1923
1925
|
protected readonly client: RequestClient;
|
|
1924
1926
|
constructor(client: RequestClient);
|
|
@@ -2223,519 +2225,11 @@ declare class StockSDK {
|
|
|
2223
2225
|
dividendDetail: (symbol: string) => Promise<DividendDetail[]>;
|
|
2224
2226
|
tradingCalendar: () => Promise<string[]>;
|
|
2225
2227
|
};
|
|
2226
|
-
/**
|
|
2227
|
-
* 获取 A 股完整行情(腾讯接口)
|
|
2228
|
-
* @param codes 股票代码数组(如 `['sh600519', 'sz000001']`)
|
|
2229
|
-
*/
|
|
2230
|
-
getFullQuotes(codes: string[]): Promise<FullQuote[]>;
|
|
2231
|
-
/**
|
|
2232
|
-
* 获取 A 股简化行情(腾讯接口)
|
|
2233
|
-
* @param codes 股票代码数组
|
|
2234
|
-
*/
|
|
2235
|
-
getSimpleQuotes(codes: string[]): Promise<SimpleQuote[]>;
|
|
2236
|
-
/**
|
|
2237
|
-
* 获取港股行情
|
|
2238
|
-
* @param codes 港股代码数组(5 位数字,无需 `hk` 前缀,如 `['00700', '09988']`)
|
|
2239
|
-
*/
|
|
2240
|
-
getHKQuotes(codes: string[]): Promise<HKQuote[]>;
|
|
2241
|
-
/**
|
|
2242
|
-
* 获取美股行情
|
|
2243
|
-
* @param codes 美股代码数组(无需 `us` 前缀,如 `['AAPL', 'BABA']`)
|
|
2244
|
-
*/
|
|
2245
|
-
getUSQuotes(codes: string[]): Promise<USQuote[]>;
|
|
2246
|
-
/**
|
|
2247
|
-
* 获取基金行情(场内/场外)
|
|
2248
|
-
* @param codes 基金代码数组
|
|
2249
|
-
*/
|
|
2250
|
-
getFundQuotes(codes: string[]): Promise<FundQuote[]>;
|
|
2251
|
-
/**
|
|
2252
|
-
* 获取资金流向数据
|
|
2253
|
-
* @param codes 股票代码数组
|
|
2254
|
-
*/
|
|
2255
|
-
getFundFlow(codes: string[]): Promise<FundFlow[]>;
|
|
2256
|
-
/**
|
|
2257
|
-
* 获取盘口大单/异动数据
|
|
2258
|
-
* @param codes 股票代码数组
|
|
2259
|
-
*/
|
|
2260
|
-
getPanelLargeOrder(codes: string[]): Promise<PanelLargeOrder[]>;
|
|
2261
|
-
/**
|
|
2262
|
-
* 获取当日分时数据
|
|
2263
|
-
* @param code 单只股票代码
|
|
2264
|
-
*/
|
|
2265
|
-
getTodayTimeline(code: string): Promise<TodayTimelineResponse>;
|
|
2266
|
-
/**
|
|
2267
|
-
* 获取行业板块列表(东方财富)
|
|
2268
|
-
*/
|
|
2269
|
-
getIndustryList(): Promise<IndustryBoard[]>;
|
|
2270
|
-
/**
|
|
2271
|
-
* 获取行业板块成分股实时行情
|
|
2272
|
-
* @param symbol 行业板块代码
|
|
2273
|
-
*/
|
|
2274
|
-
getIndustrySpot(symbol: string): Promise<IndustryBoardSpot[]>;
|
|
2275
|
-
/**
|
|
2276
|
-
* 获取行业板块成分股列表
|
|
2277
|
-
* @param symbol 行业板块代码
|
|
2278
|
-
*/
|
|
2279
|
-
getIndustryConstituents(symbol: string): Promise<IndustryBoardConstituent[]>;
|
|
2280
|
-
/**
|
|
2281
|
-
* 获取行业板块历史 K 线
|
|
2282
|
-
* @param symbol 行业板块代码
|
|
2283
|
-
* @param options K 线参数
|
|
2284
|
-
*/
|
|
2285
|
-
getIndustryKline(symbol: string, options?: IndustryBoardKlineOptions): Promise<IndustryBoardKline[]>;
|
|
2286
|
-
/**
|
|
2287
|
-
* 获取行业板块分时/分钟 K 线
|
|
2288
|
-
* @param symbol 行业板块代码
|
|
2289
|
-
* @param options 周期参数(不传周期则返回当日分时)
|
|
2290
|
-
*/
|
|
2291
|
-
getIndustryMinuteKline(symbol: string, options?: IndustryBoardMinuteKlineOptions): Promise<IndustryBoardMinuteTimeline[] | IndustryBoardMinuteKline[]>;
|
|
2292
|
-
/**
|
|
2293
|
-
* 获取概念板块列表(东方财富)
|
|
2294
|
-
*/
|
|
2295
|
-
getConceptList(): Promise<ConceptBoard[]>;
|
|
2296
|
-
/**
|
|
2297
|
-
* 获取概念板块成分股实时行情
|
|
2298
|
-
* @param symbol 概念板块代码
|
|
2299
|
-
*/
|
|
2300
|
-
getConceptSpot(symbol: string): Promise<ConceptBoardSpot[]>;
|
|
2301
|
-
/**
|
|
2302
|
-
* 获取概念板块成分股列表
|
|
2303
|
-
* @param symbol 概念板块代码
|
|
2304
|
-
*/
|
|
2305
|
-
getConceptConstituents(symbol: string): Promise<ConceptBoardConstituent[]>;
|
|
2306
|
-
/**
|
|
2307
|
-
* 获取概念板块历史 K 线
|
|
2308
|
-
* @param symbol 概念板块代码
|
|
2309
|
-
* @param options K 线参数
|
|
2310
|
-
*/
|
|
2311
|
-
getConceptKline(symbol: string, options?: ConceptBoardKlineOptions): Promise<ConceptBoardKline[]>;
|
|
2312
|
-
/**
|
|
2313
|
-
* 获取概念板块分时/分钟 K 线
|
|
2314
|
-
* @param symbol 概念板块代码
|
|
2315
|
-
* @param options 周期参数(不传周期则返回当日分时)
|
|
2316
|
-
*/
|
|
2317
|
-
getConceptMinuteKline(symbol: string, options?: ConceptBoardMinuteKlineOptions): Promise<ConceptBoardMinuteTimeline[] | ConceptBoardMinuteKline[]>;
|
|
2318
|
-
/**
|
|
2319
|
-
* 获取 A 股历史 K 线(日/周/月,含复权)。
|
|
2320
|
-
*
|
|
2321
|
-
* **复权默认值:`adjust='qfq'`(前复权)。**
|
|
2322
|
-
* - 前复权适合看走势/做技术分析
|
|
2323
|
-
* - 后复权 `'hfq'` 适合算长期收益率/复利
|
|
2324
|
-
* - 不复权 `''` 是交易所原始价
|
|
2325
|
-
*
|
|
2326
|
-
* 不显式传 `adjust` 时返回的是已经被前复权调整过的价格,
|
|
2327
|
-
* 做回测/收益计算时务必显式传值,详见
|
|
2328
|
-
* [复权说明](https://stock-sdk.linkdiary.cn/guide/dividend-adjustment.html)。
|
|
2329
|
-
*
|
|
2330
|
-
* @param symbol 股票代码
|
|
2331
|
-
* @param options K 线参数
|
|
2332
|
-
*/
|
|
2333
|
-
getHistoryKline(symbol: string, options?: HistoryKlineOptions): Promise<HistoryKline[]>;
|
|
2334
|
-
/**
|
|
2335
|
-
* 获取 A 股分时/分钟 K 线。
|
|
2336
|
-
*
|
|
2337
|
-
* **复权默认值:`adjust='qfq'`(前复权,仅 5/15/30/60 分钟有效)。** 1 分钟分时不支持复权。
|
|
2338
|
-
*
|
|
2339
|
-
* @param symbol 股票代码
|
|
2340
|
-
* @param options 周期参数(不传周期则返回当日分时)
|
|
2341
|
-
*/
|
|
2342
|
-
getMinuteKline(symbol: string, options?: MinuteKlineOptions): Promise<MinuteTimeline[] | MinuteKline[]>;
|
|
2343
|
-
/**
|
|
2344
|
-
* 获取港股历史 K 线。
|
|
2345
|
-
*
|
|
2346
|
-
* **复权默认值:`adjust='qfq'`(前复权)。** 详见
|
|
2347
|
-
* [复权说明](https://stock-sdk.linkdiary.cn/guide/dividend-adjustment.html)。
|
|
2348
|
-
*
|
|
2349
|
-
* @param symbol 港股代码
|
|
2350
|
-
* @param options K 线参数
|
|
2351
|
-
*/
|
|
2352
|
-
getHKHistoryKline(symbol: string, options?: HKKlineOptions): Promise<HKHistoryKline[]>;
|
|
2353
|
-
/**
|
|
2354
|
-
* 获取港股分钟 K 线(5/15/30/60 分钟)或当日分时(1 分钟)。
|
|
2355
|
-
*
|
|
2356
|
-
* `options.period='1'` 时走 `trends2/get`,返回 `HKMinuteTimeline[]`;
|
|
2357
|
-
* `options.period='5'|'15'|'30'|'60'` 时走 `kline/get`,返回 `HKMinuteKline[]`。
|
|
2358
|
-
*
|
|
2359
|
-
* @param symbol 港股代码,纯数字或带 `hk` 前缀均可(如 `'00700'`、`'hk00700'`)
|
|
2360
|
-
* @param options 周期 / 复权 / 起止时间
|
|
2361
|
-
* @since v1.10.0
|
|
2362
|
-
*/
|
|
2363
|
-
getHKMinuteKline(symbol: string, options?: HKMinuteKlineOptions): Promise<HKMinuteTimeline[] | HKMinuteKline[]>;
|
|
2364
|
-
/**
|
|
2365
|
-
* 获取美股历史 K 线。
|
|
2366
|
-
*
|
|
2367
|
-
* **复权默认值:`adjust='qfq'`(前复权)。** 详见
|
|
2368
|
-
* [复权说明](https://stock-sdk.linkdiary.cn/guide/dividend-adjustment.html)。
|
|
2369
|
-
*
|
|
2370
|
-
* @param symbol 美股代码
|
|
2371
|
-
* @param options K 线参数
|
|
2372
|
-
*/
|
|
2373
|
-
getUSHistoryKline(symbol: string, options?: USKlineOptions): Promise<USHistoryKline[]>;
|
|
2374
|
-
/**
|
|
2375
|
-
* 获取美股分钟 K 线(5/15/30/60 分钟)或当日分时(1 分钟)。
|
|
2376
|
-
*
|
|
2377
|
-
* 不含盘前 / 盘后数据,仅常规交易时段。
|
|
2378
|
-
*
|
|
2379
|
-
* @param symbol 美股代码,格式 `{market}.{ticker}`(如 `'105.AAPL'`、`'106.BABA'`)
|
|
2380
|
-
* @param options 周期 / 复权 / 起止时间
|
|
2381
|
-
* @since v1.10.0
|
|
2382
|
-
*/
|
|
2383
|
-
getUSMinuteKline(symbol: string, options?: USMinuteKlineOptions): Promise<USMinuteTimeline[] | USMinuteKline[]>;
|
|
2384
2228
|
/**
|
|
2385
2229
|
* 模糊搜索股票/指数/基金等
|
|
2386
2230
|
* @param keyword 关键词(代码 / 名称 / 拼音)
|
|
2387
2231
|
*/
|
|
2388
2232
|
search(keyword: string): Promise<SearchResult[]>;
|
|
2389
|
-
/**
|
|
2390
|
-
* 获取 A 股全量代码列表
|
|
2391
|
-
* @param options 过滤选项(`market` 筛选 / `simple` 去交易所前缀)
|
|
2392
|
-
*/
|
|
2393
|
-
getAShareCodeList(options?: GetAShareCodeListOptions): Promise<string[]>;
|
|
2394
|
-
/**
|
|
2395
|
-
* 获取美股全量代码列表
|
|
2396
|
-
* @param options 过滤选项(`market` 筛选 / `simple` 去市场前缀)
|
|
2397
|
-
*/
|
|
2398
|
-
getUSCodeList(options?: GetUSCodeListOptions): Promise<string[]>;
|
|
2399
|
-
/**
|
|
2400
|
-
* 获取港股全量代码列表
|
|
2401
|
-
*/
|
|
2402
|
-
getHKCodeList(): Promise<string[]>;
|
|
2403
|
-
/**
|
|
2404
|
-
* 获取基金全量代码列表
|
|
2405
|
-
*/
|
|
2406
|
-
getFundCodeList(): Promise<string[]>;
|
|
2407
|
-
/**
|
|
2408
|
-
* 批量拉取全部 A 股完整行情
|
|
2409
|
-
* @param options 批量请求参数(如批大小、并发等)
|
|
2410
|
-
*/
|
|
2411
|
-
getAllAShareQuotes(options?: GetAllAShareQuotesOptions): Promise<FullQuote[]>;
|
|
2412
|
-
/**
|
|
2413
|
-
* 批量拉取全部港股行情
|
|
2414
|
-
* @param options 批量请求参数
|
|
2415
|
-
*/
|
|
2416
|
-
getAllHKShareQuotes(options?: GetAllHKQuotesOptions): Promise<HKQuote[]>;
|
|
2417
|
-
/**
|
|
2418
|
-
* 批量拉取全部美股行情
|
|
2419
|
-
* @param options 批量请求参数
|
|
2420
|
-
*/
|
|
2421
|
-
getAllUSShareQuotes(options?: GetAllUSQuotesOptions): Promise<USQuote[]>;
|
|
2422
|
-
/**
|
|
2423
|
-
* 按给定代码列表批量拉取完整行情
|
|
2424
|
-
* @param codes 股票代码数组
|
|
2425
|
-
* @param options 批量请求参数
|
|
2426
|
-
*/
|
|
2427
|
-
getAllQuotesByCodes(codes: string[], options?: GetAllAShareQuotesOptions): Promise<FullQuote[]>;
|
|
2428
|
-
/**
|
|
2429
|
-
* 直接调用腾讯批量行情原始接口(高级用法)
|
|
2430
|
-
* @param params 拼接后的查询参数(如 `'sh600519,sz000001'`)
|
|
2431
|
-
*/
|
|
2432
|
-
batchRaw(params: string): Promise<{
|
|
2433
|
-
key: string;
|
|
2434
|
-
fields: string[];
|
|
2435
|
-
}[]>;
|
|
2436
|
-
/**
|
|
2437
|
-
* 获取交易日历(A 股)
|
|
2438
|
-
*/
|
|
2439
|
-
getTradingCalendar(): Promise<string[]>;
|
|
2440
|
-
/**
|
|
2441
|
-
* 判断给定日期是否为 A 股交易日。
|
|
2442
|
-
*
|
|
2443
|
-
* 数据源:`getTradingCalendar()` (腾讯接口,带 12 小时缓存)。
|
|
2444
|
-
* 第一次调用会拉取全量交易日列表,后续命中缓存。
|
|
2445
|
-
*
|
|
2446
|
-
* @param date 不传则取"现在 `Asia/Shanghai` 的当日"。
|
|
2447
|
-
* 支持 `'YYYY-MM-DD'` / `'YYYYMMDD'` / `Date` 对象。
|
|
2448
|
-
* @example
|
|
2449
|
-
* ```ts
|
|
2450
|
-
* await sdk.isTradingDay(); // 今天是否交易日
|
|
2451
|
-
* await sdk.isTradingDay('2024-10-01'); // false (国庆)
|
|
2452
|
-
* ```
|
|
2453
|
-
*/
|
|
2454
|
-
isTradingDay(date?: string | Date): Promise<boolean>;
|
|
2455
|
-
/**
|
|
2456
|
-
* 返回 A 股下一个交易日 (`'YYYY-MM-DD'`)。
|
|
2457
|
-
*
|
|
2458
|
-
* 如果 `date` 本身是交易日,返回它**之后**的下一个;否则返回大于它的第一个交易日。
|
|
2459
|
-
*
|
|
2460
|
-
* @param date 不传则取"现在 `Asia/Shanghai` 的当日"
|
|
2461
|
-
* @throws {InvalidArgumentError} 当 `date` 已超过日历范围时
|
|
2462
|
-
*/
|
|
2463
|
-
nextTradingDay(date?: string | Date): Promise<string>;
|
|
2464
|
-
/**
|
|
2465
|
-
* 返回 A 股上一个交易日 (`'YYYY-MM-DD'`)。
|
|
2466
|
-
*
|
|
2467
|
-
* 如果 `date` 本身是交易日,返回它**之前**的上一个;否则返回小于它的最后一个交易日。
|
|
2468
|
-
*
|
|
2469
|
-
* @param date 不传则取"现在 `Asia/Shanghai` 的当日"
|
|
2470
|
-
* @throws {InvalidArgumentError} 当 `date` 早于日历最早日期时
|
|
2471
|
-
*/
|
|
2472
|
-
prevTradingDay(date?: string | Date): Promise<string>;
|
|
2473
|
-
/**
|
|
2474
|
-
* 返回当前市场实时状态 (同步,不发请求)。
|
|
2475
|
-
*
|
|
2476
|
-
* 状态包括:`'pre_market'`(盘前)/ `'open'`(交易中)/ `'lunch_break'`(午休) /
|
|
2477
|
-
* `'after_hours'`(盘后)/ `'closed'`(休市/周末)。
|
|
2478
|
-
*
|
|
2479
|
-
* **注意:此方法仅按交易时段判断,不识别法定假日**。如需精确判断"今天是否交易日",
|
|
2480
|
-
* 请用 `await isTradingDay()` (会发请求)。
|
|
2481
|
-
*
|
|
2482
|
-
* 港股 / 美股没有官方日历,只按 "周一-周五 + 已知交易时段" 判断,假日不会被识别。
|
|
2483
|
-
*
|
|
2484
|
-
* @param market `'A'`(默认) / `'HK'` / `'US'`
|
|
2485
|
-
*/
|
|
2486
|
-
getMarketStatus(market?: SupportedMarket): MarketStatus;
|
|
2487
|
-
/**
|
|
2488
|
-
* 获取分红配股明细
|
|
2489
|
-
* @param symbol 股票代码
|
|
2490
|
-
*/
|
|
2491
|
-
getDividendDetail(symbol: string): Promise<DividendDetail[]>;
|
|
2492
|
-
/**
|
|
2493
|
-
* 获取国内期货历史 K 线
|
|
2494
|
-
* @param symbol 期货合约代码
|
|
2495
|
-
* @param options K 线参数
|
|
2496
|
-
*/
|
|
2497
|
-
getFuturesKline(symbol: string, options?: FuturesKlineOptions): Promise<FuturesKline[]>;
|
|
2498
|
-
/**
|
|
2499
|
-
* 获取全球期货实时行情
|
|
2500
|
-
* @param options 筛选选项
|
|
2501
|
-
*/
|
|
2502
|
-
getGlobalFuturesSpot(options?: GlobalFuturesSpotOptions): Promise<GlobalFuturesQuote[]>;
|
|
2503
|
-
/**
|
|
2504
|
-
* 获取全球期货历史 K 线
|
|
2505
|
-
* @param symbol 期货合约代码
|
|
2506
|
-
* @param options K 线参数
|
|
2507
|
-
*/
|
|
2508
|
-
getGlobalFuturesKline(symbol: string, options?: GlobalFuturesKlineOptions): Promise<FuturesKline[]>;
|
|
2509
|
-
/**
|
|
2510
|
-
* 获取期货库存品种列表
|
|
2511
|
-
*/
|
|
2512
|
-
getFuturesInventorySymbols(): Promise<FuturesInventorySymbol[]>;
|
|
2513
|
-
/**
|
|
2514
|
-
* 获取指定品种的期货库存历史
|
|
2515
|
-
* @param symbol 品种代码
|
|
2516
|
-
* @param options 查询参数
|
|
2517
|
-
*/
|
|
2518
|
-
getFuturesInventory(symbol: string, options?: FuturesInventoryOptions): Promise<FuturesInventory[]>;
|
|
2519
|
-
/**
|
|
2520
|
-
* 获取 COMEX 黄金/白银库存
|
|
2521
|
-
* @param symbol `'gold'` 或 `'silver'`
|
|
2522
|
-
* @param options 查询参数
|
|
2523
|
-
*/
|
|
2524
|
-
getComexInventory(symbol: 'gold' | 'silver', options?: ComexInventoryOptions): Promise<ComexInventory[]>;
|
|
2525
|
-
/**
|
|
2526
|
-
* 获取股指期权 T 型报价
|
|
2527
|
-
* @param product 期权品种
|
|
2528
|
-
* @param contract 合约月份等参数
|
|
2529
|
-
*/
|
|
2530
|
-
getIndexOptionSpot(product: IndexOptionProduct, contract: string): Promise<OptionTQuoteResult>;
|
|
2531
|
-
/**
|
|
2532
|
-
* 获取股指期权日 K 线
|
|
2533
|
-
* @param symbol 合约代码
|
|
2534
|
-
*/
|
|
2535
|
-
getIndexOptionKline(symbol: string): Promise<OptionKline[]>;
|
|
2536
|
-
/**
|
|
2537
|
-
* 获取中金所期权当日报价(IO/MO 等)
|
|
2538
|
-
* @param options 筛选选项
|
|
2539
|
-
*/
|
|
2540
|
-
getCFFEXOptionQuotes(options?: CFFEXOptionQuotesOptions): Promise<CFFEXOptionQuote[]>;
|
|
2541
|
-
/**
|
|
2542
|
-
* 获取 ETF 期权可用月份
|
|
2543
|
-
* @param cate ETF 期权品种
|
|
2544
|
-
*/
|
|
2545
|
-
getETFOptionMonths(cate: ETFOptionCate): Promise<ETFOptionMonth>;
|
|
2546
|
-
/**
|
|
2547
|
-
* 获取 ETF 期权指定月份的合约列表/到期日
|
|
2548
|
-
* @param cate ETF 期权品种
|
|
2549
|
-
* @param month 月份(如 `'202405'`)
|
|
2550
|
-
*/
|
|
2551
|
-
getETFOptionExpireDay(cate: ETFOptionCate, month: string): Promise<ETFOptionExpireDay>;
|
|
2552
|
-
/**
|
|
2553
|
-
* 获取 ETF 期权当日分时
|
|
2554
|
-
* @param code 合约代码
|
|
2555
|
-
*/
|
|
2556
|
-
getETFOptionMinute(code: string): Promise<OptionMinute[]>;
|
|
2557
|
-
/**
|
|
2558
|
-
* 获取 ETF 期权日 K 线
|
|
2559
|
-
* @param code 合约代码
|
|
2560
|
-
*/
|
|
2561
|
-
getETFOptionDailyKline(code: string): Promise<OptionKline[]>;
|
|
2562
|
-
/**
|
|
2563
|
-
* 获取 ETF 期权 5 日分时
|
|
2564
|
-
* @param code 合约代码
|
|
2565
|
-
*/
|
|
2566
|
-
getETFOption5DayMinute(code: string): Promise<OptionMinute[]>;
|
|
2567
|
-
/**
|
|
2568
|
-
* 获取商品期权 T 型报价
|
|
2569
|
-
* @param variety 品种
|
|
2570
|
-
* @param contract 合约
|
|
2571
|
-
*/
|
|
2572
|
-
getCommodityOptionSpot(variety: string, contract: string): Promise<OptionTQuoteResult>;
|
|
2573
|
-
/**
|
|
2574
|
-
* 获取商品期权日 K 线
|
|
2575
|
-
* @param symbol 合约代码
|
|
2576
|
-
*/
|
|
2577
|
-
getCommodityOptionKline(symbol: string): Promise<OptionKline[]>;
|
|
2578
|
-
/**
|
|
2579
|
-
* 获取期权龙虎榜
|
|
2580
|
-
* @param symbol 合约代码
|
|
2581
|
-
* @param date 日期 `YYYY-MM-DD`
|
|
2582
|
-
*/
|
|
2583
|
-
getOptionLHB(symbol: string, date: string): Promise<OptionLHBItem[]>;
|
|
2584
|
-
/**
|
|
2585
|
-
* 获取带技术指标的 K 线(A 股 / 港股 / 美股自动识别)
|
|
2586
|
-
* @param symbol 股票代码
|
|
2587
|
-
* @param options 配置(市场、周期、复权、日期范围、指标列表等)
|
|
2588
|
-
* @see {@link KlineWithIndicatorsOptions}
|
|
2589
|
-
*/
|
|
2590
|
-
getKlineWithIndicators(symbol: string, options?: KlineWithIndicatorsOptions): Promise<KlineWithIndicators<AnyHistoryKline>[]>;
|
|
2591
|
-
/**
|
|
2592
|
-
* 获取个股资金流历史(日 / 周 / 月)
|
|
2593
|
-
* @param symbol 股票代码(支持带或不带 sh/sz/bj 前缀)
|
|
2594
|
-
* @param options 周期选项
|
|
2595
|
-
*/
|
|
2596
|
-
getIndividualFundFlow(symbol: string, options?: FundFlowOptions): Promise<StockFundFlowDaily[]>;
|
|
2597
|
-
/** 获取大盘资金流(上证 + 深证综合) */
|
|
2598
|
-
getMarketFundFlow(): Promise<MarketFundFlow[]>;
|
|
2599
|
-
/**
|
|
2600
|
-
* 获取个股资金流排名(沪深北 A 股全市场)
|
|
2601
|
-
* @param options 排名周期:'today' | '3day' | '5day' | '10day'
|
|
2602
|
-
*/
|
|
2603
|
-
getFundFlowRank(options?: FundFlowRankOptions): Promise<FundFlowRankItem[]>;
|
|
2604
|
-
/**
|
|
2605
|
-
* 获取板块资金流排名(行业 / 概念 / 地域)
|
|
2606
|
-
* @param options 排名周期 + 板块类型
|
|
2607
|
-
*/
|
|
2608
|
-
getSectorFundFlowRank(options?: FundFlowRankOptions): Promise<SectorFundFlowItem[]>;
|
|
2609
|
-
/**
|
|
2610
|
-
* 获取单个板块的历史资金流
|
|
2611
|
-
* @param symbol 板块编号(如 'BK0438' 或全前缀 '90.BK0438')
|
|
2612
|
-
* @param options 周期选项
|
|
2613
|
-
*/
|
|
2614
|
-
getSectorFundFlowHistory(symbol: string, options?: FundFlowOptions): Promise<StockFundFlowDaily[]>;
|
|
2615
|
-
/**
|
|
2616
|
-
* 获取北向 / 南向资金分时数据
|
|
2617
|
-
* @param direction 方向:'north' (北向,默认) 或 'south' (南向)
|
|
2618
|
-
*/
|
|
2619
|
-
getNorthboundMinute(direction?: NorthboundDirection): Promise<NorthboundMinuteItem[]>;
|
|
2620
|
-
/** 获取沪深港通市场资金流向汇总(北向 + 南向 + 港股通拆分) */
|
|
2621
|
-
getNorthboundFlowSummary(): Promise<NorthboundFlowSummary[]>;
|
|
2622
|
-
/**
|
|
2623
|
-
* 获取北向 / 沪股通 / 深股通持股个股排行
|
|
2624
|
-
* @param options 市场(沪/深/全部) + 周期
|
|
2625
|
-
*/
|
|
2626
|
-
getNorthboundHoldingRank(options?: NorthboundHoldingRankOptions): Promise<NorthboundHoldingRankItem[]>;
|
|
2627
|
-
/**
|
|
2628
|
-
* 获取北向 / 南向资金历史
|
|
2629
|
-
* @param direction 方向
|
|
2630
|
-
* @param options 起止日期
|
|
2631
|
-
*/
|
|
2632
|
-
getNorthboundHistory(direction?: NorthboundDirection, options?: NorthboundHistoryOptions): Promise<NorthboundHistoryItem[]>;
|
|
2633
|
-
/**
|
|
2634
|
-
* 获取个股的北向持仓历史
|
|
2635
|
-
* @param symbol 股票代码
|
|
2636
|
-
* @param options 起止日期
|
|
2637
|
-
*/
|
|
2638
|
-
getNorthboundIndividual(symbol: string, options?: NorthboundHistoryOptions): Promise<NorthboundIndividualItem[]>;
|
|
2639
|
-
/**
|
|
2640
|
-
* 获取涨停股池(涨停 / 昨日涨停 / 强势 / 次新 / 炸板 / 跌停)
|
|
2641
|
-
* @param type 池子类型,默认 'zt'
|
|
2642
|
-
* @param date 交易日 YYYYMMDD 或 YYYY-MM-DD(默认今天)
|
|
2643
|
-
*/
|
|
2644
|
-
getZTPool(type?: ZTPoolType, date?: string): Promise<ZTPoolItem[]>;
|
|
2645
|
-
/**
|
|
2646
|
-
* 获取个股盘口异动(共 22 种异动类型)
|
|
2647
|
-
* @param type 异动类型,默认 'large_buy'
|
|
2648
|
-
*/
|
|
2649
|
-
getStockChanges(type?: StockChangeType): Promise<StockChangeItem[]>;
|
|
2650
|
-
/** 获取板块异动详情(当日板块异动汇总) */
|
|
2651
|
-
getBoardChanges(): Promise<BoardChangeItem[]>;
|
|
2652
|
-
/**
|
|
2653
|
-
* 获取龙虎榜详情
|
|
2654
|
-
* @param options 起止日期 YYYYMMDD
|
|
2655
|
-
*/
|
|
2656
|
-
getDragonTigerDetail(options: DragonTigerDateOptions): Promise<DragonTigerDetailItem[]>;
|
|
2657
|
-
/**
|
|
2658
|
-
* 获取个股上榜统计
|
|
2659
|
-
* @param period 统计周期(默认近一月)
|
|
2660
|
-
*/
|
|
2661
|
-
getDragonTigerStockStats(period?: DragonTigerPeriod): Promise<DragonTigerStockStatItem[]>;
|
|
2662
|
-
/**
|
|
2663
|
-
* 获取机构买卖统计
|
|
2664
|
-
* @param options 起止日期 YYYYMMDD
|
|
2665
|
-
*/
|
|
2666
|
-
getDragonTigerInstitution(options: DragonTigerDateOptions): Promise<DragonTigerInstitutionItem[]>;
|
|
2667
|
-
/**
|
|
2668
|
-
* 获取营业部排行
|
|
2669
|
-
* @param period 统计周期
|
|
2670
|
-
*/
|
|
2671
|
-
getDragonTigerBranchRank(period?: DragonTigerPeriod): Promise<DragonTigerBranchItem[]>;
|
|
2672
|
-
/**
|
|
2673
|
-
* 获取个股某日上榜席位明细(买入榜 + 卖出榜合并)
|
|
2674
|
-
* @param symbol 股票代码
|
|
2675
|
-
* @param date 上榜日期 YYYYMMDD 或 YYYY-MM-DD
|
|
2676
|
-
*/
|
|
2677
|
-
getDragonTigerStockSeatDetail(symbol: string, date: string): Promise<DragonTigerSeatItem[]>;
|
|
2678
|
-
/** 获取大宗交易市场每日统计 */
|
|
2679
|
-
getBlockTradeMarketStat(): Promise<BlockTradeMarketStatItem[]>;
|
|
2680
|
-
/**
|
|
2681
|
-
* 获取大宗交易明细
|
|
2682
|
-
* @param options 起止日期
|
|
2683
|
-
*/
|
|
2684
|
-
getBlockTradeDetail(options?: BlockTradeDateOptions): Promise<BlockTradeDetailItem[]>;
|
|
2685
|
-
/**
|
|
2686
|
-
* 获取大宗交易每日统计(按股票汇总)
|
|
2687
|
-
* @param options 起止日期
|
|
2688
|
-
*/
|
|
2689
|
-
getBlockTradeDailyStat(options?: BlockTradeDateOptions): Promise<BlockTradeDailyStatItem[]>;
|
|
2690
|
-
/** 获取融资融券账户统计 */
|
|
2691
|
-
getMarginAccountInfo(): Promise<MarginAccountItem[]>;
|
|
2692
|
-
/**
|
|
2693
|
-
* 获取融资融券标的明细
|
|
2694
|
-
* @param date 指定交易日 YYYY-MM-DD(默认服务端最新交易日)
|
|
2695
|
-
*/
|
|
2696
|
-
getMarginTargetList(date?: string): Promise<MarginTargetItem[]>;
|
|
2697
|
-
/**
|
|
2698
|
-
* 获取基金分红明细列表(来自东方财富 / 天天基金分红送配频道)。
|
|
2699
|
-
*
|
|
2700
|
-
* 接口本身只支持「年份 + 全市场 + 翻页」查询,不支持服务端按代码精确查;
|
|
2701
|
-
* 要拿单只基金完整分红记录,请同时设置 `page: 'all'` 与 `code`。
|
|
2702
|
-
*
|
|
2703
|
-
* @param options 查询选项;默认拉当前年第 1 页、按除息日倒序
|
|
2704
|
-
*/
|
|
2705
|
-
getFundDividendList(options?: FundDividendListOptions): Promise<FundDividendListResult>;
|
|
2706
|
-
/**
|
|
2707
|
-
* 获取基金历史净值(单位净值 + 累计净值,全历史一次返回)。
|
|
2708
|
-
*
|
|
2709
|
-
* 数据源:`fund.eastmoney.com/pingzhongdata/{code}.js`
|
|
2710
|
-
* 一次请求即可拿到该基金从成立日到最新交易日的全部净值(数千条)。
|
|
2711
|
-
* 开放式 / ETF / LOF / 货币 / QDII 均通用。
|
|
2712
|
-
*
|
|
2713
|
-
* 注意:响应体较大(约 600KB / gzip 后约 120KB),建议在应用层做缓存。
|
|
2714
|
-
*
|
|
2715
|
-
* @param code 基金代码,如 `'110011'`
|
|
2716
|
-
*/
|
|
2717
|
-
getFundNavHistory(code: string): Promise<FundNavHistory>;
|
|
2718
|
-
/**
|
|
2719
|
-
* 获取基金当日实时估值(来自天天基金 fundgz 接口)。
|
|
2720
|
-
*
|
|
2721
|
-
* 同时返回最新已结算的单位净值(`nav` / `navDate`)和盘中估算
|
|
2722
|
-
* (`estimatedNav` / `estimatedChangePercent` / `estimateTime`),
|
|
2723
|
-
* 方便前端做"当日实时表现 vs 上一收盘"对比。
|
|
2724
|
-
*
|
|
2725
|
-
* QDII / 非交易日 / 部分小众基金的盘中估算字段可能为空,将返回 `null`。
|
|
2726
|
-
*
|
|
2727
|
-
* @param code 基金代码(纯数字,如 `'005827'`)
|
|
2728
|
-
*/
|
|
2729
|
-
getFundEstimate(code: string): Promise<FundEstimate>;
|
|
2730
|
-
/**
|
|
2731
|
-
* 获取基金同类排名走势(每日近三月排名 + 百分位)。
|
|
2732
|
-
*
|
|
2733
|
-
* 数据源与 `getFundNavHistory` 相同(`pingzhongdata/{code}.js`),
|
|
2734
|
-
* 适合做"该基金在同类基金里的相对表现"折线图。
|
|
2735
|
-
*
|
|
2736
|
-
* @param code 基金代码
|
|
2737
|
-
*/
|
|
2738
|
-
getFundRankHistory(code: string): Promise<FundRankHistory>;
|
|
2739
2233
|
}
|
|
2740
2234
|
|
|
2741
2235
|
export { type IndustryBoardConstituent as $, type AShareMarket as A, BaseService as B, type ConceptBoardKlineOptions as C, type NorthboundHistoryOptions as D, type ExternalLink as E, type FundDividendListOptions as F, type GetAllAShareQuotesOptions as G, type HistoryKlineOptions as H, type IndustryBoardKlineOptions as I, type BlockTradeDateOptions as J, type DragonTigerDateOptions as K, type FullQuote as L, type MarketType as M, type NorthboundHoldingRankOptions as N, type SimpleQuote as O, type FundFlow as P, type PanelLargeOrder as Q, type RequestClientOptions as R, StockSDK as S, TradingCalendarService as T, type USMarket as U, type HKQuote as V, type USQuote as W, type FundQuote as X, type Quote as Y, type IndustryBoard as Z, type IndustryBoardSpot as _, RequestClient as a, type IndustryBoardKline as a0, type IndustryBoardMinuteTimeline as a1, type IndustryBoardMinuteKline as a2, type ConceptBoard as a3, type ConceptBoardSpot as a4, type ConceptBoardConstituent as a5, type ConceptBoardKline as a6, type ConceptBoardMinuteTimeline as a7, type ConceptBoardMinuteKline as a8, type FuturesExchange as a9, type NorthboundHoldingRankItem as aA, type NorthboundHistoryItem as aB, type NorthboundIndividualItem as aC, type ZTPoolType as aD, type ZTPoolItem as aE, type StockChangeType as aF, type StockChangeItem as aG, type BoardChangeItem as aH, type DragonTigerPeriod as aI, type DragonTigerDetailItem as aJ, type DragonTigerStockStatItem as aK, type DragonTigerInstitutionItem as aL, type DragonTigerBranchItem as aM, type DragonTigerSeatItem as aN, type BlockTradeMarketStatItem as aO, type BlockTradeDetailItem as aP, type BlockTradeDailyStatItem as aQ, type MarginAccountItem as aR, type MarginTargetItem as aS, type FundDividendRank as aT, type FundSortDirection as aU, type FundDividend as aV, type FundNavPoint as aW, type FundRankPoint as aX, type FuturesKline as aa, type GlobalFuturesQuote as ab, type FuturesInventorySymbol as ac, type FuturesInventory as ad, type ComexInventory as ae, type IndexOptionProduct as af, type OptionTQuote as ag, type OptionTQuoteResult as ah, type OptionKline as ai, type OptionMinute as aj, type ETFOptionMonth as ak, type ETFOptionExpireDay as al, type ETFOptionCate as am, type CFFEXOptionQuote as an, type OptionLHBItem as ao, type SearchResultType as ap, type DividendDetail as aq, type StockFundFlowDaily as ar, type FundFlowRankItem as as, type SectorFundFlowItem as at, type MarketFundFlow as au, type NorthboundDirection as av, type NorthboundMarket as aw, type NorthboundRankPeriod as ax, type NorthboundMinuteItem as ay, type NorthboundFlowSummary as az, type FundDividendListResult as b, type FundNavHistory as c, type FundEstimate as d, type FundRankHistory as e, type SearchResult as f, type GetAShareCodeListOptions as g, type GetUSCodeListOptions as h, type GetAllUSQuotesOptions as i, type MarketStatus as j, type SupportedMarket as k, type MinuteKlineOptions as l, type HKKlineOptions as m, type HKMinuteKlineOptions as n, type USKlineOptions as o, type USMinuteKlineOptions as p, type IndustryBoardMinuteKlineOptions as q, type ConceptBoardMinuteKlineOptions as r, type FuturesKlineOptions as s, type GlobalFuturesSpotOptions as t, type GlobalFuturesKlineOptions as u, type FuturesInventoryOptions as v, type ComexInventoryOptions as w, type CFFEXOptionQuotesOptions as x, type FundFlowOptions as y, type FundFlowRankOptions as z };
|