powered by
A function to get the crumb, cookies, and handle required to authenticate and interact with the Yahoo Finance API.
get_session()
A list containing the following elements:
A curl handle object for subsequent requests.
A string representing the crumb value for authentication.
A data frame of cookies for the request.
session <- get_session()
Run the code above in your browser using DataLab