Learn R Programming

⚠️There's a newer version (2.0.8) of this package.Take me there.

edgar (version 2.0.1)

Platform for EDGAR Filing Management and Textual Analysis

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. Investors, regulators, and researchers often require these forms for various purposes. This package helps in bulk data gathering and textual analysis of EDGAR filings. 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, search filings for desired words, provides sentiment measures, parse filing header information, and provides HTML view of SEC filings.

Copy Link

Version

Install

install.packages('edgar')

Monthly Downloads

710

Version

2.0.1

License

GPL-2

Maintainer

Gunratan Lonare

Last Published

March 22nd, 2019

Functions in edgar (2.0.1)

searchFilings

Search EDGAR filings for specific words
getMasterIndex

Retrieves quarterly master index
getMgmtDisc

Retrieves management's discussion and analysis section
getFilingsHTML

Get HTML view of EDGAR filings
getFilingHeader

Scrape EDGAR filing header information
getBusinDescr

Retrieves business descriptions from annual statements
getFilings

Retrieves EDGAR filings from SEC server
getDailyMaster

Retrieves daily master index
LMMasterDictionary

Loughran and McDonald Sentiment Master Dictionary
getSentiment

Provides sentiment measures of EDGAR filings
getFilingInfo

Retrieves filing information of a firm
get8KItems

Retrieves Form 8-K event information