otListSymbols {opentick}R Documentation

List opentick symbols

Description

Function to list all opentick symbols for a given exchange.

Usage

otListSymbols(exchange)

Arguments

exchange Exchange code

Value

A data.frame containing the columns below:

cyrrencyID The currency the symbol is denominated in
symbolCode The code for the symbol
type Instrument Type: 1=Equity, 2=Index, 3=Option, 4=Future
company The company name

Note

The URL in below lists all the available products and the exchange codes that are available with them.
http://www.opentick.com/dokuwiki/doku.php?id=general:exchange_codes

Author(s)

Josh Ulrich

References

http://www.opentick.com/dokuwiki/doku.php?id=general:symbol_formats http://www.opentick.com/dokuwiki/doku.php?id=general:common_symbols http://www.opentick.com/index.php?app=search&event=symbols

See Also

otListExchanges provides exchange codes.


[Package opentick version 0.1-1 Index]