Blackstone · Example Payload

Blackstone Fund Example

Alternative AssetsFinanceInvestment ManagementPrivate EquityReal EstateFortune 500

Blackstone Fund Example is an example object payload from Blackstone, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

fundIdfundNamestrategyvintagecurrencycommittedCapitalcalledCapitalnavnavDateirrmoicstatus

Example Payload

blackstone-fund-example.json Raw ↑
{
  "fundId": "BX-RE-XI",
  "fundName": "Blackstone Real Estate Partners XI",
  "strategy": "real_estate",
  "vintage": 2023,
  "currency": "USD",
  "committedCapital": 30500000000,
  "calledCapital": 8200000000,
  "nav": 8750000000,
  "navDate": "2026-03-31",
  "irr": 0.182,
  "moic": 1.07,
  "status": "investing"
}