iex.book {Riex} | R Documentation |
Retrieves quote, bids, asks, trades and system event for each Stock Symbol
Description
For more details, visit:https://iexcloud.io/docs/api/#book
Usage
iex.book(x, iex_sk)
Arguments
x |
A character vector that can include one or multiple Tickers / Stocks Symbols |
iex_sk |
is a character vector that include IEX Cloud API Secret Token |
Details
for function like book(), only one value will be accepted per request
Value
Data frame with stock(s) quote data
Author(s)
Myriam Ibrahim
See Also
Investors Exchange 'IEX' developer guide https://iexcloud.io/docs/api/
Investors Exchange Group (IEX Group) offers flexible and salable pricing.https://iexcloud.io/pricing/
View Investors Exchange Group (IEX Group) terms of use and subscription levels.https://iexcloud.io/terms/
Package 'iexcloudR'https://github.com/schardtbc/iexcloudR
Examples
## Not run:
iex.book("TSLA", "sk")
## End(Not run)
[Package Riex version 1.0.2 Index]