Learn R Programming

iqfeed (version 0.2)

osi2iq: Convert from an OSI standard symbol to the IQFeed symbol format.

Description

Convert from an OSI standard symbol to the IQFeed symbol format.

Usage

osi2iq(symbol)

Arguments

symbol
An OSI symbol.

Value

(Character) old-style IQFeed symbol.

See Also

osi

Examples

Run this code
require(iqfeed)
iqConf()
# Options chain lookup example
symbols <- CEO("MSFT")
symbols

# Convert to standard OSI format (e.g., for use by a broker), and back:
osi(symbols[1])
osi2iq(.Last.value)

Run the code above in your browser using DataLab