fast_xbrl_parser icon indicating copy to clipboard operation
fast_xbrl_parser copied to clipboard

An XBRL parser built in Rust that provides a fast, easy, and lightweight way to convert XBRL XML files into JSON or CSV.

Results 2 fast_xbrl_parser issues
Sort by recently updated
recently updated
newest added

``` pip install fast-xbrl-parser ERROR: Could not find a version that satisfies the requirement fast-xbrl-parser (from versions: none) ERROR: No matching distribution found for fast-xbrl-parser ``` same issue if i...

Let's take the link given in the official example: ``` url = "https://www.sec.gov/Archives/edgar/data/1326380/000132638021000129/gme-20211030_htm.xml" xbrl_dict = fxp.parse( url, output=["json", "facts", "dimensions",], email="...", ### Adjust this to reflect your email address. This...