使用Python的Web Scrap多个表

时间:2018-11-13 07:56:44

标签: python-3.x web-scraping beautifulsoup python-requests jupyter-notebook

我正试图从以下网站下载所有股票的历史价格。

http://noormaier.net/kse-listed-companies-historical-prices-symbol-wise-2/

我试图使用request&bs4来抓取所有表,但不知道如何告诉python查找哪个符号。从页面的下拉菜单中进行的选择带有<form>标签,但是我无法为特定的脚本定向python。

你们能帮我把这些桌子弄碎吗?

谢谢。

0 个答案:

没有答案