Skip to content

Commit 79d9031

Browse files
committed
updation complete
1 parent 3c2df5f commit 79d9031

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Stock Market Exchange/.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
api = "0CDA2IATNBQB8Q5Z"

Stock Market Exchange/Easy/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
STOCK_ENDPOINT = "https://www.alphavantage.co/query?function=TIME_SERIES_INTRADAY&symbol=COMPANY_NAME&interval=5min&apikey=0CDA2IATNBQB8Q5Z"
77
NEWS_ENDPOINT = "https://newsapi.org/v2/everything"
8-
api = "0CDA2IATNBQB8Q5Z"
98

109
## STEP 1: Use https://www.alphavantage.co/documentation/#daily
1110
# When stock price increase/decreases by 5% between yesterday and the day before yesterday then print("Get News").

0 commit comments

Comments
 (0)