riingo_iex_quote {riingo} | R Documentation |
Quote and Top of Book data for a given ticker
Description
Tiingo is plugged into the IEX feed, and they provide last sale data along with TOP (top of book) bid and ask quotes. Note that this cannot be historically queried.
Usage
riingo_iex_quote(ticker)
Arguments
ticker |
One or more tickers to download data for from Tiingo. Can be a stock, mutual fund, or ETF. A character vector. |
Details
At the end of the day, the mid
, askPrice
, bidSize
, bidPrice
, askSize
,
and lastSize
fields will be NA
. This is normal.
Examples
## Not run:
riingo_iex_quote("QQQ")
## End(Not run)
[Package riingo version 0.3.1 Index]