Skip to content

HuangRicky/ROpenFIGI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A convenient R interface to OpenFIGI API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages