Index/Report

Index Sample Data

post

Explanation: Index sample data 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
}

Index Single Asset Performance Bar Chart Data

post

Explanation: Index Single Asset Performance Bar Chart Data 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
}

Fund Single Asset Performance Bar Chart Data

post

Explanation: Fund Single Asset Performance Bar Chart Data

version=0.0.1 bizType=report.app.ReportDatadDubboService.assetPerformance

Body
symbolIdinteger · int64Optional

Choose either fundId or symbolId

fundIdinteger · int64Optional

Choose either symbolId or fundId

statisticTypeintegerRequired

1:Day 2:Week 3:Month

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
}

Batch Get Market Performance Trend Chart for Funds

post

Explanation: Batch Get Market Performance Trend Chart

version=0.0.1 bizType=report.app.ReportDatadDubboService.batchMarketPerformance

Body
symbolIdinteger · int64Optional

Choose either symbolId or fundId

fundIdinteger · int64Optional

Choose either fundId or symbolId

daysintegerRequired
typeintegerRequired

1-Statistical by day 2-Statistical by hour

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
}

Fund Net Value Change Ratio

post

Explanation: Fund Net Value Change Ratio

version=0.0.1 bizType=report.app.ReportDatadDubboService.fundNetValueChangeQuote

Body
symbolIdinteger · int64Optional

Choose either fundId or symbolId

fundIdinteger · int64Optional

Choose either symbolId or fundId

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
}

Real-time fund investment portfolio ranking

post

Explanation: Real-time fund investment portfolio ranking

version=0.0.1 bizType=report.app.ReportDatadDubboService.investCombination

Body
symbolIdinteger · int64Optional

Choose either fundId or symbolId

fundIdinteger · int64Optional

Choose either symbolId or fundId

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
}

Fund market performance trend chart

post

Explanation: Fund market performance trend chart

version=0.0.1 bizType=report.app.ReportDatadDubboService.marketPerformance

Body
symbolIdinteger · int64Optional

Choose either fundId or symbolId

fundIdinteger · int64Optional

Choose either symbolId or fundId

daysintegerRequired
typeintegerRequired

1-Statistical by day 2-Statistical by hour

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
}

Fund market performance rise and fall trend chart

post

Explanation: Market performance rise and fall trend chart

version=0.0.1 bizType=report.app.ReportDatadDubboService.marketPerformanceQuoteChange

Body
symbolIdinteger · int64Optional

Choose either symbolId or fundId

fundIdinteger · int64Optional

Choose either fundId or symbolId

daysintegerRequired
typeintegerRequired

1-Statistical by day 2-Statistical by hour

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