Chuyển đến nội dung chính
GET
/
v1
/
fa
/
reports
/
{id}
Chi tiết báo cáo phân tích
curl --request GET \
  --url https://api-gw.verolabs.co/v1/fa/reports/{id} \
  --header 'X-API-KEY: <api-key>'
{
  "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.

Lấy một báo cáo phân tích theo ID.

Chi tiết báo cáo

Trả siêu dữ liệu báo cáo và URL khi có.

Tra cứu trực tiếp

Dùng sau khi chọn báo cáo từ endpoint danh sách.

Trường hợp sử dụng

  • Mở trang chi tiết báo cáo.
  • Lấy URL nguồn của báo cáo.
  • Ánh xạ siêu dữ liệu báo cáo vào giao diện.

Tham số quan trọng

  • id: ID báo cáo trả về từ endpoint danh sách.

Ủy quyền

X-API-KEY
string
header
bắt buộc

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

Tham số đường dẫn

id
string
bắt buộc
Ví dụ:

"report-id"

Phản hồi

OK

id
string
source
string
ticker
string | null
report_date
string<date-time> | null
category
string | null
title
string | null
url
string | null