noczero/idx-fundamental-analysis — reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool that collects fundamental stock data for companies listed on the Indonesian Stock Exchange. I want to run one simple command and have it fetch the list of stocks from IDX, pull important company statistics from Stockbit and Yahoo Finance, then save everything in a clean table I can review later.
Please let me choose whether to fetch just a small sample or the full IDX list. I also want to choose the output, either a local Excel file in an output folder or a Google Sheet that can be shared with specific emails. Store the collected data in SQLite too, so results can be reused later. Add clear logging so I can see what is happening and where something failed.
Use environment variables for Google service account credentials and anything sensitive. Make the setup easy with a README that explains installation, configuration, and example commands. Look up current docs online if you need to.
Want more depth? Deep Reverse