How it works
The problem
In Path of Exile 2, converting currency A directly to currency B is not always the most efficient route. Sometimes trading through an intermediate currency — e.g. Chaos → Orb of Annulment → Divine — results in more output than the direct trade, due to supply/demand imbalances between specific pairs.
The solution
This tool models all currencies as nodes in a weighted graph, where each edge represents an exchange rate. It then runs the Bellman-Ford algorithm to find the path through that graph that maximises your total output across any number of hops.
Data source
Exchange rates are fetched from poe.ninja and updated hourly. Chaos Orb equivalents are used as the basis for all pairwise rates.
Disclaimer
Results are directional estimates. Real in-game rates have spread and may differ from poe.ninja values. Always verify rates in-game before executing large trades. This tool is not affiliated with Grinding Gear Games.