axprism_financials: Normalized financial statements (IS / BS / CF / ALL)

View source: R/axprism.R

axprism_financialsR Documentation

Normalized financial statements (IS / BS / CF / ALL)

Description

Normalized financial statements (IS / BS / CF / ALL)

Usage

axprism_financials(
  client,
  ticker,
  statement = "IS",
  period = "annual",
  currency = "NATIVE",
  history = "latest",
  as_reported = FALSE
)

Arguments

client

An axprism_client.

ticker

Ticker symbol.

statement

"IS", "BS", "CF", or "ALL".

period

"annual", "quarterly", or "ttm".

currency

"NATIVE", "USD", or any ISO 4217 code.

history

"latest" or "all".

as_reported

Return raw un-normalized XBRL when TRUE.

Value

Parsed API response as a named list.

Examples

client <- axprism_client(api_key = "demo-key")
## Not run: 
axprism_financials(client, "AAPL", statement = "IS")

## End(Not run)

axprism documentation built on July 8, 2026, 9:07 a.m.