# Financial Data Types

* **Price**: Historical daily stock price data for a searched ticker, with up to 3 years of coverage.
* **EPS**: Quarterly earnings per share, including both reported and estimated values, with 3 years of history.
* **Revenue**: Quarterly company revenue, including both reported and estimated values, with 3 years of history.
* **Analyst Est.**: Daily time series of analyst revenue estimates, highlighting revisions and trends over the past 3 years for the current fiscal year.
* **Investor News Sentiment**: News sentiment tracked over a trailing context window, showing shifts in bullish, neutral, or bearish coverage of a company, with 2 years of history.
* **Revenue By Product**: Breakdown of company revenue by product or business segment, displayed in a stacked bar chart with 3 years of history.
* **Revenue By Geo**: Breakdown of company revenue by geographic region, displayed in a stacked bar chart with 3 years of history.
* **News Feed**: Chronologically ordered social media posts and related news articles tied to a searched ticker, providing real-time context alongside historical activity.


---

# Agent Instructions: 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:

```
GET https://docs.tickertrends.io/tickertrends/documentation-v2/2.-data-coverage-and-data-types/2.2-data-types/financial-data-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
