Duffey Gregory A purchased $1K of FRAF
Duffey Gregory A purchased 17 shares of FRANKLIN FINANCIAL SERVICES CORP /PA/ (FRAF) at $58.88 on 2026-05-27.
Market-moving stories, structured for trading automations. Plug into Claude Desktop, Cursor, or your own agent in minutes.
"Claude, what moved NVDA today?"
alphai_news_search → MCP
Try it"Send only high-relevance earnings news for my watchlist."
/api/news/?category=earnings · min_relevance=7
Try it"Build a Telegram bot for market-moving news in 10 minutes."
/api/news/trending/ + your bot framework
Try it"Summarize all AI/chip-sector news before market open."
alphai_news_search?ticker=NVDA,AMD,TSM → MCP
Try it"Feed my agent relevance-scored financial news via MCP."
OAuth 2.1 · 9 tools · Streamable HTTP
Try itDuffey Gregory A purchased 17 shares of FRANKLIN FINANCIAL SERVICES CORP /PA/ (FRAF) at $58.88 on 2026-05-27.
Black Wade Newton (Chief Financial Officer) purchased 2,500 shares of SILVER BOW MINING CORP. (SBMT) at $9.69 on 2026-05-29.

Reuters, citing court records, reports Meta Platforms will pay about $27 million to settle a Kentucky lawsuit brought by Breathitt County School District. The district had sought over $50 million for a 15-year program and the case was set for trial in June in federal court in Oakland. Reuters says Meta settled May 21; similar cases have been filed nationwide.

Shree Refrigerations Ltd. (SRL) will inaugurate a new 6-acre, 50,000 sq ft advanced manufacturing facility at Karad, Satara district, Maharashtra on 20 June 2026, with provisions to expand by another 50,000 sq ft. The plant includes robotic welding, laser cutting, paint shop and shot blast, built to IGBC standards. SRL said it will improve efficiency, supply chain and order-to-delivery conversion. The article also notes SRL’s H2FY26 and FY26 revenue growth and that its BSE shares last traded at

BlackRock MuniHoldings New Jersey Quality Fund (NYSE: MUJ) reported a sharp rise in short interest for May. According to the filing, short interest was 245,959 shares as of May 15, up 158.6% from 95,106 on April 30. About 0.5% of shares are sold short; the short-interest ratio is 2.1 days. MUJ traded at $12.21.

MGM Resorts International said it received an acquisition proposal from People Incorporated (f/k/a IAC) to buy all outstanding MGM shares it does not already own for $48.30 per share in cash. MGM’s board will review the offer with financial and legal advisors. Shareholders need not act, and no deal is assured.
California Assembly Bill 2700, introduced by Rep. James Gallagher, passed the state Assembly unanimously to require the California Public Utilities Commission to report on restitution shortfalls for utility-caused wildfire survivors before July 2019. The report would recommend mechanisms to address gaps without shifting costs to ratepayers. The bill now moves to the Senate.
The same relevance-scored news feed that powers alphai is available as a REST API and as an MCP server for Claude Desktop, Cursor, and any agent host. Ticker-linked, real-time enrichment.
curl https://api.alphai.io/api/news/ \
-H "Authorization: Bearer ${ALPHAI_API_KEY}" \
-G -d "symbol=NVDA"
# → {
# "results": [{
# "original": {
# "title": "Nvidia export curbs tighten...",
# "summary": "The White House is expected to...",
# "time_published": "2026-04-18T14:32:00Z"
# },
# "enrichment": {
# "category": "macro",
# "tickers": ["NVDA"],
# "relevance_score": 9
# }
# }, ...],
# "next_cursor": "MjAyNi0wNC0xOFQxNDozMjowMHw0Mg=="
# }Free reads the feed and probes the APIs. Paid plans drop the ads and scale up the rate.