Status

{{ status$ | async | json }}

Lookup

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

Lookup (ISIN)

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

Quotes

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

Historical

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

Dividends

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