get_session: Get the Crumb, Cookies, and Handle for Yahoo Finance API

View source: R/screen.R

get_sessionR Documentation

Get the Crumb, Cookies, and Handle for Yahoo Finance API

Description

A function to get the crumb, cookies, and handle required to authenticate and interact with the Yahoo Finance API.

Usage

get_session()

Value

A list containing the following elements:

handle

A curl handle object for subsequent requests.

crumb

A string representing the crumb value for authentication.

cookies

A data frame of cookies for the request.

Examples

session <- get_session()

yfscreen documentation built on April 11, 2025, 5:51 p.m.