diff --git a/justfile b/justfile index 037ef23..f704e90 100644 --- a/justfile +++ b/justfile @@ -96,3 +96,8 @@ parse-trial-histories: #Download and install get-histories: download-trial-histories parse-trial-histories + +#download market data +get-nsde: + cd market_data && bash download_nsde.sh + cd market_data && python extract_nsde.py diff --git a/sample.env b/sample.env new file mode 100644 index 0000000..f5e9d55 --- /dev/null +++ b/sample.env @@ -0,0 +1,5 @@ +#Env file for setting up db and +DBNAME="aact_db" +DBUSER="root" +DBHOST="localhost" +DBPASS="root"