yfinance.Screener.set_body#
- Screener.set_body(body: Dict) None #
Set the fully custom body
Example
screener.set_body({ "offset": 0, "size": 100, "sortField": "ticker", "sortType": "desc", "quoteType": "equity", "query": qf.to_dict(), "userId": "", "userIdType": "guid" })