8-K filings using EDGAR package in R

Hello everyone,

I have a question that I will be very grateful if you can answer! I am trying to download the 8-K filings using a word list.

However, the nword.hits is always zero. For example using the following code:

word.list <-c('Chapter 11', 'Ch.11', 'Chapter 7','Ch.7')

out8k=searchFilings(cik.no = 0001452206,

                    form.type = "8-K",

                    filing.year = c(2007,2008,2009,2010),

                    word.list)

the output for the word list is zero but this company in 2010-12-09 was filed for Chapter 11.

Did you have any idea why the code didn't give me the nword.hits of the word 'chapter 11'?

Thank you in advance. I really appreciate your help.

Full text searches are limited to the most recent four years. https://www.sec.gov/edgar/searchedgar/webusers.htm

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.