Description Usage Arguments Details Value Data Feed See Also Examples
Pulls a list of securities available in [U.S. Public Company Data Feed] via Intrinio API
| 1 | i.securities(tickers = NULL, exchange = NULL, ...)
 | 
| 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  | 
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
Data in specified format. See intrOptions for details
Global Public Company Security Master
| 1 2 3 4 5 | ## Not run: 
i.securities() #Over 500 API calls
i.securities(tickers = c('AAPL', 'MSFT'))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.