Search Company Documents By Ticker
Search for documents related to a company by ticker symbol.
Ideal for building a document selector interface where users can search for specific documents to analyze, and then pass the document IDs to the RAG API for focused analysis.
- ticker: Ticker symbol of the company
- query: Optional text to search for in document metadata or to detect document type
Examples:
- "10k" or "annual" to find 10-K reports
- "quarterly" or "10q" to find 10-Q reports
- "transcript" or "call" to find earnings call transcripts
- "8k" to find 8-K filings
- "proxy" or "14a" to find proxy statements
- documentTypes: Optional explicit filter for specific document types
- startDate: Optional start date filter (YYYY-MM-DD)
- endDate: Optional end date filter (YYYY-MM-DD)
- limit: Maximum number of results to return (default: 50)
Note: All JSON fields use camelCase naming convention.
Path Parameters |
---|
ticker Ticker — REQUIRED |
Query Parameters |
---|
query QueryText to search for in document metadata Text to search for in document metadata |
documentTypes DocumenttypesFilter by document types: '10-K', '10-Q', '8-K', 'transcript', 'DEF 14A' Filter by document types: '10-K', '10-Q', '8-K', 'transcript', 'DEF 14A' |
startDate StartdateFilter documents after this date (YYYY-MM-DD) Filter documents after this date (YYYY-MM-DD) |
endDate EnddateFilter documents before this date (YYYY-MM-DD) Filter documents before this date (YYYY-MM-DD) |
limit LimitMaximum number of records to return Maximum number of records to return |
Responses | |||||||||
---|---|---|---|---|---|---|---|---|---|
200 Successful Response
| |||||||||
422 Validation Error
|