So, I’ve been a busy lately and spinned up a eve trade route planner/finder app. It should allow you to make a nice bank by system to system trading, generating a step-by-step trading plan.
Disclaimers:
THIS IS UNTESTED AND IN ACTIVE DEVELOPMENT! CHECK BEFORE YOU TRADE!
I am solo developping this application, deploying it, debugging it. Thus - a lot can go a miss right now. I am sharing it so your feedback can help me make it better:-)
Now, if you will find bugs, bad pathfinding (i am using rather simple dijkstra’s algo implementation so sometimes the plotting is a bit different to what you’d see on dotlan → especially if you pick e.g. medium risk level for high-sec only path where it’ll try to find low sec systems etc) or even worse non-existent/bad trade suggestions OR if you’ll have feature requests put them up here: Repository to collect issues connected to EVE online trade route planner → templates for both feature request and bug reports are included in the issues tab.
End Of Disclamers
Finally we can get to the good stuff!
Trade Planner:
EVE Online Trade Route Planner - enter details of from, where, how much cargo space and isk you have and it pulls all market orders from ESI and calculates how much ISK you can make by fulfilling standing buy/sell orders.
It should also correctly calculate the taxes and broker’s fees according to your skill level. I elected to be lazy here and ignore faction/corp standings so you could be only pleasantly surprised to earn more.
Expect wait times up to 5 minutes (but often much less, around 2 and less. i am implementing further caching layers and molesting redis as much as possible to speed everything up)
It will generate an excel file for you which contains everything you need to proceed and execute the trade plan.
Best trades:
This will pull ALL current market orders from ESI (this is done every 2 hours for now, idk how volatily the market is for cross-regional trades) and find the best money makers across the universe.
this should be used together with the trade route planner. you can have a look at the biggest hitters and plan a route according to them, collecting further profits along the way.
the excel for this contains a lot more data so be sure to check out the whole file.
Again: there is no guarantee this works perfectly. It’s in active development and I very much need help of other people to find bugs and suggest features. Cuz as every other developer I hate filling out feature requests and bug reports I wanna rely on the community for that.
Another disclaimer:
The app is running on a server I am paying for. The resources of this server are not unlimited. The app WILL struggle with 50+ concurrent users. It is what it is and what happens when you’re aggregating millions of rows and comparing them together while making thousands of api calls to ESI. Again, I am working on improving the performance as we go.
Developer Corner
For those interested in how this app works, what’s the tech stack and the usual nerdy mumbo jumbo developers enjoy talking about, here it is:
The app is built with Java 24, Spring Boot and Thymeleaf. Data is handled by PostgreSQL and Redis
If there would be any volunteers which would like to become maintainers, hit me up - DMs here on the forums or mailto:business@tadeasfort.com and I’ll gladly accept help!