Package: edgar 2.0.7
edgar: Tool for the U.S. SEC EDGAR Retrieval and Parsing of Corporate Filings
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.
Authors:
edgar_2.0.7.tar.gz
edgar_2.0.7.zip(r-4.5)edgar_2.0.7.zip(r-4.4)edgar_2.0.7.zip(r-4.3)
edgar_2.0.7.tgz(r-4.4-any)edgar_2.0.7.tgz(r-4.3-any)
edgar_2.0.7.tar.gz(r-4.5-noble)edgar_2.0.7.tar.gz(r-4.4-noble)
edgar_2.0.7.tgz(r-4.4-emscripten)edgar_2.0.7.tgz(r-4.3-emscripten)
edgar.pdf |edgar.html✨
edgar/json (API)
# Install 'edgar' in R: |
install.packages('edgar', repos = c('https://gunratan.r-universe.dev', 'https://cloud.r-project.org')) |
- LMMasterDictionary - Loughran and McDonald Sentiment Master Dictionary
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 1 years agofrom:556c92ede9. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win | OK | Nov 01 2024 |
R-4.5-linux | OK | Nov 01 2024 |
R-4.4-win | OK | Nov 01 2024 |
R-4.4-mac | OK | Nov 01 2024 |
R-4.3-win | OK | Nov 01 2024 |
R-4.3-mac | OK | Nov 01 2024 |
Exports:get8KItemsgetBusinDescrgetDailyMastergetFilingHeadergetFilingInfogetFilingsgetFilingsHTMLgetMasterIndexgetMgmtDiscgetSentimentsearchFilings
Dependencies:askpassBHclicurlgluehttrjsonlitelifecyclemagrittrmimeNLPopensslqdapRegexR.methodsS3R.ooR.utilsR6RcpprlangslamstringistringrsystmvctrsXMLxml2
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Retrieves Form 8-K event information | get8KItems |
Retrieves business descriptions from annual statements | getBusinDescr |
Retrieves daily master index | getDailyMaster |
Scrape EDGAR filing header information | getFilingHeader |
Retrieves filing information of a firm | getFilingInfo |
Retrieves EDGAR filings from SEC server | getFilings |
Get HTML view of EDGAR filings | getFilingsHTML |
Retrieves quarterly master index | getMasterIndex |
Retrieves management's discussion and analysis section | getMgmtDisc |
Provides sentiment measures of EDGAR filings | getSentiment |
Loughran and McDonald Sentiment Master Dictionary | LMMasterDictionary |
Search EDGAR filings for specific keywords | searchFilings |