⏳ Đang cập nhật...

News.iZFx.Trade (GMT+7)

Time Currency Event Actual Forecast Previous
16/06/2026
10:00
JPY BoJ Interest Rate Decision 1.00% 1.00% 0.75%
11:30
AUD RBA Interest Rate Decision (Jun) 4.35% 4.35% 4.35%
17/06/2026
13:00
GBP CPI (YoY) (May) 2.8% 3.0% 2.8%
16:00
EUR CPI (YoY) (May) 3.2% 3.2% 3.0%
19:30
USD Core Retail Sales (MoM) (May) 0.8% 0.6% 0.7%
19:30
USD Retail Sales (MoM) (May) 0.9% 0.5% 0.4%
21:30
USD Crude Oil Inventories -8.263M -3.600M -7.227M
21:45
USD U.S. President Trump Speaks - - -
18/06/2026
01:00
USD FOMC Economic Projections - - -
01:00
USD FOMC Statement - - -
01:00
USD Fed Interest Rate Decision 3.75% 3.75% 3.75%
01:30
USD FOMC Press Conference - - -
14:30
CHF SNB Interest Rate Decision (Q2) 0.00% 0.00% 0.00%
18:00
GBP BoE Interest Rate Decision (Jun) 3.75% 3.75% 3.75%
19:30
USD Initial Jobless Claims 226K 225K 230K
19:30
USD Philadelphia Fed Manufacturing Index (Jun) 10.3 9.8 -0.4

JSON API For EA / Bot / App

POST Request (Recommended for EA/Bot)
URL    : https://news.izfx.trade
Method : POST
Header : x-news-source: forexfactory

// JavaScript Example:
fetch('https://news.izfx.trade', {
  method: 'POST',
  headers: { 'x-news-source': 'forexfactory' }
})
.then(response => response.json())
.then(data => console.log(data));
GET Request (with query parameters)
URL: https://news.izfx.trade?source=forexfactory&impact=3&day=week¤cy=all

// JavaScript Example:
fetch('https://news.izfx.trade?source=forexfactory&impact=3&day=week¤cy=all')
  .then(response => response.json())
  .then(data => console.log(data));
Query Parameters (for both GET & POST)
source   : forexfactory | investing
impact   : all | 2 | 3
day      : week | today | tomorrow
currency : all | USD | EUR | GBP | AUD | CAD | CHF | JPY | NZD
refresh  : 1 (bypass cache, fetch fresh data)
Sample Response
[
  {
    "title"    : "Retail Sales (MoM) (May)",
    "currency" : "USD",
    "date"     : "17/06/2026",
    "time"     : "19:30",
    "timestamp": 1750162200,
    "impact"   : 3,
    "actual"   : "0.7%",
    "forecast" : "0.5%",
    "previous" : "0.5%",
    "source"   : "forexfactory"
  }
]