riingo (version 0.1.0)

riingo_iex_quote: 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

Run this code
# NOT RUN {
# }
# NOT RUN {
riingo_iex_quote("QQQ")

# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace