Fund-API

Get your fund data now!

Documentation

There is a documentation of the provided API endpoints and some examples for the use of the API.

Announcements

HANSAINVEST now provides an API that offers several funds data. We decided to start with some performance and investment structure data, but we plan to widen out the API continuously. Bugfixes, changes and new features will be announced here.

If you are not a developer, we recommend the use of the Code-Generators:

Authentication is now available (28.11.2023)

As of today it is possible to use the fund API via authentication. Instead of being delivered as before, the data is only delivered upon successful authentication. This is optional and how it works can be seen in the example. If you are interested, you can send an email to: hi-reporting@hansainvest.de.

Extension of the Api with EMT data (12.09.2023)

As of today, some EMT (European MiFID Template) data will be delivered via the API. We are responding to the wishes of some customers and hope that others may need them as well.

Many more fund data are now available in multiple languages (de and en). (12.09.2023)

From now on we offer you, among other things, investment structures, key figures, etc. in German and in English. We have added a language identifier as an additional parameter. The default is "de". See the details here.

Nice little improvement: The status date is added (29.03.2023)

Fund data is now delivered with a status date, as far as it makes sense.

Permalinks now a part of the Fund-API (17.02.2023)

Important changes: Previously, the permalinks to link to fund documents were available at: https://www.hansainvest.com/tools/. For example: https://www.hansainvest.com/tools/doc-redirect.php?doctype=fsprivat&isin=DE0008479023&lang=de.

This will continue to work for the transitional period until May 26, 2023. Then this interface is switched off. The Fund-API now also takes over this task, so that you can obtain not only fund data but also fund documents from one source. Please plan to change your permalinks by May 26th, 2023. Thanks very much!

Bugs in HighCharts Version: 10.3x (09.01.2023)

There are currently some bugs in the released version 10.3x of the JS-Library HighCharts. If you use this version, we highly suggest to use version 10.2.x and wait until the bugs are fixed. If you would like to read more about this topic see: Update Highcharts v10.3.0 some charts don't work anymore

Please note that HANSAINVEST is not responsible for third-party products and does not provide any support for them. HANSAINVEST only makes data available via this interface.

A new year's gift for our customers. The key figures are now available! (03.01.2022)

The key figures now extend our portfolio of funds data we offer to you via API. We hope you find this useful. As usual you can show the key figures on your website or use it for your own reasons.

The funds profiles of each funds are now available (05.08.2021)

You asked for it, now you get it! Now you have the opportunity to get the data from each funds profile to save them or show them for example on your own website. We hope you will enjoy this new feature!

Historic fund prices for single funds are now available (06.08.2019)

If you are interested in getting historic prices for a single fund, take a look at our new feature that has just released. As usual we provide a PHP example for you that makes it easier to integrate it in your website.

Investment performance since launch now available (15.02.2019)

Our next feature has just released. Take a look at Performance since launch if you are interested in all performance data of a fund.

As a bonus we will show you how you can present these data in an amazing highchart graphic.

Performances per calendar year are now available (15.08.2018)

We are proud to present our next feature. It is now possible to get performances per calendar year via our API. You can either get the values for all funds or just for one fund. If you find this interesting for your needs see more in our documentation.

Bug in performance legal chart (20.02.2018)

In an incomplete business year the line chart usually starts somewhere during the year, unless a fund has been published on the first trading day of a year. No matter what publishing date the fund had the line started always to the beginning of the year. This is now fixed.

This bug was not related to the Fund-API itself. It has only affected the High-Charts example.

The following lines (40 and 55) have changed:

"min": new Date(Object.entries(json_data.performance.periods)[0][1].from).getTime()
"formatter": function() { return Highcharts.numberFormat(this.y, 2, ',') + (Object.entries(json_data.performance.periods)[0][1].from !== Object.entries(json_data.performance.periods)[0][1].realfrom && this.point.index === 0 ? '*' : ''); }

Current fund prices are now available (08.02.2018)

It’s now possible to get the current fund price for one fund or for all funds.
If you are interested in using this feature continue reading the documentation.

Notice

Please see the terms of use before you start using der API. By the use of the API you automatically agree with the terms of use (available in german language only).

The API is for use by customers only.