Other packages > Find by keyword >

edgar  

Tool for the U.S. SEC EDGAR Retrieval and Parsing of Corporate Filings
View on CRAN: Click here


Download and install edgar package within the R console
Install from CRAN:
install.packages("edgar")

Install from Github:
library("remotes")
install_github("cran/edgar")

Install by package version:
library("remotes")
install_version("edgar", "2.0.8")



Attach the package and use:
library("edgar")
Maintained by
Gunratan Lonare
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-08-27
Latest Update: 2025-03-08
Description:
In the USA, companies file different forms with the U.S. Securities and Exchange Commission (SEC) through EDGAR (Electronic Data Gathering, Analysis, and Retrieval system). The EDGAR database automated system collects all the different necessary filings and makes it publicly available. This package facilitates retrieving, storing, searching, and parsing of all the available filings on the EDGAR server. It downloads filings from SEC server in bulk with a single query. Additionally, it provides various useful functions: extracts 8-K triggering events, extract "Business (Item 1)" and "Management's Discussion and Analysis(Item 7)" sections of annual statements, searches filings for desired keywords, provides sentiment measures, parses filing header information, and provides HTML view of SEC filings.
How to cite:
Gunratan Lonare (2015). edgar: Tool for the U.S. SEC EDGAR Retrieval and Parsing of Corporate Filings. R package version 2.0.8, https://cran.r-project.org/web/packages/edgar. Accessed 07 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:34), 1.0.1 (2015-08-27 14:14), 1.0.2 (2015-09-24 11:58), 1.0.3 (2015-10-28 08:45), 1.0.4 (2015-11-21 15:56), 1.0.5 (2016-08-17 10:40), 1.0.6 (2016-10-11 01:45), 1.0.7 (2016-12-16 08:33), 1.0.8 (2017-01-10 10:17), 1.0.9 (2017-06-04 22:51), 2.0.0 (2019-03-18 06:20), 2.0.1 (2019-03-22 11:00), 2.0.2 (2019-08-29 22:40), 2.0.3 (2020-05-22 23:30), 2.0.4 (2021-08-09 15:00), 2.0.5 (2022-02-06 18:50), 2.0.6 (2023-08-10 15:20), 2.0.7 (2023-10-14 14:10)
Other packages that cited edgar R package
View edgar citation profile
Other R packages that edgar depends, imports, suggests or enhances
Complete documentation for edgar
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

modelwordcloud  
Model Word Clouds
Makes a word cloud of text, sized by the frequency of the word, and colored either by user-specified ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
enrichwith  
Methods to Enrich R Objects with Extra Components
Provides the "enrich" method to enrich list-like R objects with new, relevant components. The curren ...
Download / Learn more Package Citations See dependency  
bbricks  
Bayesian Methods and Graphical Model Structures for Statistical Modeling
A set of frequently used Bayesian parametric and nonparametric model structures, as well as a set of ...
Download / Learn more Package Citations See dependency  
BayesESS  
Determining Effective Sample Size
Determines effective sample size of a parametric prior distribution in Bayesian models. For a web-b ...
Download / Learn more Package Citations See dependency  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA