Python Forum

Full Version: Change start date of stock web page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I'm new with Python and I want to know how to interact with the web Page with BeautifulSoup and change the startdate of the financial data in this page https://es.investing.com/equities/banco-...rical-data

Thank you
What have you tried? Typically, we like to help people who already have some code that they're trying to figure out, we don't so much start people's code for them. If you're totally unsure of where to start, the tutorials are a good place, and we even have a dedicated section for web scraping.