batch_request: batch calls to market

Description Usage Arguments

Description

batch calls to market

Usage

1
2
3
4
5
6
7
batch_request(
  symbol = "market",
  types = NULL,
  symbols = NULL,
  range = NULL,
  ...
)

Arguments

symbol

a market symbol or "market"

types

a comma separated list of data types to return such as quote,chart,news

symbols

if symbol is "market" then a commas separated list of market symbols

range

if one of the types is chart, then the range parameter for the chart eq. 1d,1m,5y

...

Parameters that are sent to individual endpoints can be specified in batch calls and will be applied to each supporting endpoint.


schardtbc/iexcloudR documentation built on Aug. 23, 2020, 3:58 a.m.