FinancialReports
  1. sources
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. sources

sources_retrieve

GET
/sources/{id}/
sources
Retrieve details for a single data source by its primary key.

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/sources//' \
--header 'x-api-key;'

Responses

🟢200OK
application/json
Body
Serializer for Source model, representing the origin of the filing data.
name
string 
read-onlyrequired
Name of the data source.
url
string <uri>
read-onlyrequired
URL of the data source homepage or relevant section.
description
string 
read-onlyrequired
Description of the data source.
Example
{
  "name": "string",
  "url": "http://example.com",
  "description": "string"
}
Modified at 2025-04-23 09:48:35
Previous
sources_list
Next
sub_industries_list
Built with