Get Market Forecast Pricing

Attempts to forecast today's price using historical market data.

  • forecast_range: Length of forecast, begging on current day - 1 day, 14 day, 1 month, or 3 month

  • equipment_type: Equipment type the lane was run with - DRY_VAN, REEFER or FLATBED

  • stops: List of stops in the format, that compose the shipping lane country:US|postal_code:78701.

SecurityAPIKeyHeader
Request
query Parameters
equipment_type
required
string (EquipmentType)

An enumeration.

Enum: "DRY_VAN" "REEFER" "FLATBED"
stops
required
Array of strings (List of Stops) country:US\|postal_code:[0-9]{5}(?:-[0-9]{4})...

List of stops in the format country:US|postal_code:78701

forecast_range
required
integer (ForecastRange)

An enumeration.

Enum: 1 14 30 90
Responses
200

Successful Response

422

Validation Error

get/forecast/market
Response samples
application/json
{
  • "errors": [ ],
  • "data": [ ]
}
Copyright © Shipwell 2025. All right reserved.