From 0095015053ccb00f2bbaacf0bbea7ac302e37c20 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sun, 4 Jun 2017 21:21:55 -0400 Subject: [PATCH] Update which quarter it is for fetching SEC PDF --- scripts/gen_cusip_csv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen_cusip_csv.sh b/scripts/gen_cusip_csv.sh index 394efb6..f8e64a5 100755 --- a/scripts/gen_cusip_csv.sh +++ b/scripts/gen_cusip_csv.sh @@ -1,5 +1,5 @@ #!/bin/bash -QUARTER=2016q3 +QUARTER=2017q1 function get_ticker() { local cusip=$1