Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save janlukasschroeder/75cbd5a907cc02eccd0d321b0868b745 to your computer and use it in GitHub Desktop.
Save janlukasschroeder/75cbd5a907cc02eccd0d321b0868b745 to your computer and use it in GitHub Desktop.
SEC EDGAR Filings API - Response Example
{
"total": 3,
"filings": [
{
"cik": "320193",
"ticker": "AAPL",
"companyName": "APPLE INC",
"formType": "10-Q",
"filedAt": "2016-07-27",
"linkToTxt": "https://www.sec.gov/...16-017809.txt",
"linkToHtml": "https://www.sec.gov/...017809-index.htm",
"id": "73185d9f04406fb9aadf93bd9c55a0f1"
},
{
"cik": "320193",
"ticker": "AAPL",
"companyName": "APPLE INC",
"formType": "10-Q",
"filedAt": "2016-04-27",
"linkToTxt": "https://www.sec.gov/...559625.txt",
"linkToHtml": "https://www.sec.gov/...9625-index.htm",
"id": "2ba487ec411e2964a3b5d4aa1b209e2c"
},
{
"cik": "320193",
"ticker": "AAPL",
"companyName": "APPLE INC",
"formType": "10-Q",
"filedAt": "2016-01-27",
"linkToTxt": "https://www.sec.gov/...16-439878.txt",
"linkToHtml": "https://www.sec.gov/...39878-index.htm",
"id": "6ea11fe857964a75f4a4c8dbde9aad89"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment