Created
August 24, 2019 03:25
-
-
Save janlukasschroeder/23720d6fa5fbde23fee2ad2322d33bff to your computer and use it in GitHub Desktop.
SEC EDGAR Filings API - JSON Payload Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"query": { | |
"query_string": { | |
"query": "cik:320193 AND filedAt:{2016-01-01 TO 2016-12-31} AND formType:\"10-Q\"" | |
} | |
}, | |
"from": "0", | |
"size": "10", | |
"sort": [ | |
{ | |
"filedAt": { | |
"order": "desc" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment