This converter takes a list of ISIN's and converts them in to Trading-View-Style Watchlist. It caches known symbols two avoid network roundtrips. At the moment only the 3 main exchanes ARCA, NYSE and NASDAQ are supported, but others can be added on your own or on feature request (please add examples and exchange symbols).
As a second feature, two lists generated before can be compared to each other for differences. This returns a list with two sections of new and gone symbols.
I can not provide an executable file, because the heuristic of Microsoft Defender will mark it as Virus/Malware.
- Please compile it by yourself by installing Rust with RustUp.
- Clone Repo
- Run
cargo clean -r
- Run
cargo build -r
- Copy the Executable from subfolder
target/release/fintools.exe
to your desired location. - Run it.