### Repository commit ae0fc85401efd9816193a06e554a66600cc09a97 ### Python version (python --version) N/A ### Dependencies version (pip freeze) N/A ### Expected behavior To print the current stock price for the given symbol. ### Actual behavior No stock price is printed because the `https://in.finance.yahoo.com/quote/` endpoint used by this script is no longer operational.
Repository commit
ae0fc85
Python version (python --version)
N/A
Dependencies version (pip freeze)
N/A
Expected behavior
To print the current stock price for the given symbol.
Actual behavior
No stock price is printed because the
https://in.finance.yahoo.com/quote/endpoint used by this script is no longer operational.