GetFREData
Repository for the developmento of R package GetFREData
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.7%) to scientific vocabulary
Repository
Repository for the developmento of R package GetFREData
Basic Info
- Host: GitHub
- Owner: msperlin
- Language: R
- Default Branch: master
- Size: 729 KB
Statistics
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
GetFREData
GetFREData is an R package for downloading information about companies traded at B3, the Brazilian financial exchange. The source of the data is CVM's ftp site and B3's FRE system, the official registration of all major corporate actions.
The data available in FRE is a rich and very useful for corporate finance studies, including the following tables:
- List of stockholders
- All capital issues
- Stock value over years
- Compensation of boards and directors
- Composition of boards and comittes
- Family relations within the company
- List of companies related to family members
- Stock details
- Intangible details
- Auditing details
- Dividends details
Annualy compiled datasets from FRE for all available companies since 2010 are available at https://www.msperlin.com/blog/data/.
Installation
```
CRAN (stable)
install.packages('GetFREData')
github (development)
if (!require(devtools)) install.packages('devtools') if (!require(GetFREData)) devtools::install_github('msperlin/GetFREData') ```
Example of usage
``` library(GetFREData) library(tidyverse)
searchcompany('grendene', cachefolder = tempdir())
lfre <- getfredata(companiescvmcodes = 19615, fretoread = 'last', firstyear = 2020, lastyear = 2020, cachefolder = tempdir())
glimpse(l_fre) ```
Owner
- Name: Marcelo S. Perlin
- Login: msperlin
- Kind: user
- Location: Porto Alegre, Brazil
- Company: UFRGS
- Website: https://www.msperlin.com/
- Repositories: 41
- Profile: https://github.com/msperlin
Associate Professor and Researcher at UFRGS
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| msperlin | m****n@g****m | 16 |
| Douglas Araujo | d****o@g****m | 1 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 5
- Total pull requests: 2
- Average time to close issues: 3 months
- Average time to close pull requests: about 4 hours
- Total issue authors: 3
- Total pull request authors: 2
- Average comments per issue: 1.4
- Average comments per pull request: 1.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- lsdelmondes (2)
- msperlin (2)
- ClarissaCapaverde (1)
Pull Request Authors
- msperlin (1)
- dkgaraujo (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 252 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: GetFREData
Reading FRE Corporate Data of Public Traded Companies from B3
- Homepage: https://github.com/msperlin/GetFREData/
- Documentation: http://cran.r-project.org/web/packages/GetFREData/GetFREData.pdf
- License: GPL-2
-
Latest release: 0.8.1
published about 4 years ago