Skip to main content
GET
/
v1
/
fa
/
{ticker}
/
reports
Danh sách báo cáo phân tích
curl --request GET \
  --url https://api-gw.verolabs.co/v1/fa/{ticker}/reports \
  --header 'X-API-KEY: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "source": "<string>",
      "ticker": "<string>",
      "report_date": "2023-11-07T05:31:56Z",
      "category": "<string>",
      "title": "<string>",
      "url": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.data-hub.verolabs.co/llms.txt

Use this file to discover all available pages before exploring further.

Fetch research reports for a company ticker.

Report list

Use for company research sections.

Detail flow

Use report IDs from the list to open a single report.

Common use cases

  • Display research reports by ticker.
  • Filter reports by category.
  • Find recent reports within a date range.

Key parameters

  • ticker: company ticker.
  • category: optional report category.
  • from and to: ISO 8601 UTC timestamps.

Authorizations

X-API-KEY
string
header
required

API key được cấp cho tài khoản của bạn.

Path Parameters

ticker
string
required
Example:

"FPT"

Query Parameters

category
string
Example:

"general"

from
string<date-time>
to
string<date-time>
limit
integer
default:1000
Required range: 1 <= x <= 10000
Example:

100

Response

OK

data
object[]