Status

{{ status$ | async | json }}

Lookup

@if (symbols$) { @let symbols = symbols$ | async; }

Quotes

@if (quotes$) { @let quotes = quotes$ | async; }

Historical

@if (historicalData$) { @let historicalData = historicalData$ | async; }

Dividends

@if (dividends$) { @let dividends = dividends$ | async; }