chatbot-app/agentcore/skills/financial-news/SKILL.md
Stock quotes, price history, financial news, and analysis
npx skillsauth add aws-samples/sample-strands-agent-with-agentcore financial-newsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
stock_quote(symbol): Get current stock quote with key metrics.
symbol (string, required): Stock ticker symbol (e.g., "AAPL", "GOOGL", "MSFT")stock_history(symbol, period?): Get historical stock price data for charting and trend analysis.
symbol (string, required): Stock ticker symbolperiod (string, optional, default: "1mo"): Time period (e.g., "1mo", "3mo", "6mo", "1y", "5y")financial_news(symbol, count?): Get latest financial news articles for a stock.
symbol (string, required): Stock ticker symbolcount (integer, optional, default: 5): Number of news items to returnstock_analysis(symbol): Get comprehensive stock analysis including valuation, financials, and analyst recommendations.
symbol (string, required): Stock ticker symbolstock_quote + stock_analysis for comprehensive investment overviews.financial_news to provide context on price movements.development
Read and write files in the shared session workspace. Use this to access files created by any skill — code-agent outputs, office documents, images, and more. All within the same isolated session.
documentation
Create, modify, and manage Word documents.
documentation
Wikipedia article search and retrieval
development
Search the web using DuckDuckGo for current information, news, and research topics.