powered by
This function retrieves fundamentals data from the API.
get_fundamentals_data(api_token, ticker)
A list containing the fundamental data.
The API token for authentication.
consists of two parts: [SYMBOL_NAME].[EXCHANGE_ID]
api_token <- "demo" ticker <- "AAPL.US" result <- get_fundamentals_data(api_token, ticker)
Run the code above in your browser using DataLab