基金接口/报表接口

指数样本数据

post

说明:指数样本数据

version=0.0.1
bizType=report.app.ReportDatadDubboService.indexSample
Body
indexIdinteger · int64Required
Responses
200Success
application/json
post
/global/report.app.ReportDatadDubboService.indexSample
POST /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
}

指数单资产表现柱状图数据

post

说明:指数单资产表现柱状图数据

version=0.0.1
bizType=report.app.ReportDatadDubboService.assetPerformance
Body
indexIdinteger · int64Required
Responses
200Success
application/json
post
/global/report.app.ReportDatadDubboService.indexSimplePerformance
POST /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
}

基金单资产表现柱状图数据

post

说明:基金单资产表现柱状图数据

version=0.0.1
bizType=report.app.ReportDatadDubboService.assetPerformance
Body
symbolIdinteger · int64Optional

和fundId任选其一

fundIdinteger · int64Optional

和symbolId任选其一

statisticTypeintegerRequired

1:日 2:周 3:月

Responses
200Success
application/json
post
/global/report.app.ReportDatadDubboService.assetPerformance
POST /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
}

基金批量获取市场表现走势图

post

说明:批量获取市场表现走势图

version=0.0.1
bizType=report.app.ReportDatadDubboService.batchMarketPerformance
Body
symbolIdinteger · int64Optional

和symbolId任选其一

fundIdinteger · int64Optional

和fundId任选其一

daysintegerRequired
typeintegerRequired

1-按天统计 2-按小时统计

Responses
200Success
application/json
post
/global/report.app.ReportDatadDubboService.batchMarketPerformance
POST /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
}

基金净值涨跌比

post

说明:基金净值涨跌比

version=0.0.1
bizType=report.app.ReportDatadDubboService.fundNetValueChangeQuote
Body
symbolIdinteger · int64Optional

和fundId任选其一

fundIdinteger · int64Optional

和symbolId任选其一

Responses
200Success
application/json
post
/global/report.app.ReportDatadDubboService.fundNetValueChangeQuote
POST /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
}

基金实时投资组合排名

post

说明:实时投资组合排名

version=0.0.1
bizType=report.app.ReportDatadDubboService.investCombination
Body
symbolIdinteger · int64Optional

和fundId任选其一

fundIdinteger · int64Optional

和symbolId任选其一

Responses
200Success
application/json
post
/global/report.app.ReportDatadDubboService.investCombination
POST /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
}

基金市场表现走势图

post

说明:基金市场表现走势图

version=0.0.1
bizType=report.app.ReportDatadDubboService.marketPerformance
Body
symbolIdinteger · int64Optional

和fundId任选其一

fundIdinteger · int64Optional

和symbolId任选其一

daysintegerRequired
typeintegerRequired

1-按天统计 2-按小时统计

Responses
200Success
application/json
post
/global/report.app.ReportDatadDubboService.marketPerformance
POST /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
}

基金市场表现涨跌幅走势图

post

说明:市场表现涨跌幅走势图

version=0.0.1
bizType=report.app.ReportDatadDubboService.marketPerformanceQuoteChange
Body
symbolIdinteger · int64Optional

和symbolId任选其一

fundIdinteger · int64Optional

和fundId任选其一

daysintegerRequired
typeintegerRequired

1-按天统计 2-按小时统计

Responses
200Success
application/json
post
/global/report.app.ReportDatadDubboService.marketPerformanceQuoteChange
POST /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