Attributes
mean
array Average carrier rate.
Child attributes
- day stringSpecific day within the requested date range
- value integerAverage carrier rate value for the specific day
low
array Carrier rate at the low benchmark (2.5 percentile).
Child attributes
- day stringSpecific day within the requested date range
- value integerCarrier rate at the low benchmark for the specific day
high
array Carrier rate at the high benchmark (97.5 percentile).
Child attributes
- day stringSpecific day within the requested date range
- value integerCarrier rate at the high benchmark for the specific day
Body
{
"carrier_spread_by_day": {
"mean": [
{
"day": "2023-02-01",
"value": 1551
},
{
"day": "2023-02-02",
"value": 1551
},
{
"day": "2023-02-03",
"value": 1551
}
],
"low": [
{
"day": "2023-02-01",
"value": 1350
},
{
"day": "2023-02-02",
"value": 1350
},
{
"day": "2023-02-03",
"value": 1350
}
],
"high": [
{
"day": "2023-02-01",
"value": 2019
},
{
"day": "2023-02-02",
"value": 2019
},
{
"day": "2023-02-03",
"value": 2019
}
]
}
}