Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Suggested changes to following two APIs

Get all holdings for a given CompositeTicker in the decreasing order of their weights.

LeverageRatio, Coupon, Face, NotionalValue, QuantityHeld, Weighting ---> data type will be float
MarketValueHeld, QuantityPerShare ------>  data type will be Integer
Request:
GET /api/v1.0/holdings?ticker=IVV&count=2&offset=10


Response:

{
  "data": {
    "CompositeName": "iShares Core S&P 500 ETF",
    "CompositeTicker": "IVV",
    "Date": "20170328",
    "ETFType": "US Equities",
    "LeverageRatio": null,
    "constituents": [
      {
        "BBGIDComposite": "BBG000BK6PH2",
        "BloombergSymbol": "",
        "CUSIP": "",
        "ConstituentName": "GENERAL ELECTRIC CO",
        "ConstituentTicker": "GE",
        "ConstituentType": "EQUI",
        "ContractExpiryDate": "",
        "Coupon": 2,
        "Currency": "",
        "Face": 1.5,
        "ISIN": "US3696041033",
        "ISOMarketIdentifierCode": "",
        "Identifier": "2380498",
        "IdentifierType": "SEDOL",
        "IndexProviderCode": "",
        "IndustryGroup": "",
        "Location": "US",
        "MarketValueHeld": 1293163378,
        "Maturity": "",
        "NotionalValue": 1293163377.86,
        "QuantityHeld": 43658453,
        "QuantityPerShare": null,
        "QuantityUnits": "",
        "RIC": "",
        "SEDOL": "2380498",
        "Weighting": 0.012742
      }
    ]
  },
  "message": null,
  "status": true
}


 

  • No labels