Learn R Programming

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

edgar (version 2.0.7)

Tool for the U.S. SEC EDGAR Retrieval and Parsing of Corporate Filings

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.

Copy Link

Version

Install

install.packages('edgar')

Monthly Downloads

503

Version

2.0.7

License

GPL-2

Maintainer

Gunratan Lonare

Last Published

October 14th, 2023

Functions in edgar (2.0.7)

getFilingHeader

Scrape EDGAR filing header information
getDailyMaster

Retrieves daily master index
getFilings

Retrieves EDGAR filings from SEC server
getFilingInfo

Retrieves filing information of a firm
getMasterIndex

Retrieves quarterly master index
getMgmtDisc

Retrieves management's discussion and analysis section
LMMasterDictionary

Loughran and McDonald Sentiment Master Dictionary
getFilingsHTML

Get HTML view of EDGAR filings
get8KItems

Retrieves Form 8-K event information
getBusinDescr

Retrieves business descriptions from annual statements
getSentiment

Provides sentiment measures of EDGAR filings
searchFilings

Search EDGAR filings for specific keywords