yahoo-finance-scraper:Scraper从雅虎撤出财务数据

时间:2021-05-03 13:53:04
【文件属性】:
文件名称:yahoo-finance-scraper:Scraper从雅虎撤出财务数据
文件大小:9KB
文件格式:ZIP
更新时间:2021-05-03 13:53:04
Python 快速开始 >>> from scrapers.options import OptionScraper >>> option_scraper = OptionScraper() >>> option_scraper.get_data('GOOG') { 'underlying': '34.11', expiration_date1: { 'puts': { ... }, 'calls': { ... } }, expiration_date2: { ... }, ... } expiration_date是与yahoo格式相同的字符串。 'puts'和'calls'字典将包含来自yahoo的所有可用数据的key/v
【文件预览】:
yahoo-finance-scraper-master
----screener()
--------__init__.py(0B)
--------screener.py(1KB)
----requirements.txt(50B)
----search.py(1KB)
----README.md(2KB)
----tests()
--------test_scrapers.py(1001B)
----.gitignore(12B)
----scrapers()
--------stocks.py(2KB)
--------options.py(3KB)
--------base_scraper.py(488B)
--------__init__.py(0B)
--------mutual_funds.py(2KB)
--------bonds.py(2KB)

网友评论