py-sec-edgar:用于从SEC Edgar数据库下载,解析和提取文件的Python应用程序(包括10-K,10-Q,13-D,S-1、8-K等)

时间:2024-05-26 05:04:35
【文件属性】:

文件名称:py-sec-edgar:用于从SEC Edgar数据库下载,解析和提取文件的Python应用程序(包括10-K,10-Q,13-D,S-1、8-K等)

文件大小:769KB

文件格式:ZIP

更新时间:2024-05-26 05:04:35

financial open-data stock-market gov united-states

Python SEC埃德加 一个Python应用程序,用于从sec.gov/edgar网站下载和解析完整的提交文件。 该项目的目标是使您可以轻松地将SEC网站上的文件提交到您想要的公司和表格的计算机上。 我试图缓解此项目的一些障碍: CIK到Ticker等效-可能最大的障碍就是为您想要的公司弄清楚CIK。 我试图通过将CIK映射到代码的参考文件来绕过此操作。 我敢肯定有更好的方法,但是目前看来,它是可行的。 整理数据-我决定简化它,并整理类似于SEC Edgar网站的数据(下面将对其进行说明) 特征 按股票筛选 按表格类型过滤 提取完整提交文件的内容 快速入门指南 说明文件: : 设置环境(Windows) git clone https://github.com/ryansmccoy/py-sec-edgar.git cd py-sec-edgar conda create


【文件预览】:
py-sec-edgar-master
----setup.py(2KB)
----.gitignore(1KB)
----readthedocs.yml(602B)
----requirements.txt(126B)
----Makefile(2KB)
----.travis.yml(285B)
----MANIFEST.in(335B)
----requirements_dev.txt(350B)
----LICENSE(2KB)
----HISTORY.rst(135B)
----setup.cfg(455B)
----_config.yml(25B)
----examples()
--------extract_sections.py(3KB)
----.env.template(43B)
----py_sec_edgar()
--------utilities.py(14KB)
--------__init__.py(4KB)
--------example.py(1KB)
--------process.py(2KB)
--------__main__.py(3KB)
--------extract.py(5KB)
--------feeds()
--------parse()
--------settings.py(3KB)
--------edgar_filing.py(12KB)
----README.rst(15KB)
----tests()
--------__init__.py(0B)
--------test_filing.py(1KB)
--------test_py_sec_edgar.py(3KB)
--------test_proxyrequest.py(245B)
----refdata()
--------filing_type.csv(31KB)
--------tickers.csv(67B)
--------cik_tickers.csv(997KB)
--------cik_tickers.csv.zip(362KB)
----AUTHORS.rst(160B)
----CONTRIBUTING.rst(3KB)
----requirements()
--------flower_app.txt(137B)
--------celery_app.txt(161B)
----docs()
--------requirements.txt(126B)
--------Makefile(613B)
--------index.rst(287B)
--------conf.py(5KB)
--------history.rst(28B)
--------authors.rst(28B)
--------installation.rst(465B)
--------make.bat(774B)
--------readme.rst(27B)
--------usage.rst(88B)
--------contributing.rst(33B)
----.editorconfig(292B)
----tox.ini(499B)

网友评论