Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 518 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 518 Bytes

Build Status

ROpenFIGI

A convenient interface to OpenFIGI API

Usage

very simple, see below. You can look at the source code and come up with your own usage.

library(ROpenFIGI)
jsondf <- data.frame(idType=c("ID_ISIN"),idValue=c("US922646AS37"),
                     exchCode=c(NA),currency=NA,micCode=NA,stringsAsFactors = F)

jsonrst <- OpenFIGI(jsondf)
jsonrst

library(dplyr)
finalrst <- OpenFIGI_MappingCreator(jsondf)