Skip to content

StevenReitsma/bnd-quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Brand New Day quotes

🇬🇧 English | 🇳🇱 Nederlands

API Docs: https://bnd.properchaos.nl/docs

This project delivers quotes from BrandNewDay.nl funds in a structured manner, with support for PortfolioPerformance. You can either self-host this application, or you can use the publicly available endpoint.

The minimum version of PortfolioPerformance that is compatible with this project is 0.45.0.

Using the public endpoint in PortfolioPerformance

To use the endpoint in PortfolioPerformance for Historical Quotes, use the following configuration. For Latest Quote, use the (same as historical quotes) option.

Setting Value
Provider JSON
Feed URL https://bnd.properchaos.nl/quotes/bnd-wereld-indexfonds-hedged?page={PAGE}
Path to Date $.[*].Date
Path to Close $.[*].Close

You can replace bnd-wereld-indexfonds-hedged in the Feed URL with any of the fund names you can find here (use the fund names, ignore the numbers).

Self-hosting

To self-host this project, use the Dockerfile:

$ git clone git@github.com:StevenReitsma/bnd-quotes.git
$ cd bnd-quotes
$ docker build --tag bnd-quotes .
$ docker run -it -p 80:80 bnd-quotes

You can then access the API at http://localhost/docs.

Brand New Day koersen

API documentatie: https://bnd.properchaos.nl/docs

Dit project zorgt ervoor dat PortfolioPerformance de koersen van BrandNewDay.nl fondsen op de juiste manier kan importeren. Je kunt deze applicatie zelf hosten, of het publieke endpoint gebruiken.

Je hebt minimaal versie 0.45.0 van PortfolioPerformance nodig.

Het publieke endpoint gebruiken in PortfolioPerformance

Gebruik onderstaande instellingen bij Historical Quotes om het publieke endpoint in PortfolioPerformance te gebruiken. Voor Latest Quote moet je de (same as historical quotes) optie gebruiken.

Instelling Waarde
Provider JSON
Feed URL https://bnd.properchaos.nl/quotes/bnd-wereld-indexfonds-hedged?page={PAGE}
Path to Date $.[*].Date
Path to Close $.[*].Close

Je kunt bnd-wereld-indexfonds-hedged in de Feed URL vervangen met de naam van elk ander fonds. Hier vind je een lijst van alle fondsen (gebruik alleen de naam van het fonds, de getallen kun je negeren).

Zelf hosten

Om de applicatie zelf te draaien gebruik je de Dockerfile:

$ git clone git@github.com:StevenReitsma/bnd-quotes.git
$ cd bnd-quotes
$ docker build --tag bnd-quotes .
$ docker run -it -p 80:80 bnd-quotes

Je kunt de API dan benaderen via http://localhost/docs.

Disclaimer

This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Brand New Day, or any of its subsidiaries or its affiliates. The official Brand New Day website can be found at https://brandnewday.nl.

About

Delivers quotes from BrandNewDay.nl funds in a structured manner, with support for PortfolioPerformance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published