Skip to content

Commit

Permalink
edit basic screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragan Bogatic authored and Dragan Bogatic committed Sep 28, 2021
1 parent 14eb03f commit d39ba46
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions value_screen.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@
],
"metadata": {}
},
{
"cell_type": "markdown",
"source": [],
"metadata": {}
},
{
"cell_type": "code",
"execution_count": 5,
Expand All @@ -94,7 +89,8 @@
"url = (f'https://financialmodelingprep.com/api/v3/stock-screener?marketCapMoreThan={market_cap}&betaMoreThan={beta}&volumeMoreThan={volume}&dividendMoreThan={dividend}&exchange={exchange}&limit={limit}&apikey={FMP_API_KEY}')\n",
"\n",
"#get companies based on criteria defined about\n",
"screen = requests.get(url).json()"
"screen = requests.get(url).json()\n",
"#screen"
],
"outputs": [],
"metadata": {}
Expand Down

0 comments on commit d39ba46

Please sign in to comment.