Qantas profit tumbles as fuel coasts soar
The company said its fuel bill jumped by over $600 million.
Real-time financial news, structured for developers. NewsMesh surfaces financial news coverage from outlets across 35 countries and serves it as clean JSON, each story tagged with its category, the countries it's relevant to, and the named people detected in the body. Pull it with full-text search (GET /v1/search?q=) and layer category, country, or date filters on top, no scraping required.
The company said its fuel bill jumped by over $600 million.
The company said its fuel bill jumped by over $600 million.
Nvidia posted fiscal 2027 second-quarter numbers ahead of consensus estimates and also provided strong forward guidance.
Rialto Capital Advisors is foreclosing on a $15M mortgage tied to Joseph Sitt's SoHo property at 350 West Broadway after its anchor tenant left.
Leopold Aschenbrenner is the 24-year-old German-born wunderkind who has been dubbed the "Nostradamus of AI."
Every weekday, the Investing Club releases the Homestretch; an actionable afternoon update just in time for the last hour of trading.
The medical device specialist was the victim of a cyberattack.
Billionaire investor Stanley Druckenmiller has divided the finance world by revealing he used AI to help write his viral op-ed this week.
CEO Sanjay Mehrotra's comments indicate that the memory industry is poised to get bigger over the long run.
Citi says the bad news is priced in -- and now it's time to buy Oracle stock.
Insider maintained a $14.86 million direct equity stake after the non-discretionary disposition tied to restricted stock unit vesting.
The Chinese tech giant's stock has slumped this year, and news of its $10.2 billion secondary share offering has made matters worse.
NewsMesh surfaces financial news coverage from sources across 35 countries, normalised into one structured feed you can query by keyword, category, country, and date.
Authenticate with your apiKey and call one endpoint (GET api.newsmesh.co/v1/search?q=financial+news). The examples below are ready to copy.
curl "https://api.newsmesh.co/v1/search?apiKey=nm_xxx&q=financial+news&limit=20"GET /v1/latest: Most-recent articles, filterable by category, country, and date range.GET /v1/search: Full-text search across the archive with boolean operators and source filters.GET /v1/trending: Cached trending headlines, the fastest endpoint for homepage feeds.GET /v1/article/{id}: Fetch a single article and its full metadata by ID.Call GET /v1/search?q=financial news with your apiKey to return recent financial news stories as structured JSON. Add &category= or &country= to narrow the results.
Every financial news article carries its category, the countries it's relevant to, and the named people detected in the body, so you can route and filter without your own NLP layer.
Yes. Add &category=technology (or business, politics, and more) and &country=us (or any ISO country code) to the search query to focus the feed.
Yes. NewsMesh is a real-time news API: financial news stories are served through the live /v1/latest and /v1/trending endpoints alongside a searchable archive, each tagged with its category, the countries it's relevant to, and the named people detected in the body, so you can build a live feed without scraping HTML.
Create a NewsMesh account, generate an API key, and call the endpoint above with your apiKey parameter. See the pricing page for current plans and rate limits.
Access the full dataset programmatically with the NewsMesh API.