FinancialReports
  1. processed-filings
FinancialReports
  • FinancialReports API Documentation
  • companies
    • companies_list
      GET
    • companies_retrieve
      GET
  • filing-types
    • filing_types_list
      GET
    • filing_types_retrieve
      GET
  • filings
    • filings_list
      GET
    • filings_retrieve
      GET
  • industries
    • industries_list
      GET
    • industries_retrieve
      GET
  • industry-groups
    • industry_groups_list
      GET
    • industry_groups_retrieve
      GET
  • schema
    • schema_retrieve
      GET
  • sectors
    • sectors_list
      GET
    • sectors_retrieve
      GET
  • sources
    • sources_list
      GET
    • sources_retrieve
      GET
  • sub-industries
    • sub_industries_list
      GET
    • sub_industries_retrieve
      GET
  • processed-filings
    • processed_filings_retrieve
      GET
  1. processed-filings

processed_filings_retrieve

GET
/processed-filings/{id}/
processed-filings
Retrieve the processed content for a single filing by the ProcessedFiling ID.

Request

Path Params
id
integer 
required
Header Params
x-api-key
string 
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.financialreports.eu/processed-filings//' \
--header 'x-api-key;'

Responses

🟢200OK
application/json
Body
Serializer for the ProcessedFiling model, providing access to the processed content (e.g., markdown).
id
integer 
read-onlyrequired
filing_id
integer 
read-onlyrequired
ID of the original Filing.
content_markdown
string 
read-onlyrequired
The processed filing content in Markdown format.
content_json
read-onlyrequired
Optional structured JSON representation of the content.
processor
string 
read-onlyrequired
Identifier for the tool/method used to process the filing.
added_at
string <date-time>
read-onlyrequired
Timestamp when the processed content was added.
updated_at
string <date-time>
read-onlyrequired
Timestamp when the processed content was last updated.
Example
{
  "id": 0,
  "filing_id": 0,
  "content_markdown": "string",
  "content_json": null,
  "processor": "string",
  "added_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z"
}
Modified at 2025-04-23 09:48:35
Previous
sub_industries_retrieve
Built with