summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDidierRLopes <dro.lopes@campus.fct.unl.pt>2024-03-31 08:41:33 -0700
committerGitHub <noreply@github.com>2024-03-31 15:41:33 +0000
commit6b91e94aba267c58d8f323f1d479c0d953677b17 (patch)
treec74b2399d2d38677c3e39b742a386a2d60a89228
parent42a8c8f790aedf5aae7bbcb0fd9eeefebc897cfa (diff)
make Excel templates downloadable from docs (#6270)
-rw-r--r--website/content/excel/templates.mdx47
1 files changed, 32 insertions, 15 deletions
diff --git a/website/content/excel/templates.mdx b/website/content/excel/templates.mdx
index 168fdf7d2c5..8d994195e59 100644
--- a/website/content/excel/templates.mdx
+++ b/website/content/excel/templates.mdx
@@ -16,18 +16,6 @@ import HeadTitle from '@site/src/components/General/HeadTitle.tsx';
OpenBB Add-In for Excel offered by OpenBB. These templates are designed to help you perform a variety of tasks, from equity analysis to economic analysis. They can be used as-is or customized to suit your needs.
-These can be downloaded in the [OpenBB Hub](https://my.openbb.co).
-
-<div className="flex-grow flex items-center justify-center my-5">
- <a href="https://my.openbb.co/app/excel">
- <button
- className="bg-grey-200 hover:bg-grey-400 dark:bg-[#303038] dark:hover:bg-grey-600 text-grey-900 dark:text-grey-200 text-sm font-medium py-2 px-4 rounded"
- >
- Download OpenBB Excel templates
- </button>
- </a>
-</div>
-
<div style={{display: 'flex', justifyContent: 'center'}}>
<iframe
style={{width: '800px', height: '450px', display: 'block', margin: '0 auto'}}
@@ -38,8 +26,37 @@ These can be downloaded in the [OpenBB Hub](https://my.openbb.co).
/>
</div>
-## OpenBB Excel templates
+## Excel templates
+
+### Equity analysis
+
+This workbook offers access to data from the Equity dashboard in OpenBB Terminal Pro, presenting key equity information across tabs, including company details, financial metrics, comparative analysis, ownership insights, event calendars, and analyst estimates.
+
+![Equity analysis](https://openbb-assets.s3.amazonaws.com/docs/excel/EquityAnalysis.png)
+
+<div className="flex-grow flex items-center justify-center my-5">
+ <a href="https://openbb-assets.s3.amazonaws.com/docs/excel/EquityAnalysis.xlsx">
+ <button
+ className="bg-grey-200 hover:bg-grey-400 dark:bg-[#303038] dark:hover:bg-grey-600 text-grey-900 dark:text-grey-200 text-sm font-medium py-2 px-4 rounded"
+ >
+ Download Equity Analysis Template
+ </button>
+ </a>
+</div>
+
+
+### Equity snapshot
+
+This workbook compares different stock peers based on their stock performance and fundamental data.
-![Excel Template 1](https://github.com/OpenBB-finance/OpenBBTerminal/assets/25267873/d857d8ff-58d8-4037-a368-301a9b4178cc)
+![Equity snapshot](https://openbb-assets.s3.amazonaws.com/docs/excel/EquitySnapshot.png)
-![Excel Template 2](https://github.com/OpenBB-finance/OpenBBTerminal/assets/25267873/5f45f38d-19bc-48ae-bf2a-caae3b270d84)
+<div className="flex-grow flex items-center justify-center my-5">
+ <a href="https://openbb-assets.s3.amazonaws.com/docs/excel/EquitySnapshot.xlsx">
+ <button
+ className="bg-grey-200 hover:bg-grey-400 dark:bg-[#303038] dark:hover:bg-grey-600 text-grey-900 dark:text-grey-200 text-sm font-medium py-2 px-4 rounded"
+ >
+ Download Equity Snapshot Template
+ </button>
+ </a>
+</div>