Attributes
low
array Market rate at the low benchmark (2.5 percentile).
Child attributes
- day stringSpecific day within the requested date range
- value integerMarket low rate value for the specific day
mean
array Average market rate.
Child attributes
- day stringSpecific day within the requested date range
- value integerAverage rate value for the specific day
high
array Market rate at the high benchmark (97.5 percentile).
Child attributes
- day stringSpecific day within the requested date range
- value integerMarket high rate value for the specific day
rate_quality
array Estimated number of air market rates Xeneta has in aggregation that compose each benchmark on each individual day.
Child attributes
- day stringSpecific day within the requested date range
- value stringNumber of contracted air rates in aggregation for the specific day
Body
{
"market_rates_by_day": {
"low": [
{
"day": "2023-02-01",
"value": 3.438
},
{
"day": "2023-02-02",
"value": 3.438
},
{
"day": "2023-02-03",
"value": 3.438
},
{
"day": "2023-02-04",
"value": 3.438
},
{
"day": "2023-02-05",
"value": 3.438
}
],
"mean": [
{
"day": "2023-02-01",
"value": 4.988
},
{
"day": "2023-02-02",
"value": 4.989
},
{
"day": "2023-02-03",
"value": 4.985
},
{
"day": "2023-02-04",
"value": 4.985
},
{
"day": "2023-02-05",
"value": 4.985
}
],
"high": [
{
"day": "2023-02-01",
"value": 6.255
},
{
"day": "2023-02-02",
"value": 6.255
},
{
"day": "2023-02-03",
"value": 6.255
},
{
"day": "2023-02-04",
"value": 6.255
},
{
"day": "2023-02-05",
"value": 6.255
}
],
"rate_quality": [
{
"day": "2023-02-01",
"value": "30+"
},
{
"day": "2023-02-02",
"value": "30+"
},
{
"day": "2023-02-03",
"value": "30+"
},
{
"day": "2023-02-04",
"value": "30+"
},
{
"day": "2023-02-05",
"value": "30+"
}
]
}
}