diff --git a/src/lib/components/IndustryTable.svelte b/src/lib/components/IndustryTable.svelte index aae917db..9084ce65 100644 --- a/src/lib/components/IndustryTable.svelte +++ b/src/lib/components/IndustryTable.svelte @@ -1,29 +1,100 @@
| Industry Name | -Stocks | -Market Cap | -Div. Yield | -PE Ratio | -Profit Margin | -1M Change | -1Y Change | -||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| - {item?.profitMargin?.toFixed(2)}% + {abbreviateNumber(item?.profitMargin)}% |
-
+
Back to Home Page
diff --git a/src/routes/industry/all/+page.svelte b/src/routes/industry/all/+page.svelte
index da9b582f..24782eda 100644
--- a/src/routes/industry/all/+page.svelte
+++ b/src/routes/industry/all/+page.svelte
@@ -1,11 +1,94 @@
|