GetFREData

Repository for the developmento of R package GetFREData

https://github.com/msperlin/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
Last synced: 11 months ago · JSON representation

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
Created about 6 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog

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

Associate Professor and Researcher at UFRGS

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 17
  • Total Committers: 2
  • Avg Commits per committer: 8.5
  • Development Distribution Score (DDS): 0.059
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email 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
bug (2)
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

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 252 Last month
Rankings
Stargazers count: 21.1%
Forks count: 28.8%
Dependent packages count: 29.8%
Average: 34.5%
Dependent repos count: 35.5%
Downloads: 57.3%
Maintainers (1)
Last synced: 11 months ago