bertei.net
Programmatic financial filings data
Full financial filing XBRL fact dumps delivered as gzipped JSON, completely free to use with no rate limits. New filings should appear within 5 minutes.
Selected CompanyNo company selected.
Usage Workflow
- 1. Get companies JSON
GET https://data.bertei.net/companies
Returns a JSON object with source properties (e.g.,{"sec": [...]}). Each source property contains an array of company objects. Find your target company and use itsfilings_url. - 2. Get filings JSON
GET {company.filings_url}
Returns a JSON object with afilingsarray property. Each item in the array is a filing object with aurlproperty. - 3. Download filing data
GET {filing.url}
Returns gzipped JSON containing the complete filing data with normalized fields and XBRL facts.