View source: R/nasdaq_data_link_search.R
NasdaqDataLink.search | R Documentation |
Search the Nasdaq Data Link database
NasdaqDataLink.search(query, silent = FALSE, per_page = 10, ...)
query |
Search terms |
silent |
Prints the results when FALSE. |
per_page |
Number of results returned per page. |
... |
Additional named values that are interpretted as Nasdaq Data Link API 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
For instructions on finding your authentication token go to https://data.nasdaq.com/account/profile
Search results returned as a data.frame.
NasdaqDataLink.api_key
## Not run: search.results <- NasdaqDataLink.search("oil") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.