Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m-muecke/gleif

R client for the GLEIF API
https://github.com/m-muecke/gleif

gleif isin lei r r-package

Last synced: 21 days ago
JSON representation

R client for the GLEIF API

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
options(tibble.print_min = 5L, tibble.print_max = 5L)
```

# gleif

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/m-muecke/gleif/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/m-muecke/gleif/actions/workflows/R-CMD-check.yaml)
[![CRAN status](https://www.r-pkg.org/badges/version/gleif)](https://CRAN.R-project.org/package=gleif)

gleif is a minimal R client for the [gleif](https://www.gleif.org) API.
A major challenge when dealing with financial data is the mapping of entities across different data sources.
Especially when dealing with legal entities, the Legal Entity Identifier (LEI) can be used to uniquely identify entities.

## Installation
You can install the development version of gleif from [GitHub](https://github.com/) with:

```{r, eval = FALSE}
# install.packages("pak")
pak::pak("m-muecke/gleif")
```

## Usage

Currently only the download of the lei mapping data is supported.

```{r}
library(gleif)

mapping <- lei_mapping("isin")
mapping
```

## Related work

- [gleifr](https://github.com/Financial-Times/gleifr) - R package to support analysis of GLEIF data