> 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.19-launched.md).

# Version 1.0.0.19 Launched

04th Jan 2025

* Data API Implemented for 5paisa , Angel, Upstox, Fyers, Firstock, Flatrade, Dhan, ICICI Direct, shoonya, Zebu
* Fixing log module and will be written once the placesmartorder is sentiment.
* Historical Date with GMT/UTC timing fix
* While sending Basket Orders. Now Buy Orders will execute on priority compared to sell orders.&#x20;

  This helps traders to manage hedged trades and manage margins effectively.
* Fyers Data API fixed to support special symbols like 'M\&M'
* Dhan Broker V2 API Migration
* Added: Bruno and Postman collections are now available in the /collections folder for easier API testing and documentation.
* Updated readme file with stat badges
* Amibroker Amiquote Ticker API (enabled) to connect with Amibroker
* Updated Jinja library in requirement.txt
* Updated copyright year to 2025
* Dashboard Error Fix if the user changes the apikey and api secret to handle the invalid login gracefully.
* Ubuntu Server Install Script updated for Firstock and Flattrade\
  Removed hardcoding of FyersAPI Class and removed hardcoding of D,W,M in the intervals API


---

# 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.19-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.
