# API Support

## Overview

Individuals and institutional clients can build their own trading applications, obtain market and chart data, and view EPT account details using our API solutions.

### Supported languages

* Java – Our most popular API technology
* C++ (POSIX-compliant)
* Python
* .NET (C#) - You can use the C# library with any .NET supported language
* C++ (MFC)
* ActiveX – Integrate our ActiveX control into other programs such as Excel and Matlab
* DDE – Use our Excel sample application to get you started, or any DDE-aware program

We also let you use a demo account to back-test your setup and test trade ideas before going live. To request an EPT demo, please send us an email at <sales@europacbank.com>.

{% hint style="info" %}
For institutional clients, please check out Interactive Brokers’ comprehensive API guide for institutions [here.](https://www.interactivebrokers.com/en/index.php?f=5041)
{% endhint %}

## Can I link other platforms to your liquidity pool?

Our custodian, Interactive Brokers, allows specific platforms to be connected to their liquidity pool. To determine if your platform is supported, please  <img src="https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_-ylVb0hvxbUXyo5fz%2Fuploads%2FkorUeH4JdzFe1PuOmiMB%2Ffile.png?alt=media" alt="" data-size="line"> us at <tradingsupport@europacbank.com>.

## Can I connect TradingView?

TradingView is not yet configured to use the Third Party Web API, which allows stock and forex trading via a RESTful web interface.


---

# 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://help.europacbank.com/help/faqs/euro-pacific-trader/api.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.
