{"uid":"cap_Z6_OW0G8z_s4aP3H69SgN","slug":"stock-news-c6beded3","name":"Stock News","description":"Get the most recent news articles relating to a stock ticker symbol, including a summary of the article and a link to the original source. Can't find what you're looking for? POST feedback to /feedback, no charge.","url":"https://agent.massive.com/v2/reference/news","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","properties":{"sort":{"enum":["published_utc"],"type":"string","default":"published_utc","description":"Sort field used for ordering."},"limit":{"type":"integer","default":10,"maximum":1000,"minimum":1,"description":"Limit the number of results returned, default is 10 and max is 1000."},"order":{"enum":["asc","desc"],"type":"string","default":"desc","description":"Order results based on the `sort` field."},"ticker":{"type":"string","description":"Specify a case-sensitive ticker symbol. For example, AAPL represents Apple Inc."},"ticker.gt":{"type":"string","description":"Search by ticker."},"ticker.lt":{"type":"string","description":"Search by ticker."},"ticker.gte":{"type":"string","description":"Search by ticker."},"ticker.lte":{"type":"string","description":"Search by ticker."},"published_utc":{"type":"string","description":"Return results published on, before, or after this date."},"published_utc.gt":{"type":"string","description":"Search by published_utc."},"published_utc.lt":{"type":"string","description":"Search by published_utc."},"published_utc.gte":{"type":"string","description":"Search by published_utc."},"published_utc.lte":{"type":"string","description":"Search by published_utc."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":{"type":"json","example":{"count":1,"status":"OK","results":[{"id":"8ec638777ca03b553ae516761c2a22ba2fdd2f37befae3ab6fdab74e9e5193eb","title":"Markets are underestimating Fed cuts: UBS By Investing.com - Investing.com UK","author":"Sam Boughedda","amp_url":"https://m.uk.investing.com/news/stock-market-news/markets-are-underestimating-fed-cuts-ubs-3559968?ampMode=1","tickers":["UBS"],"insights":[{"ticker":"UBS","sentiment":"positive","sentiment_reasoning":"UBS analysts are providing a bullish outlook on the extent of future Federal Reserve rate cuts, suggesting that markets are underestimating the number of cuts that will occur."}],"keywords":["Federal Reserve","interest rates","economic data"],"image_url":"https://i-invdn-com.investing.com/news/LYNXNPEC4I0AL_L.jpg","publisher":{"name":"Investing.com","logo_url":"https://s3.massive.com/public/assets/news/logos/investing.png","favicon_url":"https://s3.massive.com/public/assets/news/favicons/investing.ico","homepage_url":"https://www.investing.com/"},"article_url":"https://uk.investing.com/news/stock-market-news/markets-are-underestimating-fed-cuts-ubs-3559968","description":"UBS analysts warn that markets are underestimating the extent of future interest rate cuts by the Federal Reserve, as the weakening economy is likely to justify more cuts than currently anticipated.","published_utc":"2024-06-24T18:33:53Z"}],"next_url":"https://api.massive.com:443/v2/reference/news?cursor=eyJsaW1pdCI6MSwic29ydCI6InB1Ymxpc2hlZF91dGMiLCJvcmRlciI6ImFzY2VuZGluZyIsInRpY2tlciI6e30sInB1Ymxpc2hlZF91dGMiOnsiZ3RlIjoiMjAyMS0wNC0yNiJ9LCJzZWFyY2hfYWZ0ZXIiOlsxNjE5NDA0Mzk3MDAwLG51bGxdfQ","request_id":"831afdb0b8078549fed053476984947a"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm__FnxeRml5zKpQIdCfISfn","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Retrieves the most recent news articles for a given stock ticker symbol, including article summaries and source links","exampleAgentPrompt":"Pull the 10 most recent news articles for NVDA, sorted by published date descending, so I can see what's driving the stock today.","exampleUseCases":[{"title":"Pre-earnings sentiment check","prompt":"Get me the 20 most recent news articles for TSLA published in the last week — I want to see what analysts and press are saying ahead of earnings."},{"title":"Breaking news alert for a holding","prompt":"What are the latest 5 news stories published today for AAPL? Show me summaries and links so I can read the ones that matter."},{"title":"Penny stock due diligence","prompt":"Find recent news articles for ticker GME from the past month, up to 50 results, sorted oldest to newest so I can trace how the story developed."}],"resultDescription":"Returns a list of news articles relevant to the specified stock ticker, each including an article summary, a link to the original source, and publication date metadata. Results can be filtered by date range and ordered by publication time, with up to 1000 results per call.","failureModes":["Invalid or unrecognized ticker symbol returns empty results or error","Case-sensitive ticker mismatch causes no results (e.g. 'aapl' instead of 'AAPL')","Date filter parameters in wrong format return errors","Limit value outside 1–1000 range causes validation error","No recent news available for obscure tickers returns empty result set","Payment failure or insufficient USDC balance blocks the request"],"whenToPreferThis":"Use this endpoint when you need current or recent news articles tied to a specific stock ticker symbol, especially when you also need filtering by date range or control over result count and ordering. Prefer this over general web search when you want structured, finance-specific news with summaries and source links, and when you are operating within a stock analysis or financial monitoring workflow alongside sibling endpoints like price data or insider filings.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T06:41:38.703Z","isFirstParty":false}