parse_asset_profile {yfinancer}R Documentation

Parse asset profile module data from Yahoo Finance API

Description

Transforms the nested asset profile data from Yahoo Finance API into a tidy tibble. This includes company information such as industry, sector, description, address, and company officers.

Usage

parse_asset_profile(result_data)

Arguments

result_data

The raw asset profile data from Yahoo Finance API

Value

A tibble containing the parsed asset profile data with nested company officers data


[Package yfinancer version 0.1.3 Index]