Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Request:
http://67.205.132.159:8002/holdings/history?AsOfDate=2016-09-30&firstbridge_id=3f27955f94e246009b5190c4786b09a4


Response:
{
    "count": 552,
    "next": "http://67.205.132.159:8002/holdings/history?AsOfDate=2016-09-30&firstbridge_id=3f27955f94e246009b5190c4786b09a4?page=2",
    "previous": null,
    "results": [
        {
            "id": 137696678,
            "AsOfDate": "2016-09-30",
            "BBGIDComposite": null,
            "BloombergSymbol": null,
            "CUSIP": null,
            "ConstituentName": "FORTUM OYJ",
            "ConstituentTicker": "FUM1V",
            "ConstituentType": "EQUI",
            "ContractExpiryDate": null,
            "Coupon": null,
            "Currency": null,
            "Face": null,
            "ISIN": "FI0009007132",
            "ISOMarketIdentifierCode": null,
            "Identifier": null,
            "IdentifierType": null,
            "IndexProviderCode": null,
            "IndustryGroup": null,
            "Location": "FH",
            "MarketValueHeld": null,
            "Maturity": null,
            "NotionalValue": null,
            "QuantityHeld": null,
            "QuantityPerShare": null,
            "QuantityUnits": null,
            "RIC": null,
            "SEDOL": "5579550",
            "Weighting": 0.0206,
            "created_at": "2017-07-24T11:36:09.921632Z",
            "updated_at": "2017-07-24T11:36:09.921682Z",
            "firstbridge_id": "3f27955f94e246009b5190c4786b09a4"
        },
        {
            "id": 137696679,
            "AsOfDate": "2016-09-30",
            "BBGIDComposite": null,
            "BloombergSymbol": null,
            "CUSIP": null,
            "ConstituentName": "NATIONAL AUSTRALIA BANK LTD",
            "ConstituentTicker": "NAB",
            "ConstituentType": "EQUI",
            "ContractExpiryDate": null,
            "Coupon": null,
            "Currency": null,
            "Face": null,
            "ISIN": "AU000000NAB4",
            "ISOMarketIdentifierCode": null,
            "Identifier": null,
            "IdentifierType": null,
            "IndexProviderCode": null,
            "IndustryGroup": null,
            "Location": "AU",
            "MarketValueHeld": null,
            "Maturity": null,
            "NotionalValue": null,
            "QuantityHeld": null,
            "QuantityPerShare": null,
            "QuantityUnits": null,
            "RIC": null,
            "SEDOL": "6624608",
            "Weighting": 0.0206,
            "created_at": "2017-07-24T11:36:09.922065Z",
            "updated_at": "2017-07-24T11:36:09.922087Z",
            "firstbridge_id": "3f27955f94e246009b5190c4786b09a4"
            "AsOfDate": "2016-09-30",
            "BBGIDComposite": null,
            "BloombergSymbol": null,
            "CUSIP": null,
            "ConstituentName": "CENTRICA PLC",
            "ConstituentTicker": "CNA",
            "ConstituentType": "EQUI",
            "ContractExpiryDate": null,
            "Coupon": null,
            "Currency": null,
            "Face": null,
            "ISIN": null,
            "ISOMarketIdentifierCode": null,
            "Identifier": null,
            "IdentifierType": null,
        }
    ]
}

The results of the historical holdings API is paginated, with 100 rows per page. To get additional records, use the url given under "next" key of the API response.