Skip to main content

An assembler for XBRL Documents into pandas

Project description

XBRL Assembler

pipeline status coverage report

XBRLAssembelr is a parsing library for putting xbrldocuments from the sec together into pandas.Dataframe.

Installation

Use the package manager pip to install XBRLAssembler.

pip install xbrlassembler

Usage

from xbrlassembler import XBRLAssembler, FinancialStatement

google_index = "https://www.sec.gov/Archives/edgar/data/1652044/0001652044-20-000021-index.htm"
assembler = XBRLAssembler.from_sec_index(index_url=google_index)
income_statement = assembler.get(FinancialStatement.INCOME_STATEMENT)
balance_sheet = assembler.get(FinancialStatement.BALANCE_SHEET)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

XBRLAssembler-0.3.tar.gz (7.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page