Description Usage Arguments Value Examples
Returns market quote (last, bid, ask) on a single stock. Requires API keys (in specific order). See help for more info.
1 |
APIKeys |
A vector containing API keys (order: cKey, cSecret, oKey, oSecret). |
symbol |
The underlying's symbol |
A tibble containing the symbol, with last, bid, and ask prices.
1 2 3 4 | ## Not run:
GetQuotes(APIKeys, "XYZ")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.