NasdaqDataLink.search {NasdaqDataLink} | R Documentation |
Search the Nasdaq Data Link database
Description
Search the Nasdaq Data Link database
Usage
NasdaqDataLink.search(query, silent = FALSE, per_page = 10, ...)
Arguments
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. |
Details
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
Value
Search results returned as a data.frame.
See Also
Examples
## Not run:
search.results <- NasdaqDataLink.search("oil")
## End(Not run)
[Package NasdaqDataLink version 1.0.0 Index]