Skip to contents

Fetches the ISINs associated with a given LEI.

Usage

lei_isins(id)

Arguments

id

(character(1))
The Legal Entity Identifier (LEI) to fetch ISINs for.

Value

A data.frame() with columns:

  • lei: The Legal Entity Identifier

  • isin: The ISIN

Examples

if (FALSE) { # \dontrun{
lei_isins("529900W18LQJJN6SJ336")
} # }