We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2df5f commit 79d9031Copy full SHA for 79d9031
Stock Market Exchange/.env
@@ -0,0 +1 @@
1
+api = "0CDA2IATNBQB8Q5Z"
Stock Market Exchange/Easy/main.py
@@ -5,7 +5,6 @@
5
6
STOCK_ENDPOINT = "https://www.alphavantage.co/query?function=TIME_SERIES_INTRADAY&symbol=COMPANY_NAME&interval=5min&apikey=0CDA2IATNBQB8Q5Z"
7
NEWS_ENDPOINT = "https://newsapi.org/v2/everything"
8
-api = "0CDA2IATNBQB8Q5Z"
9
10
## STEP 1: Use https://www.alphavantage.co/documentation/#daily
11
# When stock price increase/decreases by 5% between yesterday and the day before yesterday then print("Get News").
0 commit comments