Learn R Programming

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

edgar (version 1.0.4)

Platform for EDGAR Filing Management

Description

EDGAR is the Electronic Data Gathering, Analysis, and Retrieval system which performs automated collection, validation, indexing, acceptance, and forwarding of submissions by companies and others who are required by law to file forms with the U.S. Securities and Exchange Commission (SEC). This package downloads EDGAR quarterly master index, daily master index, filings from SEC.org site and do sentiment analysis of 10-K statements.

Copy Link

Version

Install

install.packages('edgar')

Monthly Downloads

408

Version

1.0.4

License

GPL-2

Maintainer

Gunratan Lonare

Last Published

November 21st, 2015

Functions in edgar (1.0.4)

NegWordsHist

Creates histogram of most frequent negative words in 10-K statement.
GetWordfrquency

Creates words frequency dataframe of 10-K statement.
DownloadFilings

Retrieves EDGAR filings from SEC site.
PositiveWordcloud

Creates wordcloud of positive words from 10-K statement.
PosWordsHist

Creates histogram of most frequent positive words in 10-K statement.
poswords

Positive words for sentiment analysis of EDGAR filings
DownloadMasterIndex

Retrieves quarterly Master Index.
PolarityHist

Creates polarity histogram of word frequency dataframe of 10-K statement.
RunEdgarShiny

Shiny app for EDGAR filling management.
negwords

Negative words for sentiment analysis of EDGAR filings
NegativeWordcloud

Creates wordcloud of negative words from 10-K statement.