Skip to content

Instantly share code, notes, and snippets.

@janlukasschroeder
Created August 24, 2019 03:25
Show Gist options
  • Save janlukasschroeder/23720d6fa5fbde23fee2ad2322d33bff to your computer and use it in GitHub Desktop.
Save janlukasschroeder/23720d6fa5fbde23fee2ad2322d33bff to your computer and use it in GitHub Desktop.
SEC EDGAR Filings API - JSON Payload Example
{
"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