diff options
author | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-09 20:13:35 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-09 20:13:35 -0400 |
commit | f39aaafaa037bf0e9496a39730bef84c61002232 (patch) | |
tree | a8c5d181cff5387d574d388e589a01db317372b5 /frontend/src | |
parent | 54fb70361dc84356b9b209696403349f8f238524 (diff) |
Small updates to incorportate number of shares into the DB.
Diffstat (limited to 'frontend/src')
-rw-r--r-- | frontend/src/SECAPIData.js | 2 |
1 files changed, 1 insertions, 1 deletions
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\")" } }, |