MarketYantra unifies identity, trading, finance, and business productivity into a single intelligent platform — with one login, one profile, one subscription.
Applications
Each application stands alone as a best-in-class tool — and shines even brighter as part of the Yantra ecosystem.
Identity & Access Management
Secure authentication, authorization, user management, organizations, SSO, OAuth 2.0, PKCE, MFA, and API security — all in one. The backbone of every application in the Yantra ecosystem.
Open AuthYantraTrading & Investment
Algorithmic trading with Jobbing & Swing strategies, real-time WebSocket feeds, Celery workers, broker integrations, and portfolio management.
Open TradeYantraPersonal Finance & Accounting
IFRS-compliant dual-ledger accounting — track assets, liabilities, subscriptions, budgets, and journal entries with multi-currency support.
Open WorthWiseWhat's Coming Next
Ecosystem
Every app shares a common foundation so you spend time on what matters — not on managing access, credentials, or separate accounts.
Single Sign-On across all apps
Log in once via AuthYantra and access every application without re-authenticating. Zero friction, full security.
Unified user profile
One identity, one avatar, one set of preferences — automatically synchronized across the entire platform.
Organization-based access control
Create orgs, invite members, and define granular roles. One RBAC model governs all applications.
Shared billing & subscriptions
One subscription, one invoice. Manage access to all apps from a single, centralized billing dashboard.
Integrated application workflows
Apps share data, events, and triggers — trade signals from TradeYantra can update budgets in WorthWise automatically.
Architecture
Modern stack that's production-ready from day one. Deploy anywhere — cloud, VPS, or on-premise.
# MarketYantra Ecosystem
class MarketYantraPlatform:
apps = {
"auth": AuthYantra, # IAM layer
"trading": TradeYantra, # Algo trading
"finance": WorthWise, # Personal PnL
"crm": ComingSoon, # v3.0
"hr": ComingSoon, # v3.1
"analytics": ComingSoon, # v4.0
}
shared_infra = {
"identity": SSO | OAuth2 | JWT,
"billing": UnifiedSubscription,
"rbac": OrgScopedPermissions,
"events": CeleryTaskQueue,
"rt_data": WebSocket | Redis,
}
hosting = [
"auth.marketyantra.com",
"trading.marketyantra.com",
"worthwise.marketyantra.com",
"marketyantra.com/{app}", # path-based
]
Platform
Security, performance, and developer experience are first-class concerns at every layer of the stack.
Enterprise-grade security
OWASP-compliant, end-to-end encryption, secure token handling, audit logging, and CSRF protection at every request.
Cloud-native architecture
Django + Celery + Redis — containerized and deployable on VPS, cloud providers, or bare metal with zero lock-in.
Real-time & scalable
Horizontal scaling with Celery concurrency workers, Redis pub/sub, WebSocket feeds, and async task queues built in.
API-first design
Every feature is accessible via REST API. Build integrations, automate workflows, and extend functionality programmatically.
Modern auth standards
OAuth 2.0, OIDC, JWT, PKCE, and MFA. Industry-standard protocols that every enterprise expects and trusts.
Multi-tenant ready
Organization-scoped data isolation, custom subdomains, path-based routing, and white-label support for enterprise accounts.
One account. Every application. Zero friction. Get up and running in minutes.