I am trying to web scrape financial statements for companies dynamically . For example I want to scrape specific information for companies from their financial statements such as revenue for last 10 years, eps, cash flow etc… and display it on a website That i will use for personal use but may also make it public. I want to be able to type in the stock ticker on the website and it outputs all the information I would want to scrape on that web page. So which is best ? Python or c#? I am deciding between those 2.