Skip to content

Commit

Permalink
various updates
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Nov 1, 2023
1 parent 49152f9 commit a8cb91e
Show file tree
Hide file tree
Showing 6 changed files with 372 additions and 693 deletions.
30 changes: 25 additions & 5 deletions iex_trading/IEX_stocks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# IEX Trading\n",
"Written by Jean-Luc Stevens<br>\n",
"Created: November 20, 2019<br>\n",
"Last updated: July 30, 2021"
"# IEX Trading"
]
},
{
Expand Down Expand Up @@ -41,6 +38,16 @@
"events:"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import warnings\n",
"warnings.simplefilter('ignore')"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -460,9 +467,22 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"pygments_lexer": "ipython3"
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
}
},
"nbformat": 4,
Expand Down
30 changes: 25 additions & 5 deletions iex_trading/IEX_trading.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# IEX Trading\n",
"Written by Jean-Luc Stevens<br>\n",
"Created: November 20, 2019<br>\n",
"Last updated: August 2, 2021"
"# IEX Trading"
]
},
{
Expand Down Expand Up @@ -44,6 +41,16 @@
"[IEXTools](https://pypi.org/project/IEXTools/) library."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import warnings\n",
"warnings.simplefilter('ignore')"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -351,9 +358,22 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"pygments_lexer": "ipython3"
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit a8cb91e

Please sign in to comment.