Working for all isins and new requirements #144

Merged
FlorianKellermann merged 13 commits from bot into main 2022-05-08 08:44:02 +00:00
2 changed files with 3 additions and 5 deletions
Showing only changes of commit a38d0c6e59 - Show all commits

View File

@ -1,6 +1,5 @@
pyTelegramBotAPI~=4.5.0
Markdown~=3.3.6
yfinance~=0.1.70
newsapi-python~=0.2.6
python-dotenv~=0.20.0
requests~=2.27.1

View File

@ -3,18 +3,17 @@ script for share fetching (by symbols (e.g. AAPL, TSLA etc.))
"""
__author__ = "Florian Kellermann, Linus Eickhoff"
__date__ = "15.03.2022"
__version__ = "0.0.2"
__version__ = "1.0.0"
__license__ = "None"
import yfinance
import investpy
import pandas
def get_share_price(str_search_for):
"""_summary_
"""get stock price per share for company name or isin or symbol
Args:
str_search_for (_type_): _description_
str_search_for (string): search for this string/isi
Returns:
_type_: _description_