Learn R Programming

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

edgar (version 1.0.5)

Platform for EDGAR Filing Management

Description

In the USA, firms file different forms with the U.S. Securities and Exchange Commission (SEC) through EDGAR (Electronic Data Gathering, Analysis, and Retrieval system). EDGAR automated system collects all the different necessary filings and make it publicly available. Secondly, it validates collected filings, then perform indexing and accepting of these submitted forms. Investors, regulators, and researchers often require these forms for various purposes. "edgar" R package helps various individuals in data gathering, management, and visualization. This package downloads SEC EDGAR quarterly master index, daily master index, filings from SEC.org site and perform sentiment analysis of filing.

Copy Link

Version

Install

install.packages('edgar')

Monthly Downloads

374

Version

1.0.5

License

GPL-2

Maintainer

Gunratan Lonare

Last Published

August 17th, 2016

Functions in edgar (1.0.5)

getWordfrquency

Creates words frequency data frame from EDGAR filing.
getFilingInfo

Retrieves filing information of company.
getWordHistogram

Creates histogram of most frequent words in EDGAR filing.
mergeCompustat

Connect sentiment count of multiple cik's 10-K filing with compustat data.
getSentimentCount

Parse sentiment words from EDGAR filing.
getWordcloud

Creates wordcloud of words from EDGAR filing.
getDailyMaster

Retrieves daily master index.
poswords

Dictionary of positive words
negwords

Dictionary of negative words
getFilings

Retrieves EDGAR filings from SEC site.
getMasterIndex

Retrieves quarterly master index.