pyedgar:用于与EDGAR交互的Python库

时间:2024-05-22 13:36:39
【文件属性】:

文件名称:pyedgar:用于与EDGAR交互的Python库

文件大小:178KB

文件格式:ZIP

更新时间:2024-05-22 13:36:39

Python

皮德加 用于下载EDGAR文档和数据的Python包 用法 该库有两个主要接口,即文件和索引。 文件.py 是与EDGAR表单进行交互的主要模块。 简单的例子: from pyedgar import Filing f = Filing ( 20 , '0000893220-96-000500' ) print ( f ) #output: print ( f . type , f ) # output: 10-K print ( f . documents


【文件预览】:
pyedgar-master
----MANIFEST.in(268B)
----requirements.txt(48B)
----examples()
--------S1-Index.ipynb(18KB)
----pyedgar()
--------exceptions.py(576B)
--------utilities()
--------config.py(16KB)
--------filing.py(15KB)
--------__init__.py(1015B)
--------index.py(4KB)
--------downloader.py(5KB)
--------pyedgar.conf(3KB)
----LICENSE(1KB)
----setup.cfg(26B)
----setup.py(2KB)
----README.md(6KB)
----Makefile(983B)
----.gitignore(785B)
----exhibit_list.pdf(147KB)

网友评论