GET api/market?period={period}&count={count}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| period | string |
Required |
|
| count | integer |
Default value is 4 |
Body Parameters
None.
Response Information
Resource Description
MarketPerformanceDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Params | PeriodParametersDTO |
Required |
|
| StockPrice | Collection of KeyValueTrendDTO |
Required |
|
| NavPerShare | Collection of KeyValueTrendDTO |
Required |
|
| NavPremDisc | Collection of KeyValueTrendDTO |
Required |
|
| StockInfo | StockInfoDTO |
Required |
|
| TotalReturn | Collection of TotalReturnDTO |
Required |
|
| ImpliedCapRate | Collection of KeyValueTrendDTO |
Required |
|
| EnterpriseValue | Collection of KeyValueTrendDTO |
Required |
|
| WeightedCostCapital | Collection of KeyValueTrendDTO |
Required |
Response Formats
application/json, text/json
Sample:
{
"Params": {
"Period": "sample string 1",
"CalculatedPeriod": "sample string 2",
"Count": 3,
"IsCumulative": true
},
"StockPrice": [
{
"Key": "sample string 1",
"Value": 1.0
},
{
"Key": "sample string 1",
"Value": 1.0
}
],
"NavPerShare": [
{
"Key": "sample string 1",
"Value": 1.0
},
{
"Key": "sample string 1",
"Value": 1.0
}
],
"NavPremDisc": [
{
"Key": "sample string 1",
"Value": 1.0
},
{
"Key": "sample string 1",
"Value": 1.0
}
],
"StockInfo": {
"Symbol": "sample string 1",
"Price": 1.0,
"Date": "2026-02-05T06:34:38.6696871-08:00",
"YtdChange": 1.0,
"FfwFFOMultiplier": 1.0
},
"TotalReturn": [
{
"Milestone": "YTD",
"Vendor": 1.0,
"MarketREIT": 1.0
},
{
"Milestone": "YTD",
"Vendor": 1.0,
"MarketREIT": 1.0
}
],
"ImpliedCapRate": [
{
"Key": "sample string 1",
"Value": 1.0
},
{
"Key": "sample string 1",
"Value": 1.0
}
],
"EnterpriseValue": [
{
"Key": "sample string 1",
"Value": 1.0
},
{
"Key": "sample string 1",
"Value": 1.0
}
],
"WeightedCostCapital": [
{
"Key": "sample string 1",
"Value": 1.0
},
{
"Key": "sample string 1",
"Value": 1.0
}
]
}