文件名称:yahoo-earnings-calendar:报废雅虎! 财务收益日历以获取特定日期或日期范围的数据
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-19 04:05:58
Python
雅虎! 收入日历刮板 报废雅虎! 为收益日历提供财务信息,以获取特定日期或日期范围的数据。 安装 点子 pip install yahoo_earnings_calendar 用法 获取特定日期或日期范围内的收入日期信息 import datetime from yahoo_earnings_calendar import YahooEarningsCalendar date_from = datetime . datetime . strptime ( 'May 5 2017 10:00AM' , '%b %d %Y %I:%M%p' ) date_to = datetime . datetime . strptime ( 'May 8 2017 1:00PM' , '%b %d %Y %I:%M%p' ) yec = YahooEarningsCalendar (
【文件预览】:
yahoo-earnings-calendar-master
----codecov.yml(20B)
----requirements.txt(17B)
----Pipfile.lock(15KB)
----.travis.yml(242B)
----yahoo_earnings_calendar()
--------__init__.py(43B)
--------scraper.py(7KB)
----LICENSE(1KB)
----setup.cfg(40B)
----setup.py(1KB)
----README.md(2KB)
----Pipfile(273B)
----Makefile(42B)
----tests()
--------scraper_spec.py(7KB)
----.gitignore(1KB)