Questions tagged [arelle]

31 questions
1
vote
1 answer

Use Arelle web service with php

I used Arelle web service for getting fact list of xbrl files with the CURL in PHP language, but the answer of this web service has a long time(13 sec), are any suggestion to speed up web service using? And i can't use this web service on debain…
user7454626
1
vote
1 answer

Syntax error when trying to import Cntlr from arelle module

My goal is to use Arelle (open-source platform for XBRL community) to parse XBRL docs from the SEC. I am following instructions found here. I successfully git cloned Arelle's code into the Lib directory of Anaconda. However, when I try from arelle…
p_sutherland
  • 471
  • 1
  • 11
  • 21
1
vote
1 answer

How to combine facts , factTable and pre output views generated using Arelle's webservice api

I have started exploring Arelle for XBRL parsing. I am calling Arelle's webservice Api through java to get the various views/outputs it can generate like facts, factTable, pre etc. In the final output that I want I need all fields from facts file…
1
vote
1 answer

Arelle automate small procedure to trasfer data to Excel by using Python

If we do these simple steps we will use Arelle to fetch data from the SEC EDGAR database into the Arelle program. The steps are: Open Arelle and click the Open web file which is an icon-button on the left top of the Arelle screen. A box called…
ExoticBirdsMerchant
  • 1,466
  • 8
  • 28
  • 53
0
votes
1 answer

Cannot trigger opening of Internet browser report from within Arelle

Using arelle 1.2020.05.10 (64-bit) git master branch, with Python 3.6.9. Installed Edgar Renderer 36.0.2 git master branch. Opening a iXBRL file either from local machine or through URL does not open an internet browser to show the iXBRL document. I…
Toolbox
  • 2,333
  • 12
  • 26
0
votes
1 answer

Cannot open Arelle menu view to use SEC's EdgarRenderer

I have installed Arelle through git and using master branch. Further on I am looking to use "SEC's EdgarRenderer" and made a git clone (also from it's master branch). I copied in the EdgarRenderer folder structure into location of…
Toolbox
  • 2,333
  • 12
  • 26
0
votes
1 answer

Getting error about bad escape during start of Arelle

I am trying to get Arelle working on Ubuntu linux 18.04 with Python 3.6.9. Step-1: (Download Arelle software): git clone https://github.com/Arelle/Arelle.git -b lxml Step-2 Install Python LXML: apt-get install -y python-lxml Step-3 Install Python…
Toolbox
  • 2,333
  • 12
  • 26
0
votes
1 answer

How to set up Arelle to export xbrl into other postgres schema than `public`?

Here is a documentation about xbrl data exporting into postgres. Also there are XBRL-US and Abstract Model sql scripts for postgres db. The documentation also points out that export can be done into different databases. But postgres supports…
Cherry
  • 31,309
  • 66
  • 224
  • 364
0
votes
1 answer

How speed up xbrl file parsing in python lxml?

I am trying to parse xbrl file (1.35Gb) via arelle. During debug I spot that execution holds on line ModelDocument.py:157. It holds more than 30 minutes. Python process take about 8Gb RAM and slowly increases memory consuming: It looks like python…
Cherry
  • 31,309
  • 66
  • 224
  • 364
0
votes
1 answer

How set up arelle for large xbrl files?

Here is a github repository to reproduce the issue. A main problem is memory Arelle memory usage. Even small files (AppropriationsAccountPackage.xbrl - 46Mb) take about 7+Gb RAM memory and failed to proces (bith import to postgers or view file in…
Cherry
  • 31,309
  • 66
  • 224
  • 364
0
votes
1 answer

extract elasticsearch date from a / XBRL-JSON format

I am storing XBRL JSON using elasticsearch. This xBRL-JSON OIM spec describes the oim:period property: Otherwise, an ISO 8601 time interval representing the {interval} property, expressed in one of the following forms:…
Nate Anderson
  • 18,334
  • 18
  • 100
  • 135
0
votes
0 answers

Import Error in python when non root user

I am having an issue which has been driving me crazy. I am trying to run a python script as a non root user but when I try to execute the script I get the following error. Traceback (most recent call last): File…
Ed Dunn
  • 1,152
  • 3
  • 11
  • 27
0
votes
1 answer

Specify a dir subdirectory from within a zip file without extracting in Windows CMD

If i am running a program (in this case arelle) from the GUI and if i want to open a zip that contains a subdirectory with subfolders the program opens a userform after i choose the zip file prompting me to choose a subfolder from inside the zip.…
MrIcyBalls
  • 83
  • 1
  • 9
0
votes
1 answer

Arelle test formula

I loaded a Formula Linkbase in Arelle and want to test if the formulas are right. So I opend the "Formula Parameters and Trace Options" (Tools -> Formula -> Parameters) When I fill the textboxes and check the checkboxes I don't get any output in…
Lutske
  • 117
  • 3
  • 17
0
votes
1 answer

Arelle Xbrl validation - unable to start web service - socket error 10013

I'm using the Arelle project to implement validation of my Xbrl files. http://arelle.org/documentation/api-web-services/ When i try to start the webserver that i can call from my code i receive following error. Been looking up how to fix this and it…
JMan
  • 2,611
  • 3
  • 30
  • 51