Skip to main contentSkip to navigation

Financials

Display financial statements and fundamental data.

Installation

npx @hanzo/ui@latest add financials

Usage

import { Financials } from "@hanzo/ui/finance"

export default function Demo() {
  return <Financials symbol="NASDAQ:AAPL" displayMode="adaptive" />
}

Props

PropTypeDefaultDescription
symbolstring"NASDAQ:AAPL"Trading symbol to display
widthstring | number"100%"Widget width
heightstring | number800Widget height
localestring"en"Language locale
colorTheme"light" | "dark""dark"Color theme
isTransparentbooleanfalseTransparent background
displayMode"adaptive" | "regular" | "compact""adaptive"Layout mode