> For the complete documentation index, see [llms.txt](https://about.wocstreet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://about.wocstreet.com/ai-features/ai-news-analysis.md).

# AI News Analysis

<figure><img src="/files/98ngklAfaemGqguSSspx" alt="" width="304"><figcaption><p>Bearish short-term impact on Amazon stock price with a relevance score of 22.</p></figcaption></figure>

<table><thead><tr><th width="195.33333333333331">Rating</th><th width="510">Interpretation</th></tr></thead><tbody><tr><td><strong>Very Bullish</strong></td><td>The news article indicates a significant positive impact directly or indirectly on the stock price.</td></tr><tr><td><strong>Bullish</strong></td><td>The news article may be directly or indirectly has positive impacts, but is not as significant as "Very Positive"</td></tr><tr><td><strong>Neutral</strong></td><td>The news article has a similar weight of positive or negative impact. It's informational without indicating any significant impact.</td></tr><tr><td><strong>Bearish</strong></td><td><p>The news may be directly or indirectly has negative impacts, but is not as significant as "Very Positive"</p><p></p></td></tr><tr><td><strong>Very Bearish</strong></td><td><p>The news indicates a significant negative impact directly or indirectly on the stock price.</p><p></p></td></tr><tr><td><strong>Short Term</strong></td><td>The news content may directly or indirectly influence the stock price, ranging from days to a couple of weeks.</td></tr><tr><td><strong>Long Term</strong></td><td><p></p><p>The implications of the news may directly or indirectly affect the stock's performance over an extended period, typically months to years.</p><p></p></td></tr><tr><td><strong>No Impact</strong></td><td><p></p><p>It is not expected to significantly influence the stock's performance or may be describing a unrelated company</p><p></p></td></tr></tbody></table>

{% hint style="info" %}
Disclaimer: The AI analysis should be used for informational purposes only and in no way should be relied upon for financial advice.
{% endhint %}

### Next

{% content-ref url="/pages/5iqAKevYZXVFziHmIkAD" %}
[AI News Summary](/ai-features/ai-news-summary.md)
{% endcontent-ref %}


---

# 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://about.wocstreet.com/ai-features/ai-news-analysis.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.
