company_info: Batch download daily historical exchange rates.

Description Usage Arguments Value See Also Examples

View source: R/iexcloud.R

Description

Using the IEX cloud 'batch' endpoint, this function pulls data based on the ‘chart' endpoint’s 'chartByDay'argument which offers a granular, day-based download. This is slow, but can be less expensive than the 'range' mode in prices_batch.

Usage

1

Arguments

symbol

The company's symbol. Preferably from the company's leading exchange.

Value

A list with company information

See Also

prices_batch

Examples

1
2
3
## Not run: 
company_info('AAPL')
## End(Not run)

kermit-t-frog/iexcloudr documentation built on Dec. 21, 2021, 5:25 a.m.