instruments | R Documentation |
Retrieves instruments data filtered by asset type. This function uses an API token stored in an environment variable named 'LIMEX_API_TOKEN'.
instruments(assets = "stocks")
assets |
Type of assets to query, by default 'stocks'. |
A data frame containing instrument data, or NULL if the request fails.
## Not run:
instruments_data <- instruments(assets = 'stocks')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.