Skip to contents

Fetches metadata (AUM, TER, etc.) for a given ETF ticker from the Yahoo Finance API.

Usage

fetch_etf_metadata(symbol)

Arguments

symbol

Character string. The Yahoo Finance ticker symbol of the ETF (e.g., "VUSA.L").

Value

A tibble with metadata columns. Returns an empty tibble with the symbol if fetching fails.

Examples

if (FALSE) { # \dontrun{
  fetch_etf_metadata("VUSA.L")
} # }