Research
Access research reports from securities firms.
Required Scope: read:research or read:all
List Research Reports
Get research reports with filtering and pagination.
GET /api/public/v1/research/reportsQuery Parameters
page
integer
Page number (default: 1)
page_size
integer
Items per page (1-100, default: 20)
securities_firm
string
Filter by securities firm
stock_name
string
Filter by stock name
report_type
string
Filter by type: "company_analysis" or "industry_analysis"
industry_category
string
Filter by industry category
start_date
date
Filter from date (YYYY-MM-DD)
end_date
date
Filter to date (YYYY-MM-DD)
title
string
Search in report title
Example Request
curl -X GET "https://api.alpha-lenz.com/api/public/v1/research/reports?stock_name=삼성전자&page_size=10" \
-H "X-API-Key: ak_your_key"Response
Get Research Report
Get detailed information about a specific research report.
Path Parameters
report_id
integer
Research report ID
Example Request
Response
Downloading Reports
Use the cdn_url field to download the PDF report:
Report Types
company_analysis
Individual company analysis
industry_analysis
Industry/sector analysis
Pagination
Use page and page_size for pagination. Check has_next to see if there are more results:
Filtering Examples
By Securities Firm:
By Date Range:
By Industry:
Title Search:
Last updated