Guavy delivers live market sentiment scores, AI-curated news, and trend signals for 350+ coins. Via API, web app, or mobile. Free to start.
// The Guavy ecosystem
Whether you’re building an AI agent, running a quant fund, trading on your phone, or just staying informed. Guavy has a product for you.
Real-time market intelligence for apps, funds, and AI agents. Native MCP and llms.txt support means your LLM can start calling crypto data in minutes.
A full crypto intelligence dashboard in your browser. Track sentiment, follow coins, read AI-curated news, and backtest trading strategies. No install required.
We make trading crypto simpler. Guavy mobile makes it easy to identify coins that match your risk profile and notifies you the moment trends change.
A continuous stream of crypto news, commentary and market opinion, curated and summarized by our AI editorial team. Sentiment-scored and updated in real time.
// Who it’s for
Three very different use cases. One platform that handles all of them.
Plug live crypto sentiment, news, and signals into your LLM, trading bot, or agentic workflow. Native MCP support and llms.txt mean no glue code required.
Follow coins that match your risk profile, get clear buy/sell/hold signals, and read sentiment-scored news on the web or in your pocket via the iOS app.
Augment quantitative models with AI-generated sentiment data and backtested signals for 350+ coins. Commercial API license available with custom limits and webhooks.
// Get started in minutes
The Guavy Sandbox is free forever. No credit card. Bitcoin data, 1 year of history, and 5,000 requests per month. Enough to build and test your entire integration before spending a cent.
# Get Bitcoin sentiment in 5 lines import requests headers = {"Authorization": "Bearer YOUR_KEY"} base = "https://data.guavy.com/api/v1" sentiment = requests.get( f"{base}/sentiment/get-sentiment-history/btc", headers=headers, params={"limit": 1} ).json()["sentiment"][0] signal = requests.get( f"{base}/trades/get-current-action/btc/aggressive", headers=headers ).json() print(f"Positive: {sentiment['positive']}") print(f"Signal: {signal['action']}") # → Positive: 147 # → Signal: Buy
// About Guavy
Guavy is a Calgary-based company building tools that make cryptocurrency markets easier to understand and act on, whether you’re a solo trader, a developer building the next great app, or an institution running quantitative models.
We use AI to read thousands of news articles, blog posts, and market data points each day, distilling them into sentiment scores, trend signals, and curated news briefs that surface what actually matters.
Everything we build is available via API, so you can integrate Guavy’s intelligence directly into your own products, agents, and workflows.
// FAQ
Everything you need to know about Guavy before getting started.
https://data.guavy.com/llms.txt and it will know exactly how to call our API with no custom prompting required. Learn more on our AI Agents page.Disclaimer: Guavy is a data and market intelligence provider, not an investment advisor. The information, signals, and market analysis provided by the Guavy mobile application, API, and related services are for informational purposes only and are not intended as financial advice, investment recommendations, or an endorsement of any particular trading strategy. Cryptocurrency trading is highly volatile, carries significant risk, and may not be suitable for all investors. Past performance is not indicative of future results. Users should consult with a qualified financial professional before making any investment decisions. Guavy makes no guarantee of trading profits or financial returns.