From f39aaafaa037bf0e9496a39730bef84c61002232 Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Fri, 9 Apr 2021 20:13:35 -0400 Subject: Small updates to incorportate number of shares into the DB. --- frontend/src/SECAPIData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src') diff --git a/frontend/src/SECAPIData.js b/frontend/src/SECAPIData.js index 987378c..7aa7d8c 100644 --- a/frontend/src/SECAPIData.js +++ b/frontend/src/SECAPIData.js @@ -18,7 +18,7 @@ function SECAPIData() { pastDate.setDate(date.getDate() - 14); let past = pastDate.toISOString().slice(0, 10); - fetch("https://api.sec-api.io?token=defaad59a1b9b82e688d2761357c4c674dc16bd16b8350090254fe53288ad1be", { + fetch("https://api.sec-api.io?token=4d6ff81353d665c975d443e30020879b1ea882bc96a00cd8774a95bddd838fe5", { method: "POST", body: JSON.stringify({ "query": { "query_string": { "query": "formType:4 AND filedAt:{"+ past +" TO "+ today +"} AND formType:(NOT \"N-4\") AND formType:(NOT \"4/A\")" } }, -- cgit v1.2.3-70-g09d2