Attributes
mean
array Average estimated rate value for the requested port pair within the given date range.
Child attributes
- day stringSpecific day within the requested date range
- value integerAverage estimated rate value for the specific day
Body
{
"estimated_rates_by_day": {
"mean": [
{
"day": "2023-02-01",
"value": 7893
},
{
"day": "2023-02-02",
"value": 7893
},
{
"day": "2023-02-03",
"value": 7893
},
{
"day": "2023-02-04",
"value": 7893
},
{
"day": "2023-02-05",
"value": 7893
}
]
}
}