View source: R/FundamentalDataAPI.R
get_fundamentals_data | R Documentation |
This function retrieves fundamentals data from the API.
get_fundamentals_data(api_token, ticker)
api_token |
The API token for authentication. |
ticker |
consists of two parts: [SYMBOL_NAME].[EXCHANGE_ID] |
A list containing the fundamental data.
api_token <- "demo"
ticker <- "AAPL.US"
result <- get_fundamentals_data(api_token, ticker)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.