i.securities: Load list of securities and their details

Description Usage Arguments Details Value Data Feed See Also Examples

Description

Pulls a list of securities available in [U.S. Public Company Data Feed] via Intrinio API

Usage

1
i.securities(tickers = NULL, exchange = NULL, ...)

Arguments

tickers

A character vector of stock symbols to load detailed data on.

exchange

A string or a character vector of the same length as tickers (if specified) containing exchange(s)

...

other arguments to pass to MoreArgs of intrCallMap

Details

Calling i.securities() without any arguments will return master data feed (a data.frame with all tickers)
Passing a vector of tickers will return more detailed data on securities

Value

Data in specified format. See intrOptions for details

Data Feed

Global Public Company Security Master

See Also

Securities API documentation.

Examples

1
2
3
4
5
## Not run: 
i.securities() #Over 500 API calls
i.securities(tickers = c('AAPL', 'MSFT'))

## End(Not run)

ksavin/intrinio documentation built on May 20, 2019, 7:03 p.m.