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.7")



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: 2023-08-10
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.7, https://cran.r-project.org/web/packages/edgar. Accessed 22 Dec. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
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  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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