fmpc_symbol_search: Search for symbols or companies

View source: R/marketInfo.R

fmpc_symbol_searchR Documentation

Search for symbols or companies

Description

Enter search string to pull back matching symbols or companies

Usage

fmpc_symbol_search(query = "apple inc", limit = 10)

Arguments

query

a search string,for example 'tech'

limit

limit the results to a certain number

Value

list of symbols and companies that meet the search criteria

Examples


## 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)

exploringfinance/fmpcloudr documentation built on Feb. 5, 2024, 11:02 a.m.