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.

TypeScriptTypeScript
ParameterTypeDescription
pagenumberoptionalPage number for pagination (defaults to 1)
limitnumberoptionalNumber of articles per page (defaults to 100)

Example Response

TypeScriptTypeScript

Get Stock News

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

TypeScriptTypeScript
ParameterTypeDescription
fromstringoptionalStart date (YYYY-MM-DD format)
tostringoptionalEnd date (YYYY-MM-DD format)
pagenumberoptionalPage number for pagination (defaults to 1)
limitnumberoptionalNumber of articles per page (defaults to 100)

Example Response

TypeScriptTypeScript

Get Crypto News

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

TypeScriptTypeScript
ParameterTypeDescription
fromstringoptionalStart date (YYYY-MM-DD format)
tostringoptionalEnd date (YYYY-MM-DD format)
pagenumberoptionalPage number for pagination (defaults to 1)
limitnumberoptionalNumber 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.

TypeScriptTypeScript
ParameterTypeDescription
fromstringoptionalStart date (YYYY-MM-DD format)
tostringoptionalEnd date (YYYY-MM-DD format)
pagenumberoptionalPage number for pagination (defaults to 1)
limitnumberoptionalNumber 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.

TypeScriptTypeScript
ParameterTypeDescription
symbolsstring[]requiredArray of stock symbols to get news for
fromstringoptionalStart date (YYYY-MM-DD format)
tostringoptionalEnd date (YYYY-MM-DD format)
pagenumberoptionalPage number for pagination (defaults to 1)
limitnumberoptionalNumber of articles per page (defaults to 100)

Get Crypto News by Symbol

Retrieve news articles specifically related to the provided cryptocurrency symbols.

TypeScriptTypeScript
ParameterTypeDescription
symbolsstring[]requiredArray of cryptocurrency symbols to get news for
fromstringoptionalStart date (YYYY-MM-DD format)
tostringoptionalEnd date (YYYY-MM-DD format)
pagenumberoptionalPage number for pagination (defaults to 1)
limitnumberoptionalNumber of articles per page (defaults to 100)

Get Forex News by Symbol

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

TypeScriptTypeScript
ParameterTypeDescription
symbolsstring[]requiredArray of forex currency pair symbols to get news for
fromstringoptionalStart date (YYYY-MM-DD format)
tostringoptionalEnd date (YYYY-MM-DD format)
pagenumberoptionalPage number for pagination (defaults to 1)
limitnumberoptionalNumber of articles per page (defaults to 100)

Response Types

Article

TypeScriptTypeScript

News

TypeScriptTypeScript

Next Steps

Explore other endpoint categories: