The market_rates_by_day object

Attributes


low

array Market rate at the low benchmark (2.5 percentile).

Child attributes
  • day string
    Specific day within the requested date range
  • value integer
    Market low rate value for the specific day

mean

array Average market rate.

Child attributes
  • day string
    Specific day within the requested date range
  • value integer
    Average rate value for the specific day

high

array Market rate at the high benchmark (97.5 percentile).

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