GET api/market/creditstats?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
MarketKeyCreditDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Params | PeriodParametersDTO |
Required |
|
| Leverage | KeyCreditChartDTO |
Required |
|
| DebtAsset | KeyCreditChartDTO |
Required |
|
| UnencumbAssetDebt | KeyCreditChartDTO |
Required |
|
| InterestCoverage | KeyCreditChartDTO |
Required |
|
| FixedChargeCoverage | KeyCreditChartDTO |
Required |
|
| CostDebt | KeyCreditChartDTO |
Required |
Response Formats
application/json, text/json
Sample:
{
"Params": {
"Period": "sample string 1",
"CalculatedPeriod": "sample string 2",
"Count": 3,
"IsCumulative": true
},
"Leverage": {
"Values": [
{
"Key": "sample string 1",
"Value": 1.0
},
{
"Key": "sample string 1",
"Value": 1.0
}
],
"Top": 1.0,
"Bottom": 1.0
},
"DebtAsset": {
"Values": [
{
"Key": "sample string 1",
"Value": 1.0
},
{
"Key": "sample string 1",
"Value": 1.0
}
],
"Top": 1.0,
"Bottom": 1.0
},
"UnencumbAssetDebt": {
"Values": [
{
"Key": "sample string 1",
"Value": 1.0
},
{
"Key": "sample string 1",
"Value": 1.0
}
],
"Top": 1.0,
"Bottom": 1.0
},
"InterestCoverage": {
"Values": [
{
"Key": "sample string 1",
"Value": 1.0
},
{
"Key": "sample string 1",
"Value": 1.0
}
],
"Top": 1.0,
"Bottom": 1.0
},
"FixedChargeCoverage": {
"Values": [
{
"Key": "sample string 1",
"Value": 1.0
},
{
"Key": "sample string 1",
"Value": 1.0
}
],
"Top": 1.0,
"Bottom": 1.0
},
"CostDebt": {
"Values": [
{
"Key": "sample string 1",
"Value": 1.0
},
{
"Key": "sample string 1",
"Value": 1.0
}
],
"Top": 1.0,
"Bottom": 1.0
}
}