django-sec icon indicating copy to clipboard operation
django-sec copied to clipboard

Script slowness and excel export does not work

Open mathieu660 opened this issue 8 years ago • 1 comments

  1. Parsing all the data for a specific year seems to take forever (more than a week). Is this normal ? Is there any way the script could run faster by downloading all the files at the beginning and parse the data in several files at the same time ?
  2. Exporting the data to excel seem broken.

mathieu660 avatar Dec 16 '16 23:12 mathieu660

I am also experiencing problems with the sec_xbrl_to_csv subcommand:

Traceback (most recent call last):
  File "/usr/local/bin/django-admin", line 11, in <module>
    sys.exit(execute_from_command_line())
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 363, in execute_from_command_line
    utility.execute()
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 355, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 283, in run_from_argv
    self.execute(*args, **cmd_options)
  File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 332, in execute
    output = self.handle(*args, **options)
TypeError: handle() takes exactly 2 arguments (1 given)

clapas avatar Apr 23 '17 16:04 clapas