GET api/investments/{propertyId}/finance

Request Information

URI Parameters

NameDescriptionTypeAdditional information
propertyId

string

Required

Body Parameters

None.

Response Information

Resource Description

FinancialPropertyChartCollectionDTO
NameDescriptionTypeAdditional information
Property

PropertyInfoDTO

Required

TotalInvestment

decimal number

None.

NetBook

decimal number

None.

CashRents

decimal number

None.

InitialCashYield

decimal number

None.

Charts

Collection of FinancialChartDTO

Required

Date

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Property": {
    "PropertyId": "sample string 1",
    "Name": "sample string 2",
    "LeaseName": "sample string 3",
    "InvestmentType": "RealEstate"
  },
  "TotalInvestment": 1.0,
  "NetBook": 1.0,
  "CashRents": 1.0,
  "InitialCashYield": 1.0,
  "Charts": [
    {
      "Code": "EbitdarCoverage",
      "Date": "2026-02-05T08:21:21.0508868-08:00",
      "DataMonth": [
        {
          "Date": "2026-02-05T08:21:21.0508868-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        },
        {
          "Date": "2026-02-05T08:21:21.0508868-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        }
      ],
      "DataQuarter": [
        {
          "Date": "2026-02-05T08:21:21.0508868-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        },
        {
          "Date": "2026-02-05T08:21:21.0508868-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        }
      ],
      "DataYear": [
        {
          "Date": "2026-02-05T08:21:21.0508868-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        },
        {
          "Date": "2026-02-05T08:21:21.0508868-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        }
      ]
    },
    {
      "Code": "EbitdarCoverage",
      "Date": "2026-02-05T08:21:21.0508868-08:00",
      "DataMonth": [
        {
          "Date": "2026-02-05T08:21:21.0508868-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        },
        {
          "Date": "2026-02-05T08:21:21.0508868-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        }
      ],
      "DataQuarter": [
        {
          "Date": "2026-02-05T08:21:21.0508868-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        },
        {
          "Date": "2026-02-05T08:21:21.0508868-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        }
      ],
      "DataYear": [
        {
          "Date": "2026-02-05T08:21:21.0508868-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        },
        {
          "Date": "2026-02-05T08:21:21.0508868-08:00",
          "Value": 1.0,
          "LastYearValue": 1.0
        }
      ]
    }
  ],
  "Date": "2026-02-05T08:21:21.0508868-08:00"
}