BGASM Econ runs a lua process to harvest all tradedata from player known stations. This is sent to a python script using SirNuke's X4 Python Pipe Server. The data is sorted and passed to a pandas pivottable script that generates an html file in the mod directory and opens your browser to the page.
As the script runs it will continue to harvest every minute. The html file only replaces values that
have changed.

To use this mod you need to have SirNukes X4 Python Pipe Server running.
- Download it at https://github.com/bvbohnen/x4-projects/releases.
- Grab this mod.
- Clone this git
- Download the zip file from release
- BGASM_Econ folder needs to be placed in your /extensions directory in X4 installation folder.
Requrements: Python ^3.6 and a web browser
Download SirNukes Python Pipe Server, and run it when you play X4 and make sure you have a web browser installed.
I started working on a lightweight sqlite3 DB that will store price changes over time.
If you want to take a swing at this code, please by all means. Fork a branch and send me a PR.