> For the complete documentation index, see [llms.txt](https://docs.openalgo.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openalgo.in/change-log/release/version-1.0.0.23-launched.md).

# Version 1.0.0.23 Launched

12th Apr 2025

**New Broker Additions (XTS API + Direct API):**\
• 5paisa (XTS)\
• Compositedge (XTS)\
• IIFL (XTS)\
• Jainam (Retail & Dealer - XTS)\
• Wisdom Capital (XTS)\
• Paytm

🔧 **Broker-Specific Fixes & Enhancements:**\
• **AngelOne:**\
 – Tick Size Handling Fix\
 – Index Symbol Normalization\
 – Historical Data Looping Fix via API\
 – Margin Format Standardization\
 – ExportCSV for LTP and PnL\
 – Migrated to `httpx` with Connection Pooling

• **XTS API Supported Brokers:**\
 – Centralized Base URL, Added Feedtoken and UserID to the Database

• **Flattrade:**\
 – Quote Formatting\
 – Common Symbol Mapping

• **Fyers:**\
 – BFO Master Contract Download Fix\
 – Implemented Common Symbol Format for NSE/BSE

• **Pocketful:**\
 – Initial Integration: Direct Auth & Fund Fetch

• **Zerodha, Dhan, Shoonya, Upstox, Kotak:**\
 – Symbol Format & Index Normalization\
 – Historical Quote Adjustments

**Common Symbol Format Now Implemented For:**

1. Fyers
2. Dhan
3. Zerodha
4. Flattrade
5. Shoonya *(BSE indices not available)*
6. Compositedge
7. AngelOne
8. Upstox
9. Kotak *(BSE indices not streaming)*
10. Paytm
11. Jainam (XTS API)
12. IIFL (XTS API)
13. Wisdom Capital (XTS API)
14. 5paisa (XTS API)

⚙️ **System Architecture & Enhancements:**\
• Connection Pooling Enabled (AngelOne, PayTM and  XTS Supported Brokers)\
• `user_id` Column Added \
• Python 3.13 Compatibility Achieved (Updated Dependencies)

📄 **Documentation & DevOps Updates:**\
• Refined Docs: README, Design Overview, XTS/XTSAPI Guides\
• Updated: `.env` Samples, Broker Auto-Config, Shell Installer<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.openalgo.in/change-log/release/version-1.0.0.23-launched.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
