Description Usage Arguments Value Examples
Enter search string to pull back matching symbols or companies
1 | fmpc_symbol_search(query = "apple inc", limit = 10)
|
query |
a search string,for example 'tech' |
limit |
limit the results to a certain number |
list of symbols and companies that meet the search criteria
1 2 3 4 5 6 7 | ## Not run:
# Function can work without a valid API token
fmpc_set_token() # defaults to 'demo'
fmpc_symbol_search('apple')
fmpc_symbol_search('tech', 100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.