For the complete documentation index, see llms.txt. This page is also available as Markdown.

Brokers

OpenAlgo currently includes 36 broker plugin directories: 34 securities brokers, a Dhan sandbox plugin for paper trading, and Delta Exchange for crypto derivatives, which is documented separately under Crypto. This section lists the 35 plugins that connect to a securities account, including the Dhan sandbox.

The names below are the display names. The short code in brackets is the plugin directory under broker/, and it is also the code that must appear in your REDIRECT_URL as http://127.0.0.1:5000/<code>/callback. OpenAlgo reads the active broker out of that URL, so the code has to match exactly.

  1. 5paisa (fivepaisa)

  2. 5paisa (XTS) (fivepaisaxts)

  3. Aliceblue (aliceblue)

  4. AngelOne (angel)

  5. Arrow (arrow)

  6. Compositedge (XTS) (compositedge)

  7. Dhan (dhan)

  8. Dhan (Sandbox) (dhan_sandbox)

  9. Firstock (firstock)

  10. Flattrade (flattrade)

  11. Fyers (fyers)

  12. Groww (groww)

  13. HDFC Sky (hdfcsky)

  14. HDFC Securities (hdfcsecurities)

  15. IIFL (XTS) (iifl)

  16. IIFL Capital (iiflcapital)

  17. IndiaBulls (ibulls)

  18. IndMoney (indmoney)

  19. JainamXTS (jainamxts)

  20. Motilal Oswal (motilal)

  21. Mstock (mstock)

  22. Nubra (nubra)

  23. Paytm (paytm)

  24. Pocketful (pocketful)

  25. Rmoney (XTS) (rmoney)

  26. Samco (samco)

  27. Shoonya (shoonya)

  28. Tradejini (tradejini)

  29. TradeSmart (tradesmart)

  30. Upstox (upstox)

  31. Zebu (zebu)

  32. Zerodha (zerodha)

Last updated