Skip to main content
POST
Reports Search

研究报告搜索

URL: /v2/search/reports
方法: POST
描述: 搜索来自各机构的研究报告。

请求参数

响应参数

请求示例

cURL
Python 示例

响应示例

错误响应

Authorizations

Authorization
string
header
required

Enter your Bearer token

Body

application/json

Request model for reports search

query
string
required

Search query

num
integer
default:10

Number of results to return

Required range: 1 <= x <= 100
categories
enum<string>[]

Report categories to search: 'reports' (domestic research reports) and/or 'global_research' (foreign/overseas research reports). Defaults to both; specify a subset to narrow the search.

Categories available for the reports search endpoint

Available options:
reports,
global_research
symbols
string[]

Stock symbols in market:ticker format (e.g., US:AAPL, HK:00700, SH:600519, SZ:000001)

industries
string[]

Industries to filter by

channel_ids
string[]

Channel IDs to filter by

start_datetime
string

Start datetime in YYYY-MM-DD or YYYY-MM-DD HH:MM:SS format

end_datetime
string

End datetime in YYYY-MM-DD or YYYY-MM-DD HH:MM:SS format

Response

Successful Response

Response model for all search tools

docs
SearchToolsDoc · object[]

Search result documents

total_count
integer
default:0

Total number of matching documents

took_ms
integer
default:0

Search execution time in milliseconds