nafisneehal commited on
Commit
e0255b4
·
verified ·
1 Parent(s): 6a56fb4

Upload config.yml

Browse files
Files changed (1) hide show
  1. config.yml +10 -0
config.yml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ #API params
2
+ stock_api_params:
3
+ time_interval: "1h"
4
+ base_url: "https://api.twelvedata.com/"
5
+ endpoint: "time_series/"
6
+ timezone: "America/New_York"
7
+ symbol: "BTC/USD"
8
+
9
+ hopsworks:
10
+ project_name: "stock_mind"