Financial Modeling Prep
getStockNews
Stay informed with the latest stock market news using the FMP Stock News Feed API. Access headlines, snippets, publication URLs, and ticker symbols for the most recent articles from a variety of sources.
Remote cfocoder/financial-modeling-prep-mcp-server
Other tools also called getStockNews?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"to": {
"type": "string",
"description": "End date (YYYY-MM-DD)"
},
"from": {
"type": "string",
"description": "Start date (YYYY-MM-DD)"
},
"page": {
"type": "number",
"description": "Page number (default: 0)"
},
"limit": {
"type": "number",
"description": "Limit on number of results (default: 20, max: 250)"
}
}
}