Relative Content

Tag Archive for pythonedgar

Iteration an object in Python

I am new to python. I am trying to parse some 10-Ks from Edgar using edgartools and sec-parsers module of python. Here is my code –

Iteration an object in Python

I am new to python. I am trying to parse some 10-Ks from Edgar using edgartools and sec-parsers module of python. Here is my code –

Is it possible to get the parsed text

I am new to python. I am trying to parse 10-K from Edgar database of SEC. I need Item C from the 10K. I am trying to use edgartools package in python. I read how to collect the text from the parsing of 10K (https://dgunning.github.io/edgartools/parsing-filing-data/), but I am confused. I used the following code =

Is it possible to get the parsed text

I am new to python. I am trying to parse 10-K from Edgar database of SEC. I need Item C from the 10K. I am trying to use edgartools package in python. I read how to collect the text from the parsing of 10K (https://dgunning.github.io/edgartools/parsing-filing-data/), but I am confused. I used the following code =