{% raw %}

Change Password

{{ passwordError }}
{{ passwordSuccess }}
{{ activeTasks.length }} Active
{{ form.ticker ? 'Active' : 'Idle' }} ยท {{ form.ticker }}
FinIntelX

Ready to Generate Reports

Enter a stock ticker to generate comprehensive AI-powered equity research reports with professional valuation and risk analysis.

Report Highlights

Key metrics & insights

Valuation

DCF & peer comparison

Risk Analysis

Key risks & catalysts

Processing Queue

{{ task.ticker }}

RUNNING

{{ task.company }}

{{ task.progress }}%
Current Stage {{ task.stage }}

{{ task.logs[task.logs.length - 2] }}

> {{ task.logs[task.logs.length - 1] }}

[{{ idx + 1 }}]{{ log }}

Research Archive

{{ task.ticker }}

{{ task.company || task.company_name }}

HTML PDF
Finalizing...
{{ task.ticker }} - Task Log
Download
{{ log }}
No logs available for this task.

{{ idx.name }}

{{ idx.currency }}{{ idx.price.toLocaleString(undefined, {minimumFractionDigits: 2, maximumFractionDigits: 2}) }}

โ–ฒโ–ผ {{ idx.changePercent.toFixed(2) }}% ({{ idx.change >= 0 ? '+' : '' }}{{ idx.change.toFixed(2) }})

Total Portfolio Value

{{ portfolioCurrency }}{{ portfolioStats.currentValue.toLocaleString(undefined, {maximumFractionDigits: 2}) }} {{ portfolioStats.totalPnL >= 0 ? '+' : '' }}{{ portfolioStats.totalPnLPercent.toFixed(2) }}%

Total Invested

{{ portfolioCurrency }}{{ portfolioStats.totalInvested.toLocaleString(undefined, {maximumFractionDigits: 2}) }}

Total Gain/Loss

{{ portfolioStats.totalPnL >= 0 ? '+' : '' }}{{ portfolioStats.totalPnL.toLocaleString(undefined, {maximumFractionDigits: 2}) }}

Today's Return

{{ portfolioStats.todayPnL >= 0 ? '+' : '' }}{{ portfolioStats.todayPnL.toLocaleString(undefined, {maximumFractionDigits: 2}) }}

Holdings & Watchlist

Symbols {{ getSortArrow('symbol') }} Trend Price {{ getSortArrow('price') }} Change {{ getSortArrow('change') }} % change {{ getSortArrow('changePercent') }} Prev close Open High Low Volume Mkt cap Type Action
{{ item.symbol }} {{ item.company_name }}
No trend
{{ item.live.currency }}{{ item.live.price.toLocaleString(undefined, {minimumFractionDigits: 2, maximumFractionDigits: 2}) }} {{ item.live.change >= 0 ? '+' : '' }}{{ item.live.change.toLocaleString(undefined, {minimumFractionDigits: 2, maximumFractionDigits: 2}) }} {{ item.live.change >= 0 ? '+' : '' }}{{ item.live.changePercent.toFixed(2) }}% {{ item.live.prevClose ? item.live.currency + item.live.prevClose.toLocaleString(undefined, {minimumFractionDigits: 2}) : '--' }} {{ item.live.open ? item.live.currency + item.live.open.toLocaleString(undefined, {minimumFractionDigits: 2}) : '--' }} {{ item.live.high ? item.live.currency + item.live.high.toLocaleString(undefined, {minimumFractionDigits: 2}) : '--' }} {{ item.live.low ? item.live.currency + item.live.low.toLocaleString(undefined, {minimumFractionDigits: 2}) : '--' }} {{ item.live.volume }} {{ item.live.marketCap }} HOLDING ({{ item.shares }}) WATCHLIST
No holdings or watchlist symbols in this market view. Click "+ Add symbol" to add one!

FinIntelX AI Advisor

Welcome! I am your AI financial assistant, powered by Gemini. Ask me anything about stock data, market analysis, or investment advice. I will automatically fetch current prices to inform my answers!

Suggested Prompts

{{ msg.content }}

FinIntelX AI is a research assistant. Verify all advice independently.

Add Watchlist or Holding

{{ res.symbol }} {{ res.name }}

Selected: {{ addForm.symbol }}

{{ addForm.companyName }}

{{ addForm.market === 'US' ? 'US Stock' : 'India Stock' }}
{% endraw %}