UNPKG

mcp-invest-assistant

Version:
7 lines (6 loc) 305 B
import { ETFInfomation, FundamentalResponseBody } from '../types/index.js'; /** * 获取指数基本面历史数据,包括A股、港股、美股 */ declare const getFundamentalData: ({ stockCodes, market, token }: ETFInfomation) => Promise<FundamentalResponseBody>; export default getFundamentalData;