> For the complete documentation index, see [llms.txt](https://docs.stablejack.xyz/stablejack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stablejack.xyz/stablejack/use-cases/analyze-stocks-and-assets.md).

# Analyze Stocks and Assets

Evaluate stocks, cryptocurrencies, forex pairs, commodities, and other assets using fundamental, technical, sentiment, and market data.

Analyzing an asset often requires collecting information from several sources, reviewing different indicators, and connecting company, market, and price data. StableJack brings these inputs together and turns them into a structured analysis.

You can use StableJack to research a single asset, compare multiple investments, examine potential risks, or generate a broader investment analysis report.

### How StableJack Helps You Analyze Assets

StableJack evaluates an asset from multiple perspectives based on the information available and the type of request you submit.

Depending on the asset, the analysis may include fundamentals, valuation, financial health, technical indicators, price momentum, market sentiment, trader positioning, relevant news, industry conditions, macroeconomic factors, catalysts, and downside risks.

The result is designed to help you understand what may support the investment case, what could weaken it, and which factors should be monitored before making a decision.

### Analyze a Stock with AI

Review a company’s business performance, financial condition, valuation, price action, market outlook, and key risks.

StableJack can examine revenue and earnings growth, profitability, margins, cash flow, debt, valuation multiples, recent price performance, analyst sentiment, industry conditions, and company-specific developments.

The analysis can also present bullish and bearish scenarios to help you evaluate both the potential opportunity and the main risks.

**Prompt Example:**

“Analyze NVIDIA’s fundamentals, valuation, recent price performance, growth outlook, and key risks.”

### Analyze Cryptocurrency Assets

Examine a cryptocurrency using token fundamentals, market structure, price action, positioning, catalysts, and downside risks.

StableJack can evaluate factors such as market capitalization, token supply, liquidity, trading volume, technical structure, market sentiment, trader positioning, ecosystem developments, token unlocks, and relevant news.

This can help you understand whether recent price movements are supported by broader market conditions or driven mainly by short-term speculation.

**Prompt Example:**

“Analyze Solana based on its fundamentals, price trend, market positioning, upcoming catalysts, and downside risks.”

### Analyze Forex Pairs

Evaluate currency pairs using macroeconomic conditions, central bank policy, technical indicators, price momentum, and market sentiment.

StableJack can examine interest rate expectations, inflation, economic growth, employment data, currency strength, support and resistance levels, positioning, and relevant geopolitical developments.

The analysis can explain which factors may support each currency and what could change the expected direction of the pair.

**Prompt Example:**

“Analyze EUR/USD using interest rate expectations, economic data, technical indicators, and market sentiment.”

### Analyze Commodities

Study the supply, demand, macroeconomic conditions, geopolitical developments, and price trends affecting commodities.

Depending on the commodity, StableJack may evaluate production levels, inventories, weather conditions, transportation constraints, global demand, interest rates, currency movements, and geopolitical risks.

It can also review technical conditions and recent momentum to determine how fundamental and market factors are reflected in the price.

**Prompt Example:**

“Analyze gold based on interest rates, inflation expectations, central bank demand, price momentum, and key risks.”

### Compare Two Assets

Compare two stocks, cryptocurrencies, commodities, or other assets using relevant performance and risk factors.

StableJack can evaluate differences in valuation, growth, profitability, price performance, volatility, market sentiment, competitive position, financial health, and broader market conditions.

The comparison can help you understand which asset appears stronger under specific assumptions rather than providing a conclusion based on a single metric.

**Prompt Example:**

“Compare Microsoft and Alphabet based on growth, profitability, valuation, financial health, price performance, and risk.”

### Generate an Investment Analysis Report

Turn company, market, fundamental, and price data into a structured investment analysis report.

A report may include an asset overview, investment thesis, fundamental analysis, technical analysis, valuation, market sentiment, potential catalysts, bullish and bearish scenarios, key risks, and factors that could invalidate the thesis.

You can specify the asset, investment horizon, strategy, and areas you want the report to prioritize.

**Prompt Example:**

“Generate a structured investment analysis report for Amazon with a 12-month investment horizon.”

### How to Get Better Results

Include the asset, analysis type, investment horizon, and specific factors you want StableJack to examine.

For example, instead of asking:

“Analyze Tesla.”

You can ask:

“Analyze Tesla as a long-term investment based on revenue growth, margins, valuation, competitive position, financial health, and key risks.”

Specific prompts help StableJack focus the analysis on the information that is most relevant to your decision.

### Explore StableJack in Practice

StableJack helps you analyze assets from multiple perspectives, but the most effective way to understand its capabilities is to test different requests.

Analyze individual assets, compare investment alternatives, change the time horizon, and ask StableJack to focus on specific financial or market factors. This can help you determine how its analysis fits into your research and decision-making process.

You can try [StableJack](https://www.stablejack.xyz/) now.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.stablejack.xyz/stablejack/use-cases/analyze-stocks-and-assets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
