Overview • Features • Interfaces • Quickstart • Credits
Demo of StockBot providing relevant, live, and interactive stock charts and interfaces
StockBot is an AI-powered chatbot that leverages Llama3 70b on Groq, Vercel’s AI SDK, and TradingView’s live widgets to respond in conversation with live, interactive charts and interfaces specifically tailored to your requests. Groq's speed makes tool calling and providing a response near instantaneous, allowing for a sequence of two API calls with separate specialized prompts to return a response.
[!IMPORTANT] Note: StockBot may provide inaccurate information and does not provide investment advice. It is for entertainment and instructional use only.
Description | Widget |
---|---|
Heatmap of Daily Market Performance Visualize market trends at a glance with an interactive heatmap. |
|
Breakdown of Financial Data for Stocks Get detailed financial metrics and key performance indicators for any stock. |
|
Price History of Stock Track the historical price movement of stocks with customizable date ranges. |
|
Candlestick Stock Charts for Specific Assets Analyze price patterns and trends with detailed candlestick charts. |
|
Top Stories for Specific Stock Stay informed with the latest news and headlines affecting specific companies. |
|
Market Overview Shows an overview of today's stock, futures, bond, and forex market performance including change values, Open, High, Low, and Close values. |
|
Stock Screener to Find New Stocks and ETFs Discover new companies with a stock screening tool. |
|
Trending Stocks Shows the top five gaining, losing, and most active stocks for the day. |
|
ETF Heatmap Shows a heatmap of today's ETF market performance across sectors and asset classes. |
[!IMPORTANT] To use StockBot, you can use a hosted version at groq-stockbot.vercel.app. Alternatively, you can run StockBot locally using the quickstart instructions.
You will need a Groq API Key to run the application. You can obtain one here on the Groq console.
To get started locally, you can run the following:
cp .env.example .env.local
Add your Groq API key to .env.local, then run:
pnpm install
pnpm dev
Your app should now be running on localhost:3000.
See CHANGELOG.md to see the latest changes and versions. Major versions are archived.
This app was developed by Benjamin Klieger at Groq and uses the AI Chatbot template created by Vercel: Github Repository.