v1

latestOpenAPI 3.1.0raw.githubusercontent.com2025-04-25361217.6 KB
News

Get Forex News

Fetches recent news articles related to the Forex market.

get/news/forex

Query parameters

pageinteger

The page number for pagination.

limitinteger

The maximum number of news articles to return (e.g., 50).

Response

Successful response with an array of Forex news articles.

titlestring
published-datestring date-time
sitestring
textstring
urlstring url
symbolstring

Example response

[
  {
    "title": "GBP/JPY Price Forecast: Bearish outlook remains in play below 188.50",
    "published-date": "2025-04-21T05:54:31.000Z",
    "site": "fxstreet.com",
    "text": "The GBP/JPY cross weakens to near 188.45 during the early European session on Monday. The ongoing uncertainty over US President Donald Trump's trade tariffs continues to weigh on investors' sentiment, which boosts safe-haven currencies like the Japanese Yen (JPY).",
    "url": "https://www.fxstreet.com/news/gbp-jpy-price-forecast-bearish-outlook-remains-in-play-below-18850-202504210554",
    "symbol": "GBPJPY"
  }
]