基金接口/报表接口
说明:指数样本数据
version=0.0.1
bizType=report.app.ReportDatadDubboService.indexSampleBody
indexIdinteger · int64Required
Responses
200Success
application/json
post
/global/report.app.ReportDatadDubboService.indexSamplePOST /api/global/report.app.ReportDatadDubboService.indexSample HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 13
{
"indexId": 1
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"asset": "text",
"range": 1,
"weight": "text",
"previousPeriodRangeCompare": "text",
"previousPeriodWeightCompare": "text"
}
],
"fail": true,
"ok": true
}说明:指数单资产表现柱状图数据
version=0.0.1
bizType=report.app.ReportDatadDubboService.assetPerformanceBody
indexIdinteger · int64Required
Responses
200Success
application/json
post
/global/report.app.ReportDatadDubboService.indexSimplePerformancePOST /api/global/report.app.ReportDatadDubboService.indexSimplePerformance HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 13
{
"indexId": 1
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"xaxisName": "text",
"quoteChange": "text"
}
],
"fail": true,
"ok": true
}说明:基金单资产表现柱状图数据
version=0.0.1
bizType=report.app.ReportDatadDubboService.assetPerformanceBody
symbolIdinteger · int64Optional
和fundId任选其一
fundIdinteger · int64Optional
和symbolId任选其一
statisticTypeintegerRequired
1:日 2:周 3:月
Responses
200Success
application/json
post
/global/report.app.ReportDatadDubboService.assetPerformancePOST /api/global/report.app.ReportDatadDubboService.assetPerformance HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 43
{
"symbolId": 1,
"fundId": 1,
"statisticType": 1
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"type": 1,
"quoteChange": "text",
"xaxisName": "text"
}
],
"fail": true,
"ok": true
}说明:批量获取市场表现走势图
version=0.0.1
bizType=report.app.ReportDatadDubboService.batchMarketPerformanceBody
symbolIdinteger · int64Optional
和symbolId任选其一
fundIdinteger · int64Optional
和fundId任选其一
daysintegerRequired
typeintegerRequired
1-按天统计 2-按小时统计
Responses
200Success
application/json
post
/global/report.app.ReportDatadDubboService.batchMarketPerformancePOST /api/global/report.app.ReportDatadDubboService.batchMarketPerformance HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 43
{
"symbolId": 1,
"fundId": 1,
"days": 1,
"type": 1
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"key": 1,
"value": [
{
"name": "text",
"type": 1,
"columnList": [
{
"time": "text",
"value": "text"
}
]
}
],
"ANY_ADDITIONAL_PROPERTY": [
{}
]
},
"fail": true,
"ok": true
}说明:基金净值涨跌比
version=0.0.1
bizType=report.app.ReportDatadDubboService.fundNetValueChangeQuoteBody
symbolIdinteger · int64Optional
和fundId任选其一
fundIdinteger · int64Optional
和symbolId任选其一
Responses
200Success
application/json
post
/global/report.app.ReportDatadDubboService.fundNetValueChangeQuotePOST /api/global/report.app.ReportDatadDubboService.fundNetValueChangeQuote HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 25
{
"symbolId": 1,
"fundId": 1
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"netValue": "text",
"marketPrice": "text",
"netValueChangeQuote": "text",
"marketPriceChangeQuote": "text",
"totalBalance": "text",
"currency": "text",
"latestShare": "text"
},
"fail": true,
"ok": true
}说明:实时投资组合排名
version=0.0.1
bizType=report.app.ReportDatadDubboService.investCombinationBody
symbolIdinteger · int64Optional
和fundId任选其一
fundIdinteger · int64Optional
和symbolId任选其一
Responses
200Success
application/json
post
/global/report.app.ReportDatadDubboService.investCombinationPOST /api/global/report.app.ReportDatadDubboService.investCombination HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 25
{
"symbolId": 1,
"fundId": 1
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"asset": "text",
"range": "text",
"weight": "text",
"weightRealValue": "text",
"previousPeriodRangeCompare": "text",
"previousPeriodWeightCompare": "text"
}
],
"fail": true,
"ok": true
}说明:基金市场表现走势图
version=0.0.1
bizType=report.app.ReportDatadDubboService.marketPerformanceBody
symbolIdinteger · int64Optional
和fundId任选其一
fundIdinteger · int64Optional
和symbolId任选其一
daysintegerRequired
typeintegerRequired
1-按天统计 2-按小时统计
Responses
200Success
application/json
post
/global/report.app.ReportDatadDubboService.marketPerformancePOST /api/global/report.app.ReportDatadDubboService.marketPerformance HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 43
{
"symbolId": 1,
"fundId": 1,
"days": 1,
"type": 1
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"key": "text",
"value": [
{
"time": "text",
"value": "text"
}
]
},
"fail": true,
"ok": true
}说明:市场表现涨跌幅走势图
version=0.0.1
bizType=report.app.ReportDatadDubboService.marketPerformanceQuoteChangeBody
symbolIdinteger · int64Optional
和symbolId任选其一
fundIdinteger · int64Optional
和fundId任选其一
daysintegerRequired
typeintegerRequired
1-按天统计 2-按小时统计
Responses
200Success
application/json
post
/global/report.app.ReportDatadDubboService.marketPerformanceQuoteChangePOST /api/global/report.app.ReportDatadDubboService.marketPerformanceQuoteChange HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 43
{
"symbolId": 1,
"fundId": 1,
"days": 1,
"type": 1
}200Success
{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": {
"key": "text",
"value": [
{
"time": "text",
"value": "text"
}
]
},
"fail": true,
"ok": true
}Last updated