Last active
September 28, 2021 19:46
-
-
Save janlukasschroeder/7d26fd6f64f9875eeec7f5b04a702a23 to your computer and use it in GitHub Desktop.
Example response from SEC EDGAR streaming API
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
{ | |
"id": "3f1416b68de0b25cfaa0bf21842d3691", | |
"accessionNo": "0001185348-20-000015", | |
"cik": "1185348", | |
"ticker": "PRAA", | |
"companyName": "PRA GROUP INC", | |
"companyNameLong": "PRA GROUP INC (Filer)", | |
"formType": "8-K", | |
"description": "Form 8-K - Current report", | |
"filedAt": "2020-06-09T08:05:40-04:00", | |
"linkToTxt": "https://www.sec.gov/Archives/edgar/data/1185348/000118534820000015/0001185348-20-000015.txt", | |
"linkToHtml": "https://www.sec.gov/Archives/edgar/data/1185348/000118534820000015/0001185348-20-000015-index.htm", | |
"linkToXbrl": "", | |
"linkToFilingDetails": "https://www.sec.gov/Archives/edgar/data/1185348/000118534820000015/praa20208k1011.htm", | |
"entities": [ | |
{ | |
"companyName": "PRA GROUP INC (Filer)", | |
"cik": "0001185348", | |
"irsNo": "753078675", | |
"stateOfIncorporation": "DE", | |
"fiscalYearEnd": "1231", | |
"type": "8-K", | |
"act": "34", | |
"fileNo": "000-50058", | |
"filmNo": "20950914", | |
"sic": "7320 Services-Consumer Credit Reporting, Collection Agencies" | |
} | |
], | |
"documentFormatFiles": [ | |
{ | |
"sequence": "1", | |
"description": "8-K", | |
"documentUrl": "https://www.sec.gov/ix?doc=/Archives/edgar/data/1185348/000118534820000015/praa20208k1011.htm", | |
"type": "8-K", | |
"size": "45666" | |
}, | |
{ | |
"sequence": "2", | |
"description": "EXHIBIT 99.1", | |
"documentUrl": "https://www.sec.gov/Archives/edgar/data/1185348/000118534820000015/exhibit9911.htm", | |
"type": "EX-99.1", | |
"size": "18598" | |
}, | |
{ | |
"sequence": " ", | |
"description": "Complete submission text file", | |
"documentUrl": "https://www.sec.gov/Archives/edgar/data/1185348/000118534820000015/0001185348-20-000015.txt", | |
"type": " ", | |
"size": "210865" | |
} | |
], | |
"dataFiles": [ | |
{ | |
"sequence": "3", | |
"description": "XBRL TAXONOMY EXTENSION SCHEMA DOCUMENT", | |
"documentUrl": "https://www.sec.gov/Archives/edgar/data/1185348/000118534820000015/praa-20200609.xsd", | |
"type": "EX-101.SCH", | |
"size": "4471" | |
}, | |
{ | |
"sequence": "4", | |
"description": "XBRL TAXONOMY EXTENSION CALCULATION LINKBASE DOCUMENT", | |
"documentUrl": "https://www.sec.gov/Archives/edgar/data/1185348/000118534820000015/praa-20200609_cal.xml", | |
"type": "EX-101.CAL", | |
"size": "638" | |
}, | |
{ | |
"sequence": "5", | |
"description": "XBRL TAXONOMY EXTENSION DEFINITION LINKBASE DOCUMENT", | |
"documentUrl": "https://www.sec.gov/Archives/edgar/data/1185348/000118534820000015/praa-20200609_def.xml", | |
"type": "EX-101.DEF", | |
"size": "1488" | |
}, | |
{ | |
"sequence": "6", | |
"description": "XBRL TAXONOMY EXTENSION LABEL LINKBASE DOCUMENT", | |
"documentUrl": "https://www.sec.gov/Archives/edgar/data/1185348/000118534820000015/praa-20200609_lab.xml", | |
"type": "EX-101.LAB", | |
"size": "26147" | |
}, | |
{ | |
"sequence": "7", | |
"description": "XBRL TAXONOMY EXTENSION PRESENTATION LINKBASE DOCUMENT", | |
"documentUrl": "https://www.sec.gov/Archives/edgar/data/1185348/000118534820000015/praa-20200609_pre.xml", | |
"type": "EX-101.PRE", | |
"size": "13594" | |
}, | |
{ | |
"sequence": "14", | |
"description": "EXTRACTED XBRL INSTANCE DOCUMENT", | |
"documentUrl": "https://www.sec.gov/Archives/edgar/data/1185348/000118534820000015/praa20208k1011_htm.xml", | |
"type": "XML", | |
"size": "4191" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment