Description Usage Arguments Value Examples
Fetch the quote for a given index.
1 | nse_index_quote(clean_names = TRUE)
|
clean_names |
Logical; if |
A tibble with the following columns:
index_name |
Name of the NSE indices. |
last_traded_price |
Last traded price. |
change |
Change in price. |
percent_change |
Percentage change in price. |
1 2 3 4 | nse_index_quote()
# retain original column names as returned by NSE
nse_index_quote(clean_names = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.