Skip to main content
GET
/
market
/
financial-data
/
global-news
/
{id}
cURL
curl -H "X-FH-APIKEY: $FINHAY_API_KEY" \
  "https://open-api.fhsc.com.vn/market/financial-data/global-news/12"
{
  "error_code": "0",
  "message": "success",
  "data": {
    "id": 12,
    "title": "Fed signals rate hold at next meeting",
    "url": "https://example.com/news/fed-rate-hold",
    "description": "Fed officials signaled the federal funds rate will likely remain unchanged…",
    "provider": "Reuters",
    "published_at": "2026-04-22T08:30:00Z",
    "category": "economic-indicators",
    "content": "Federal Reserve officials are leaning toward keeping the federal funds\nrate unchanged at their upcoming meeting, several policymakers signaled\nthis week. The shift comes as inflation data continues to come in…\n"
  }
}

Authorizations

X-FH-APIKEY
string
header
required

API key dài hạn của client. Cấu hình 1 lần lúc khởi tạo; có thể wire thẳng vào static setter của SDK tự-gen. Đi kèm với FINHAY_API_SECRET — secret này chỉ dùng ở phía client để tính X-FH-SIGNATURE, không bao giờ gửi qua mạng.

Path Parameters

id
integer
required

ID bài báo lấy từ endpoint danh sách (corporateGetGlobalNews).

Example:

12

Response

Trả về data chứa toàn bộ field của item trong danh sách + content (nội dung đầy đủ).

Các field chung của envelope trong mọi response của Finhay API.

  • error_code"0" (string) khi thành công, mã khác "0" khi lỗi.
  • message là thông điệp ngắn từ server.
data
object
required

Chi tiết bài báo tin tức tài chính toàn cầu — kế thừa toàn bộ field của GlobalNewsListItem, bổ sung content (nội dung đầy đủ bài báo).

error_code
string

"0" khi thành công, khác "0" khi lỗi.

Example:

"0"

message
string

Thông điệp trạng thái dễ đọc.

Example:

"success"