Files
playbook/skills/tsl-api-reference/references/codegen/dotnet/financial/fund-portfolio-fund_details-intermediate.md
T

773 B

金融 / 基金 / 投资组合 / 基金明细 / 中间函数

fundFDQk(fundid, rdate, is_relate, top_n)

声明:function

返回指定报告期的基金明细

参数 类型 说明
fundid string 字符串。基金代码
rdate int 整数。指定报告期
is_relate int 用户自定义。是否关联方,取值如下:
top_n int 整数。前N

返回:array

示例

范例01:调用 FundFDQk

return FundFDQk('OF005218', 20231231, 1, 5);