get https://api.freightos.com/fd_external_apis/price_stats/v3
V3 of the price stats API which returns price statistics in USD for a set of port-port routes. You can use this endpoint temporarily for testing: https://api.test-freightos.com/fd_external_apis/price_stats/v3
How to use?
- If user do did not provide origin, destination, mode and load we will fetch user routes from terminal and provide the price stats
- If user provides origin, destination, mode and load price stats will be returned for this route
What is confidence level? Confidence level represents the amount of data points used to calculate the percentiles for a specific route
For FCL Routes { "low": "1 or 2 data points", "medium": "3 or 4 data points", "high": "5 to 9 data points", "very high": "+10 data points" }
For Air Routes { "low": "1 to 9 data points", "medium": "10 to 49 data points", "high": "50 to 199 data points", "very high": "+200 data points" }