weirdapps/etorotrade — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python tool for tracking and reviewing an eToro style stock portfolio. I want to be able to import a portfolio CSV, run one command, and get a clear report that shows each holding with analyst ratings, price targets, upside, basic financial metrics, and a simple BUY, SELL, HOLD, or INCONCLUSIVE signal.

It should also let me check specific tickers like AAPL or MSFT, screen the broader market for possible opportunities, and generate separate buy and sell reports. Please include position sizing based on portfolio value, so it can suggest rough allocation sizes without pretending to be financial advice.

Use Yahoo Finance data where possible, cache results so it doesn’t constantly refetch the same information, and output both CSV and nice readable HTML files with color coded results. Keep it command line based, with sensible config files and example portfolio input. Add tests and a clear README with setup and usage instructions. Look up current finance API docs online if needed.

Want more depth? Deep Reverse