Description Usage Arguments Details Examples
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.
1 | riingo_iex_quote(ticker)
|
ticker |
One or more tickers to download data for from Tiingo. Can be a stock, mutual fund, or ETF. A character vector. |
At the end of the day, the mid
, askPrice
, bidSize
, bidPrice
, askSize
,
and lastSize
fields will be NA
. This is normal.
1 2 3 4 5 6 | ## Not run:
riingo_iex_quote("QQQ")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.