ranaroussi / yfinance

Download market data from Yahoo! Finance's API
https://aroussi.com/post/python-yahoo-finance
Apache License 2.0
14.89k stars 2.44k forks source link

Fixed f-string syntax in screener.py to avoid unmatched parenthesis #2095

Closed Sai-Roopesh closed 1 month ago

Sai-Roopesh commented 1 month ago

This pull request fixes an unmatched parenthesis in the f-string in the screener.py file. The current implementation causes a syntax error due to the improper nesting of single and double quotes. This fix ensures that the quotes are properly handled within the f-string.