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

News.iZFx.Trade (GMT+7)

Time Currency Event Actual Forecast Previous
25/08/2026
13:00
EUR German GDP (QoQ) (Q2) - 0.2% 0.2%
21:00
USD CB Consumer Confidence (Aug) - 90.3 90.8
21:00
USD New Home Sales (Jul) - 620K 628K
26/08/2026
19:30
USD Core PCE Price Index (MoM) (Jul) - 0.2% 0.1%
19:30
USD Core PCE Price Index (YoY) (Jul) - 3.3% 3.3%
19:30
USD Durable Goods Orders (MoM) (Jul) - 0.5% 0.5%
19:30
USD GDP (QoQ) (Q2) - 1.5% 1.5%
21:30
USD Crude Oil Inventories - - 4.405M
27/08/2026
19:30
USD Initial Jobless Claims - 208K 206K
28/08/2026
20:45
USD Chicago PMI - 57.8 57.6

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"
  }
]