Our AI analyzes each holding using technical indicators, fundamentals, and market trends to generate SELL/HOLD recommendations with confidence scores.
- Open Telegram and search for our bot (loading...)
- Press Start (or send
/start) - The bot will reply with your Chat ID — copy it
- Paste it below and click Send Test Message
import { PortfolioApiClient } from '@portfolio-analyzer/sdk';
const client = new PortfolioApiClient({
baseURL: 'http://YOUR_HOST:8000/api/v1'
});
await client.login('user@example.com', 'password');
const summary = await client.getPortfolioSummary();
const analysis = await client.runAnalysis({ days_history: 90 });
How long does it take to get a response?
We aim to respond within 24 hours on business days.
My wallet credits are not showing up?
Credits are added manually after payment confirmation. If delayed more than 2 hours, raise a Billing ticket.
Broker connection keeps failing?
Make sure your API credentials are correct and TOTP is enabled on your broker account. Raise a Technical ticket if the issue persists.
Email: myniveshiq@gmail.com