工具 API

filterBondFundByBondType

根据券种风格条件筛选符合条件的债券基金

finance1 积分

调用信息

工具标识
smg-qieman.filterBondFundByBondType
服务提供方
且慢基金数据
平均响应
0 ms
近 7 天调用
0

输入参数

thresholdList必填

阈值集合,必传参数。当operator为eq/lt/gt/lte/gte时,传入一个值;当operator为between时,传入两个值[最小值,最大值]

operator

操作符,可选参数。可选值:eq(等于)、lt(小于)、gt(大于)、lte(小于等于)、gte(大于等于)、between(介于) (可选值: 'eq', 'lt', 'gt', 'lte', 'gte', 'between')

timeRange

时间区间枚举字符串,可选参数,默认为最新报告期 (可选值: 'LAST_3_MONTH', 'LAST_6_MONTH', 'LAST_9_MONTH', 'LAST_YEAR', 'LAST_2_YEAR', 'LAST_3_YEAR', 'LAST_5_YEAR', 'LatestReportDate', 'fromSetupDate', 'sinceTakingOffice')

reportDate

报告期,可选参数,格式如:2024.03.31

bondType

债券类型,可选参数。可选值:national(国债)、financial(金融债)、corporate(企业债)、acd(同业存单)、localGovernment(地方政府债)、centralBank(央行票据)、shortTerm(短期融资券)、mediumTerm(中期票据)、other(其他债券)、convertible(可转债)、interestRate(利率债)、credit(信用债) (可选值: 'national', 'financial', 'corporate', 'acd', 'localGovernment', 'centralBank', 'shortTerm', 'mediumTerm', 'other', 'convertible', 'interestRate', 'credit')

assetType

资产类型,可选参数,默认为净资产比(totalNetAsset)。可选值:totalAsset(总资产比)、totalNetAsset(净资产比)、bondAsset(债券市值比) (可选值: 'totalAsset', 'totalNetAsset', 'bondAsset')

maxResultSize

最大返回记录数,可选参数,默认50条,上限200条