TOOL API

filterBondFundByBondType

Filters bond funds by bond type and style criteria

finance1 credits

Call information

Tool slug
qieman.filterBondFundByBondType
Provider
Qieman
Average response
0 ms
Calls in 7 days
0

Input parameters

thresholdListrequired

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

operatorrequired

操作符,必传参数。可选值: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

bondTyperequired

债券类型,必传参数。可选值: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条