# AmiQuotes

**This tool helps you to fetch live data ( 1minute / Daily) data directly from the broker and seamlessly update Amibroker using the Amiquotes tool every minute.**

### Prerequisites

OpenAlgo  and OpenAlgo API Key

Amibroker 6.0 or higher

Amiquotes 4.10 or higher (mostly preinstalled with Amibroker) if not download from [Amibroker Download section](https://amibroker.com/download.html)

OpenAlgo supported Brokers providing Historical Data / Intraday Data API

Note :  As of now kotak not supporting intraday/historical data API

### Step 1 : Download OpenAlgo - Amiquotes (Plugin)

{% file src="/files/NIyXBlRr4z0n5lfY995V" %}

Download the file and save under **Amibroker -> Amiquotes -> DataSource Folder**

<figure><img src="/files/XGLihp2UHygSQrazU8CR" alt=""><figcaption></figcaption></figure>

### Step 2 : Create the Amibroker Database

Open Amibroker Goto File Menu -> New -> Database

<figure><img src="/files/siF2BqIZU1FPSWvhFy3n" alt=""><figcaption></figcaption></figure>

Create a New Database

Enter the Database Name, Base Time Interval and Click Create

<figure><img src="/files/47qqMrjw0Y6K9IQQ2oO3" alt=""><figcaption></figcaption></figure>

Enter the Database Source as (local database) and Number of Bars as 75000

<figure><img src="/files/xiigSqaVwOqTj6fve6D4" alt=""><figcaption></figcaption></figure>

Now click on Intraday Settings and Enable Allow Mixed EOD/Interval data and press ok

<figure><img src="/files/QOcb7EUYU5J5xaexj0ZP" alt=""><figcaption></figcaption></figure>

### Step 3 : Add OpenAlgo Ticker Symbols

Add Ticker Symbols from the Symbols menu -> New

<figure><img src="/files/aWUDhYyguGvoyJWYLujy" alt=""><figcaption></figcaption></figure>

You can Also add the ticker symbol with comma separated

<figure><img src="/files/qJRLu6NXT5s6SEClgbvN" alt=""><figcaption></figcaption></figure>

If you want to import bulk symbols consider using Watchlist import method (Supports .txt or .csv or .tls format)

<figure><img src="/files/G02gtH4lHI6wm5MU40Do" alt=""><figcaption></figcaption></figure>

### Step 4 : Amiquote Realtime Update

Open Amiquote from Tools Menu -> Auto-update quotes (AmiQuote)

<figure><img src="/files/CEufSW83EmsN0TCP3hfN" alt=""><figcaption></figcaption></figure>

From the dropdown of Amiquote Select OpenAlgo

<figure><img src="/files/4yOaoNeC9chYB7SQXXg7" alt=""><figcaption></figcaption></figure>

Alternatively, you can also import the openalgo template using the import method. Goto **Data Source Menu -> Import**

<figure><img src="/files/uZmofU1S3wXapRWQZoxI" alt=""><figcaption></figcaption></figure>

configure the OpenAlgo API key

Get the OpenAlgo API Key by visiting **openalgo -> Dashboard -> Click on Profile Icon -> APIKey**

Create one if you installed openalgo for the first time. Copy the API key and paste in the User-definable data source -> API Key Section as shown below and press ok

<figure><img src="/files/JA93NMFqQpsXqTUpv4X2" alt=""><figcaption></figcaption></figure>

Now Select the desired interval and set Run every 1min  and press the play button

<figure><img src="/files/VsNJmT36jhVvtOA9nYlv" alt=""><figcaption></figcaption></figure>

Now the Data Download from the Broker via OpenAlgo Starts

<figure><img src="/files/FoOwLAkgMTlGIA1Upkig" alt=""><figcaption></figcaption></figure>

Now you can see that openalgo is Auto updating the Amibroker Database every 1 minute

<figure><img src="/files/tzP1joZjb6kzMDdly4Ya" alt=""><figcaption></figcaption></figure>

Make sure that Charts are loaded properly.

<figure><img src="/files/Ywh0JwsGqGnuNeqGYM1I" alt=""><figcaption></figcaption></figure>

Start using your brokers data for your analysis purpose.<br>

For more details and troubleshooting refer the [Ticker API](/api-documentation/v1/data-api/ticker.md)

Make sure to login to openalgo every day to fetch the live intraday/EOD quotes


---

# Agent Instructions: 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:

```
GET https://docs.openalgo.in/trading-platform/amibroker/amiquotes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
