financial_fundamentals:在 SEC 的 Edgar 上查找 XBRL 文件并提取会计指标

时间:2024-07-07 04:14:14
【文件属性】:

文件名称:financial_fundamentals:在 SEC 的 Edgar 上查找 XBRL 文件并提取会计指标

文件大小:184KB

文件格式:ZIP

更新时间:2024-07-07 04:14:14

Python

财务基本面 在 SEC 的 edgar 上查找 XBRL 文件并提取会计指标。 请参阅博客 @ 。 缓存由我的 vector_cache 包提供, 。 import pandas as pd import financial_fundamentals as ff date_range = pd.date_range('2012-1-1', '2013-12-31') required_data = pd.DataFrame(columns=['MSFT', 'GOOG', 'YHOO', 'IBM'], index=date_range) eps = ff.accounting_metrics.earnings_per_share(required_data) print eps 跟进: 我 (Andrew) 在领先的商业 XBRL 商店工作。 我为 Calcbench 编写了一


【文件预览】:
financial_fundamentals-master
----CHANGES.txt(37B)
----tests()
--------test_edgar.py(2KB)
--------test_sec_filing.py(846B)
--------test_accounting_metrics.py(2KB)
--------assets()
--------test_xbrl.py(2KB)
--------__init__.py(340B)
----MANIFEST.txt(43B)
----examples()
--------warren_buffet.py(5KB)
----setup.py(2KB)
----.gitignore(156B)
----financial_fundamentals()
--------xbrl.py(5KB)
--------sec_filing.py(1KB)
--------__init__.py(52B)
--------indicies.py(5KB)
--------accounting_metrics.py(3KB)
--------edgar.py(4KB)
--------exceptions.py(790B)
----README.md(1KB)
----LICENSE.txt(558B)

网友评论