List all sources
DevelopingGET
/filings/sources/Overview
This endpoint retrieves a list of all available sources in the system. Sources represent the origins of the financial documents and regulatory filings, such as stock exchanges, regulatory bodies, or company websites.
Key features:
- Provides a comprehensive list of source names and URLs
- Includes descriptions for each source
Usage
This endpoint is particularly useful for:
- Understanding the range of document sources available in the system
- Verifying the credibility and origin of financial documents
- Filtering company filings by specific sources
- Building user interfaces that allow users to select or filter by source
Researchers, analysts, and developers can use this endpoint to gain insight into where the system's data comes from, ensuring transparency and allowing for source-based analysis or filtering of financial documents.
Request
Query Params
page
integer
optional
The current page number to navigate through the paginated results
Example:
1
page_size
integer
optional
The number of items to return per page
Example:
50
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/3435971)[]
optional
#/definitions/3435971
optional
Example
[
{
"name": "volutabrum",
"url": "https://roasted-minister.name/",
"description": "eaque quibusdam caecus"
},
{
"name": "vereor",
"url": "https://determined-nucleotidase.name",
"description": "bos capitulus aduro"
}
]
Last modified: 2 months ago