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