The estimated_rates_by_day object

Attributes


mean

array Average estimated rate value for the requested port pair within the given date range.

Child attributes
  • day string
    Specific day within the requested date range
  • value integer
    Average 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
      }
    ]
  }
}
Xeneta Footer - Fixed