View source: R/nasdaq_data_link.R
| NasdaqDataLink.dataset.get | R Documentation |
Retrieves Data from the Nasdaq Data Link Dataset endpoint
NasdaqDataLink.dataset.get(code, params)
code |
Dataset code on Nasdaq Data Link specified as a string. |
params |
A list of parameters to be passed to the Nasdaq Data Link API. Please see https://docs.data.nasdaq.com/docs/in-depth-usage#get-time-series-metadata for a full list of parameters. |
Set your api_key with NasdaqDataLink.api_key function. For instructions on finding your api key go to https://data.nasdaq.com/account/profile
Returns a data.frame of the requested data
NasdaqDataLink.api_key, NasdaqDataLink
## Not run:
data_link_data = NasdaqDataLink.dataset.get("NSE/OIL", list(rows=5))
plot(data_link_data[,1])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.