언론사 원문 리스트
GET/v2/center/news/origin
언론사 원문: 웨이커가 수신한 원시 데이터 상태
웨이커 AI 원문: AI로 언론사 원문의 분석과 태깅, 번역, 요약 등 가공 프로세스가 완료된 상태
Request
Query Parameters
page int32required
Default value: 0
페이지 번호
size int32required
Possible values: >= 1
and <= 100
Default value: 20
페이지당 항목 수 (최대 100개까지 요청 가능)
regionCodes string[]
지역 또는 나라 코드 (필터)
fromTargetDate date-time
보고자 하는 날짜의 시작 (yyyy-MM-dd'T'HH:mm:ss.SSSZ). 기본값은 일주일 전
toTargetDate date-time
보고자 하는 날짜의 마지막 (최대 90일까지 가능) (yyyy-MM-dd'T'HH:mm:ss.SSSZ). 기본값은 현재
Header Parameters
Accept-Country stringrequired
Default value: KR
국가코드 (KR or US)
Accept-Currency string
Default value: KRW
통화 표시 (KRW or USD)
Accept-Language string
Default value: KO
언어표시 (KO or EN)
Responses
- 200
성공
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
id int64
뉴스 고유 식별 id
title string
뉴스 제목(언론사 원문)
body string
뉴스 본문(언론사 원문)
originPress string
뉴스 발행 언론사
publishedDt date-time
뉴스 발행 일시
page integer
Default value: 0
페이지 번호 (기본값: 0)
size integer
Default value: 5
페이지 사이즈 (기본값: 5)
totalPage integer
Default value: 0
총 페이지 수
totalCount integer
Default value: 0
총 항목 수
code string
응답 코드
status integer
응답 상태 코드
message string
응답 메시지
timestamp string
응답 타임스탬프
{
"data": [
{
"id": 2293620,
"title": "Exxon withdraws from race to buy stake in Namibia oil block from Galp, sources say",
"body": "By Wendell Roelf, Ron Bousso and Sabrina Valle LONDON, Sept 9 (Reuters) - Exxon Mobil XOM.N has pulled out of the race to buy half of Galp Energia's GALP.LS stake in a large oil discovery in Namibia that has attracted interest from top energy companies, sources with knowledge of the matter said. More than 12 oil companies including Exxon, Shell SHEL.L and Brazil's national oil company Petrobras PETR4.SA had expressed interest in Galp's 40% stake in the offshore Mopane discovery, sources had previously said. Galp is also proposing the buyer operate the field. The reasons for Exxon's withdrawal from the process were unclear. Other companies have continued to engage with Galp on the sale, the sources said. Exxon and Galp declined to comment. Mopane is estimated to hold at least 10 billion barrels of oil and gas equivalent and could be valued at more than $10 billion, according to some estimates. The sale process follows a string of promising offshore discoveries by Shell and TotalEnergies TTEF.PA in recent years, which raised the prospect of the south African country becoming a major oil producing nation. (Additional reporting by Sergio Goncalves; Editing by Jan Harvey) ((ron.bousso@thomsonreuters.com; +44 (0) 2075422161; Reuters Messaging: ron.bousso.reuters.com@reuters.net))",
"originPress": "Refinitiv",
"publishedDt": "2024-09-09T09:40:19Z"
},
{
"id": 2293619,
"title": "Summit Therapeutics surges as its cancer drug outdoes Merck's",
"body": "** Summit Therapeutics SMMT.O surges 35% premarket, while Merck's MRK.N shares slide 3.6% ** Summit's ivonescimab therapy shows median of 11.14 months of progression-free survival vs 5.82 months for Merck's Keytruda in its late-stage lung cancer trial in China ** SMMT's experimental therapy reduces tumor progression risk by 49% ** In May, SMMT said its therapy showed statistically significant improvement compared to Merck's, sending its shares soaring 177% ** \"We could see some Merck weakness, but don't expect Keytruda to be challenged anytime soon,\" BMO Capital Markets says ** SMMT soars ~370% YTD vs MRK's ~8% gain, as of last close (Reporting by Sriparna Roy in Bengaluru) ((Sriparna.Roy@thomsonreuters.com;))",
"originPress": "Refinitiv",
"publishedDt": "2024-09-09T09:37:40Z"
}
],
"page": 0,
"size": 20,
"totalPage": 74,
"totalCount": 1467,
"code": "0",
"status": 200,
"message": "SUCCESS",
"timestamp": "1725874892"
}
Loading...