https://github.com/marketcalls/openalgo-excel
OpenAlgo - Excel Addin
https://github.com/marketcalls/openalgo-excel
Last synced: 8 months ago
JSON representation
OpenAlgo - Excel Addin
- Host: GitHub
- URL: https://github.com/marketcalls/openalgo-excel
- Owner: marketcalls
- License: mit
- Created: 2025-02-22T19:30:34.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-02-22T20:15:23.000Z (8 months ago)
- Last Synced: 2025-02-22T20:26:32.590Z (8 months ago)
- Language: C#
- Homepage: https://docs.openalgo.in
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# OpenAlgo Excel-DNA Add-in
This is an **Excel-DNA add-in** that integrates with **OpenAlgo API**, allowing users to retrieve financial data directly in **Microsoft Excel** using simple functions.
## 📌 Features
- **Retrieve Funds**: `=Funds()`
- **View Order Book**: `=OrderBook()`
- **Set API Configuration**: `=SetOpenAlgoConfig(api_key, version, host_url)`## 🚀 Installation
1. **Download & Build**:
- Clone this repository.
- Open the project in **Visual Studio**.
- Build the solution (`Ctrl + Shift + B`).2. **Load the Add-in in Excel**:
- Open **Excel**.
- Go to **Options → Add-ins**.
- Browse and load the generated `.xll` file from `bin\Debug` or `bin\Release`.---
## 🔹 **Usage**
### **1️⃣ Set API Key (One Time)**
To configure the **API Key**, **version**, and **host URL**, use:
```excel
=SetOpenAlgoConfig("YOUR_API_KEY")