← Back to Home

FMP Node API Documentation

News Endpoints

Access financial news, market updates, and curated articles from Financial Modeling Prep and various financial sources.

Available Methods

MethodEndpointDescription
GETstable/fmp-articlesGet FMP curated articles
GETstable/news/stock-latestGet latest stock market news
GETstable/news/crypto-latestGet latest cryptocurrency news
GETstable/news/forex-latestGet latest forex market news
GETstable/news/stockGet stock news by symbol
GETstable/news/cryptoGet crypto news by symbol
GETstable/news/forexGet forex news by symbol

Get FMP Articles

Retrieve Financial Modeling Prep's curated articles covering market analysis, financial insights, and educational content.

Parameters

ParameterTypeRequiredDescription
pagenumberNoPage number for pagination (defaults to 1)
limitnumberNoNumber of articles per page (defaults to 100)

Example Response

Get Stock News

Retrieve the most recent stock market news articles from multiple financial news sources.

Parameters

ParameterTypeRequiredDescription
fromstringNoStart date (YYYY-MM-DD format)
tostringNoEnd date (YYYY-MM-DD format)
pagenumberNoPage number for pagination (defaults to 1)
limitnumberNoNumber of articles per page (defaults to 100)

Example Response

Get Crypto News

Retrieve the most recent cryptocurrency news articles covering market trends, regulatory updates, and technology developments.

Parameters

ParameterTypeRequiredDescription
fromstringNoStart date (YYYY-MM-DD format)
tostringNoEnd date (YYYY-MM-DD format)
pagenumberNoPage number for pagination (defaults to 1)
limitnumberNoNumber of articles per page (defaults to 100)

Get Forex News

Retrieve the most recent forex market news covering currency movements, central bank announcements, and economic indicators.

Parameters

ParameterTypeRequiredDescription
fromstringNoStart date (YYYY-MM-DD format)
tostringNoEnd date (YYYY-MM-DD format)
pagenumberNoPage number for pagination (defaults to 1)
limitnumberNoNumber of articles per page (defaults to 100)

Get Stock News by Symbol

Retrieve news articles specifically related to the provided stock symbols. Perfect for monitoring news about specific companies.

Parameters

ParameterTypeRequiredDescription
symbolsstring[]YesArray of stock symbols to get news for
fromstringNoStart date (YYYY-MM-DD format)
tostringNoEnd date (YYYY-MM-DD format)
pagenumberNoPage number for pagination (defaults to 1)
limitnumberNoNumber of articles per page (defaults to 100)

Get Crypto News by Symbol

Retrieve news articles specifically related to the provided cryptocurrency symbols.

Parameters

ParameterTypeRequiredDescription
symbolsstring[]YesArray of cryptocurrency symbols to get news for
fromstringNoStart date (YYYY-MM-DD format)
tostringNoEnd date (YYYY-MM-DD format)
pagenumberNoPage number for pagination (defaults to 1)
limitnumberNoNumber of articles per page (defaults to 100)

Get Forex News by Symbol

Retrieve news articles specifically related to the provided forex currency pairs.

Parameters

ParameterTypeRequiredDescription
symbolsstring[]YesArray of forex currency pair symbols to get news for
fromstringNoStart date (YYYY-MM-DD format)
tostringNoEnd date (YYYY-MM-DD format)
pagenumberNoPage number for pagination (defaults to 1)
limitnumberNoNumber of articles per page (defaults to 100)

Response Types

Article

News

Next Steps

Explore other endpoint categories: