> ## Documentation Index
> Fetch the complete documentation index at: https://docs.corvic.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Stock Analysis Agent with Corvic AI

> Build a finance agent that gathers market data and produces grounded, explainable stock analysis on demand with Corvic AI

## Stock Analysis Agent with Corvic AI

This tutorial shows how to build a finance agent that gathers market data and produces grounded, explainable stock analysis on demand — every answer traceable back to its sources.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/V3NxAr913_M" title="Stock Analysis Agent with Corvic AI - Corvic AI" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## What You'll Learn

* Connecting live market data sources for an agent to reason over
* Building a finance agent that gathers and analyzes stock data on demand
* Producing grounded, explainable analysis with transparent reasoning
* Reviewing the agent's thought process and citations

## How It Works

### Gather Market Data

Connect the agent to market data so it can pull current prices, fundamentals, and related context when a question is asked.

### Analyze On Demand

Ask the agent about a stock and it orchestrates the steps needed — retrieving data, running calculations, and synthesizing a response.

### Explain the Answer

Every response includes a transparent reasoning chain and citations, so the analysis is grounded and auditable rather than a black box.

## Related Documentation

<CardGroup cols={2}>
  <Card title="Live Data Connectors" icon="plug" href="/tutorials/live-data-connectors">
    Connect the agent to live market data.
  </Card>

  <Card title="Agents" icon="robot" href="/features/agents">
    Configure agents and inspect their reasoning.
  </Card>

  <Card title="API Secret Vault" icon="key" href="/features/api-secret-vault">
    Connect external market data APIs securely.
  </Card>

  <Card title="Spaces" icon="layer-group" href="/concepts/spaces">
    Ground the agent in embeddings of your data.
  </Card>
</CardGroup>

## Additional Resources

* [Watch on YouTube](https://www.youtube.com/watch?v=V3NxAr913_M)
* [More video tutorials](https://www.youtube.com/@CorvicAI)
