OpenFIGI: OpenFIGI main function

Description Usage Arguments Details Value Examples

Description

OpenFIGI main function

Usage

1
2
OpenFIGI(input, apikey = NULL,
  openfigiurl = "https://api.openfigi.com/v1/mapping", preferdf = F)

Arguments

input

input data.frame or json, and others that can be feed into toJSON

apikey

your API key

openfigiurl

Bloomberg's OpenFIGI URL, please see https://openfigi.com/api

preferdf

if only supply 1 input, do you prefer to see the data.frame directly

Details

you may need to setInternet2() or set up proxy if needed

Value

a list of data.frame, of a data.frame if preferdf=T and only 1 request

Examples

1
2
3
4
5
## Not run: 
  setInternet2()
  figirst = OpenFIGI(sampleOpenFIGIdf())

## End(Not run)

ROpenFIGI documentation built on May 2, 2019, 5:54 a.m.