GET api/earnings/trends?period={period}&count={count}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
period

string

Required

count

integer

Default value is 4

Body Parameters

None.

Response Information

Resource Description

EarningTrendPackDTO
NameDescriptionTypeAdditional information
Params

PeriodParametersDTO

None.

NormalizedFFO

Collection of KeyValueTrendDTO

None.

NormalizedFFOPerShare

Collection of KeyValueTrendDTO

None.

NormalizedAFFO

Collection of KeyValueTrendDTO

None.

NormalizedAFFOPerShare

Collection of KeyValueTrendDTO

None.

NetIncome

Collection of KeyValueTrendDTO

None.

PerShare

Collection of KeyValueTrendDTO

None.

Response Formats

application/json, text/json

Sample:
{
  "Params": {
    "Period": "sample string 1",
    "CalculatedPeriod": "sample string 2",
    "Count": 3,
    "IsCumulative": true
  },
  "NormalizedFFO": [
    {
      "Key": "sample string 1",
      "Value": 1.0
    },
    {
      "Key": "sample string 1",
      "Value": 1.0
    }
  ],
  "NormalizedFFOPerShare": [
    {
      "Key": "sample string 1",
      "Value": 1.0
    },
    {
      "Key": "sample string 1",
      "Value": 1.0
    }
  ],
  "NormalizedAFFO": [
    {
      "Key": "sample string 1",
      "Value": 1.0
    },
    {
      "Key": "sample string 1",
      "Value": 1.0
    }
  ],
  "NormalizedAFFOPerShare": [
    {
      "Key": "sample string 1",
      "Value": 1.0
    },
    {
      "Key": "sample string 1",
      "Value": 1.0
    }
  ],
  "NetIncome": [
    {
      "Key": "sample string 1",
      "Value": 1.0
    },
    {
      "Key": "sample string 1",
      "Value": 1.0
    }
  ],
  "PerShare": [
    {
      "Key": "sample string 1",
      "Value": 1.0
    },
    {
      "Key": "sample string 1",
      "Value": 1.0
    }
  ]
}