Skip to content

Commit

Permalink
Update the Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JerBouma committed Apr 27, 2024
1 parent cb8a046 commit 5de30c4
Show file tree
Hide file tree
Showing 11 changed files with 1,690 additions and 1 deletion.
42 changes: 41 additions & 1 deletion examples/Finance Toolkit - 0. README Examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,47 @@
"<b><div align=\"center\">Obtain an API Key from FinancialModelingPrep <a href=\"https://www.jeroenbouma.com/fmp\">here</a>.</div></b>\n",
"___\n",
"\n",
"Through the link you are able to subscribe for the free plan and also premium plans at a **15% discount**. This is an affiliate link and thus supports the project at the same time. I have chosen FinancialModelingPrep as a source as I find it to be the most transparent, reliable and at an affordable price. When you notice that data is inaccurate or have any other issue related to the data, note that I simply provide the means to access this data and I am not responsible for the accuracy of the data itself. For this, use [their contact form](https://site.financialmodelingprep.com/contact) or provide the data yourself. "
"Through the link you are able to subscribe for the free plan and also premium plans at a **15% discount**. This is an affiliate link and thus supports the project at the same time. I have chosen FinancialModelingPrep as a source as I find it to be the most transparent, reliable and at an affordable price. When you notice that data is inaccurate or have any other issue related to the data, note that I simply provide the means to access this data and I am not responsible for the accuracy of the data itself. For this, use [their contact form](https://site.financialmodelingprep.com/contact) or provide the data yourself. \n",
"\n",
"<style>\n",
".button {\n",
" color: #fff !important;\n",
" background-color: #58abc4;\n",
" display: inline-block;\n",
" margin-bottom: 0.25em;\n",
" padding: 0.5em 1em;\n",
" font-family: -apple-system,BlinkMacSystemFont,\"Roboto\",\"Segoe UI\",\"Helvetica Neue\",\"Lucida Grande\",Arial,sans-serif;\n",
" font-size: .75em;\n",
" font-weight: bold;\n",
" text-align: center;\n",
" text-decoration: none;\n",
" border-width: 0;\n",
" border-radius: 4px;\n",
" cursor: pointer;\n",
"}\n",
"\n",
".button-current {\n",
" background-color: #d67f05;\n",
"}\n",
"\n",
"a:hover {\n",
" color: #fff !important;\n",
" font-weight: normal !important;\n",
"}\n",
"</style>\n",
"\n",
"<div style=\"display: flex; justify-content: space-between;\" class=\"show-on-desktop\">\n",
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit/getting-started\" target=\"_blank\" class=\"button\" style=\"flex: 1;margin-right:5px\">Toolkit</a>\n",
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit/discovery-module\" target=\"_blank\" class=\"button\" style=\"flex: 1;margin-right:5px\">Discovery</a>\n",
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit/ratios-module\" target=\"_blank\" class=\"button\" style=\"flex: 1;margin-right:5px\">Ratios</a>\n",
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit/models-module\" target=\"_blank\" class=\"button\" style=\"flex: 1;margin-right:5px\">Models</a>\n",
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit/options-module\" target=\"_blank\" class=\"button\" style=\"flex: 1;margin-right:5px\">Options</a>\n",
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit/technicals-module\" target=\"_blank\" class=\"button\" style=\"flex: 1;margin-right:5px\">Technicals</a>\n",
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit//fixedincome-module\" target=\"_blank\" class=\"button\" style=\"flex: 1;margin-right:5px\">Fixed income</a>\n",
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit/risk-module\" target=\"_blank\" class=\"button\" style=\"flex: 1;margin-right:5px\">Risk</a>\n",
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit/performance-module\" target=\"_blank\" class=\"button\" style=\"flex: 1;margin-right:5px\">Performance</a>\n",
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit/economics-module\" target=\"_blank\" class=\"button\" style=\"flex: 1; \">Economics</a>\n",
"</div>"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions examples/Finance Toolkit - 1. Getting Started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit/models-module\" target=\"_blank\" class=\"button\" style=\"flex: 1;margin-right:5px\">Models</a>\n",
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit/options-module\" target=\"_blank\" class=\"button\" style=\"flex: 1;margin-right:5px\">Options</a>\n",
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit/technicals-module\" target=\"_blank\" class=\"button\" style=\"flex: 1;margin-right:5px\">Technicals</a>\n",
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit//fixedincome-module\" target=\"_blank\" class=\"button\" style=\"flex: 1;margin-right:5px\">Fixed income</a>\n",
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit/risk-module\" target=\"_blank\" class=\"button\" style=\"flex: 1;margin-right:5px\">Risk</a>\n",
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit/performance-module\" target=\"_blank\" class=\"button\" style=\"flex: 1;margin-right:5px\">Performance</a>\n",
" <a href=\"https://www.jeroenbouma.com/projects/financetoolkit/economics-module\" target=\"_blank\" class=\"button\" style=\"flex: 1; \">Economics</a>\n",
Expand Down
Loading

0 comments on commit 5de30c4

Please sign in to comment.