edgarWebR icon indicating copy to clipboard operation
edgarWebR copied to clipboard

Could I get the DEF 14A link using company_filings function?

Open Raymond-KT opened this issue 2 years ago • 0 comments

I'm using edgarWebR well. Thank you very much~! It's really beneficial for me!!

But I want to know the way I can get the DEF 14A original URL.

I tried to get URLs using company_filings function below, But I can get only master index URL.

` db_def <- company_filings(db_cik$Ticker[i], type = "DEF 14A", count = 1)

accession_number act file_number filing_date accepted_date href type 1 <NA> 34 001-07463 2022-12-13 2022-12-13 https://www.sec.gov/Archives/edgar/data/52988/000119312522303804/0001193125-22-303804-index.htm DEF 14A 2 <NA> 34 001-07463 2021-12-10 2021-12-10 https://www.sec.gov/Archives/edgar/data/52988/000119312521354013/0001193125-21-354013-index.htm DEF 14A`

I find all the sources including GitHub, StackOverflow, and lots of tech blogs, but I can't find the way that I want. T-T

Raymond-KT avatar Jan 03 '23 05:01 Raymond-KT