Attributes
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
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
median
array Median market rate value (50 percentile).
Child attributes
- day stringSpecific day within the requested date range
- value integerMedian rate value for the specific day
midhigh
array Market rate at the mid-high benchmark (75 percentile).
Child attributes
- day stringSpecific day within the requested date range
- value integerMarket mid-high rate value for the specific day
midlow
array Market rate at the mid-low benchmark (25 percentile).
Child attributes
- day stringSpecific day within the requested date range
- value integerMarket mid-low rate value for the specific day
rate_quality
array Estimated number of ocean 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 ocean rates in aggregation for the specific day
Body
{
"market_rates_by_day": {
"high": [
{
"day": "2023-02-01",
"value": 10396
},
{
"day": "2023-02-02",
"value": 10396
},
{
"day": "2023-02-03",
"value": 10396
},
{
"day": "2023-02-04",
"value": 9350
},
{
"day": "2023-02-05",
"value": 9350
}
],
"low": [
{
"day": "2023-02-01",
"value": 1490
},
{
"day": "2023-02-02",
"value": 1490
},
{
"day": "2023-02-03",
"value": 1490
},
{
"day": "2023-02-04",
"value": 1487
},
{
"day": "2023-02-05",
"value": 1487
}
],
"mean": [
{
"day": "2023-02-01",
"value": 3685
},
{
"day": "2023-02-02",
"value": 3685
},
{
"day": "2023-02-03",
"value": 3685
},
{
"day": "2023-02-04",
"value": 3506
},
{
"day": "2023-02-05",
"value": 3506
}
],
"median": [
{
"day": "2023-02-01",
"value": 2256
},
{
"day": "2023-02-02",
"value": 2256
},
{
"day": "2023-02-03",
"value": 2256
},
{
"day": "2023-02-04",
"value": 2250
},
{
"day": "2023-02-05",
"value": 2250
}
],
"midhigh": [
{
"day": "2023-02-01",
"value": 4939
},
{
"day": "2023-02-02",
"value": 4939
},
{
"day": "2023-02-03",
"value": 4939
},
{
"day": "2023-02-04",
"value": 4500
},
{
"day": "2023-02-05",
"value": 4500
}
],
"midlow": [
{
"day": "2023-02-01",
"value": 1836
},
{
"day": "2023-02-02",
"value": 1835
},
{
"day": "2023-02-03",
"value": 1835
},
{
"day": "2023-02-04",
"value": 1827
},
{
"day": "2023-02-05",
"value": 1827
}
],
"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 +"
}
]
}
}