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 05 Jun. 2026.
Previous versions and publish date:
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

crossurr  
Cross-Fitting for Doubly Robust Evaluation of High-Dimensional Surrogate Markers
Doubly robust methods for evaluating surrogate markers as outlined in: Agniel D, Hejblum BP, Thiebau ...
Download / Learn more Package Citations See dependency  
envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  
msm  
Multi-State Markov and Hidden Markov Models in Continuous Time
Functions for fitting continuous-time Markov and hidden Markov multi-state models to longitudinal d ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
ibb  
R Wrapper for Istanbul Municipality Open Data Portal
Call wrappers for Istanbul Metropolitan Municipality's Open Data Portal (Turkish: Istanbul B ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

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