Real-time crypto intelligence

The crypto data layer for traders, builders, and agents

Guavy delivers live market sentiment scores, AI-curated news, and trend signals for 350+ coins. Via API, web app, or mobile. Free to start.

350+
Coins tracked
5+
Years of history
Real-time
Sentiment updates
MCP
Native AI support
Free
Sandbox forever

One platform. Four ways in.

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.

Built for builders, traders, and funds

Three very different use cases. One platform that handles all of them.

🤖

AI Developers & Agents

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.

📈

Traders & Investors

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.

🏦

Funds & Institutions

Augment quantitative models with AI-generated sentiment data and backtested signals for 350+ coins. Commercial API license available with custom limits and webhooks.

Your API key is one click away

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.

  1. 1
    Sign up at data.guavy.com. Passwordless, just your email.
  2. 2
    Get your API key instantly from your dashboard.
  3. 3
    Point your LLM at data.guavy.com/llms.txt or start calling the REST API directly.
  4. 4
Get Free API Key →
quickstart.py
# 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

We make crypto intelligence accessible

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.

Common questions

Everything you need to know about Guavy before getting started.

What exactly is Guavy?
Guavy is a real-time cryptocurrency intelligence platform. We use AI to process thousands of news articles, social posts, and market data points daily, distilling them into sentiment scores, trend signals, and curated news briefs. You can access this intelligence via our REST API, web app, iOS app, or Guavy Wire news feed.
Is Guavy free to use?
Yes, in multiple ways. The Guavy Wire news feed and web app are free to browse. The iOS app has a free Basic tier. The API Sandbox plan is free forever. Bitcoin data, 1 year of history, and 5,000 requests per month with no credit card required.
How do I get an API key?
Sign up at data.guavy.com/auth/signup. Just your email is needed. Your API key is available instantly in your dashboard. Full documentation is at data.guavy.com/doc/getting-started.
Does Guavy work with AI agents and LLMs like Claude or ChatGPT?
Yes, this is one of Guavy’s core strengths. We provide native MCP server support and a llms.txt file containing the full API specification in a format LLMs understand directly. Point Claude, ChatGPT, Gemini, Grok, or any agent framework at 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.
How many coins does Guavy cover?
Guavy tracks 350+ cryptocurrencies with full sentiment scores, trend signals, and AI-curated news. The free API Sandbox is limited to Bitcoin (BTC). Quant ($39/month) and Commercial ($399/month) API plans unlock all coins. The web and mobile apps include coverage of the most actively traded coins.
What’s the difference between the web app and the API?
The web app is a ready-to-use dashboard for traders: coin watchlists, sentiment charts, news briefs, and a trade simulator, all in your browser. The API is for developers and institutions who want to consume Guavy’s data programmatically, in their own apps, agents, bots, or quantitative models.
Can I use Guavy data in a commercial product?
Yes. The API Commercial plan ($399/month) includes a license for apps, SaaS products, funds, and AI agents. The Sandbox and Quant plans are for personal use only. If you need a custom arrangement: white-label data, higher request limits, or bespoke integration. contact our sales team.
Where is Guavy based?
Guavy Inc. is headquartered in Calgary, Alberta, Canada. You can reach us via the contact page or at hello@guavy.com.

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.