We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 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 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 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 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
The text was updated successfully, but these errors were encountered: