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

News.iZFx.Trade (GMT+7)

Time Currency Event Actual Forecast Previous
11/08/2026
11:30
AUD RBA Interest Rate Decision (Aug) 4.35% 4.35% 4.35%
21:00
USD Existing Home Sales (Jul) 4.06M 4.05M 4.13M
12/08/2026
13:00
EUR German CPI (MoM) (Jul) 0.8% 0.8% -0.3%
19:30
USD Core CPI (MoM) (Jul) 0.2% 0.2% 0.0%
19:30
USD CPI (MoM) (Jul) 0.1% 0.1% -0.4%
19:30
USD CPI (YoY) (Jul) 3.4% 3.4% 3.5%
21:30
USD Crude Oil Inventories 17.423M -1.700M 2.479M
13/08/2026
00:00
USD 10-Year Note Auction 4.683% - 4.580%
13:00
GBP GDP (QoQ) (Q2) 0.4% 0.4% 0.6%
13:00
GBP GDP (YoY) (Q2) 1.2% 1.1% 0.9%
13:00
GBP GDP (MoM) (Jun) 0.3% 0.0% 0.0%
19:30
USD Initial Jobless Claims 209K 202K 200K
19:30
USD PPI (MoM) (Jul) 0.0% 0.2% -0.1%
14/08/2026
00:00
USD 30-Year Bond Auction 5.216% - 5.058%
19:30
USD Core Retail Sales (MoM) (Jul) -0.3% 0.2% -0.2%
19:30
USD Retail Sales (MoM) (Jul) -0.6% 0.1% 0.2%
15/08/2026
02:00
USD U.S. President Trump Speaks - - -

JSON API For EA / Bot / App

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

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

// JavaScript Example:
fetch('https://news.izfx.trade?source=investing&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"   : "investing"
  }
]