i.indices: Return available indices

Description Usage Arguments Details Value Data Feed See Also Examples

Description

Return available indices

Usage

1
i.indices(tickers = NULL, type = NULL, ...)

Arguments

tickers

A character vector of stock symbols to load detailed data on. Loads an entire list of indices (master data feed) with compacted response values if NULL.

type

A character vector with index types. Either stock_market, economic or sic

Details

This query will return indices available at intrinio with detailed information, such as country, continent, full name and type.

Value

Data in specified format. See intrOptions for details

Data Feed

Global Public Company Security Master

See Also

Indices API documentation.

Examples

1
2
3
4
5
6
## Not run: 
i.indices() # over 1000 API calls
i.indices(ticker = c('$SPX', '$SSEC'))
i.indices(type = 'stock_market')

## End(Not run)

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