parse_income_statement {yfinancer}R Documentation

Parse income statement module data from Yahoo Finance API

Description

Transforms the nested income statement data from Yahoo Finance API into a tidy tibble. This function handles both annual and quarterly income statements, extracting key financial metrics like revenue, expenses, and earnings.

Usage

parse_income_statement(result_data)

Arguments

result_data

The raw income statement data from Yahoo Finance API

Value

A tibble containing the parsed income statement data with financial metrics


[Package yfinancer version 0.1.3 Index]