{"id":27948023,"url":"https://github.com/stevenreitsma/bnd-quotes","last_synced_at":"2025-05-07T14:54:49.070Z","repository":{"id":77551606,"uuid":"284085770","full_name":"StevenReitsma/bnd-quotes","owner":"StevenReitsma","description":"Delivers quotes from BrandNewDay.nl funds in a structured manner, with support for PortfolioPerformance.","archived":false,"fork":false,"pushed_at":"2025-03-16T14:49:53.000Z","size":29,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-16T15:46:57.048Z","etag":null,"topics":["brand","brand-new-day","day","funds","koers","koersen","new","portfolioperformance","quotes","stock"],"latest_commit_sha":null,"homepage":"https://bnd.properchaos.nl/docs","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StevenReitsma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-31T16:51:14.000Z","updated_at":"2025-03-16T14:49:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"d826e9ec-e97d-4570-b984-0d46e4441ccd","html_url":"https://github.com/StevenReitsma/bnd-quotes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenReitsma%2Fbnd-quotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenReitsma%2Fbnd-quotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenReitsma%2Fbnd-quotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenReitsma%2Fbnd-quotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StevenReitsma","download_url":"https://codeload.github.com/StevenReitsma/bnd-quotes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252902627,"owners_count":21822257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brand","brand-new-day","day","funds","koers","koersen","new","portfolioperformance","quotes","stock"],"created_at":"2025-05-07T14:54:45.568Z","updated_at":"2025-05-07T14:54:49.052Z","avatar_url":"https://github.com/StevenReitsma.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brand New Day quotes\n\n[🇬🇧 English](#brand-new-day-quotes) | [🇳🇱 Nederlands](#brand-new-day-koersen)\n\nAPI Docs: https://bnd.properchaos.nl/docs\n\nThis project delivers quotes from [BrandNewDay.nl](https://brandnewday.nl) funds in a structured manner, with support for [PortfolioPerformance](https://www.portfolio-performance.info/en/).\nYou can either self-host this application, or you can use the publicly available endpoint.\n\nThe minimum version of PortfolioPerformance that is compatible with this project is 0.45.0.\n\n## Using the public endpoint in PortfolioPerformance\nTo use the endpoint in PortfolioPerformance for `Historical Quotes`, use the following configuration.\nFor `Latest Quote`, use the `(same as historical quotes)` option.\n\n| Setting | Value |\n|-|-|\n| Provider  | JSON  |\n| Feed URL  | `https://bnd.properchaos.nl/quotes/bnd-wereld-indexfonds-hedged?page={PAGE}`  |\n| Path to Date | `$.[*].Date` |\n| Path to Close | `$.[*].Close` |\n\nYou can replace `bnd-wereld-indexfonds-hedged` in the Feed URL with any of the fund names you can find [here](https://bnd.properchaos.nl/funds) (use the fund names, ignore the numbers).\n\n## Self-hosting\nTo self-host this project, use the `Dockerfile`:\n\n```\n$ git clone git@github.com:StevenReitsma/bnd-quotes.git\n$ cd bnd-quotes\n$ docker build --tag bnd-quotes .\n$ docker run -it -p 80:80 bnd-quotes\n```\n\nYou can then access the API at `http://localhost/docs`.\n\n\n\n\n# Brand New Day koersen\nAPI documentatie: https://bnd.properchaos.nl/docs\n\nDit project zorgt ervoor dat [PortfolioPerformance](https://www.portfolio-performance.info/en/) de koersen van [BrandNewDay.nl](https://brandnewday.nl) fondsen op de juiste manier kan importeren.\nJe kunt deze applicatie zelf hosten, of het publieke endpoint gebruiken.\n\nJe hebt minimaal versie 0.45.0 van PortfolioPerformance nodig.\n\n## Het publieke endpoint gebruiken in PortfolioPerformance\nGebruik onderstaande instellingen bij `Historical Quotes` om het publieke endpoint in PortfolioPerformance te gebruiken.\nVoor `Latest Quote` moet je de `(same as historical quotes)` optie gebruiken.\n\n| Instelling | Waarde |\n|-|-|\n| Provider  | JSON  |\n| Feed URL  | `https://bnd.properchaos.nl/quotes/bnd-wereld-indexfonds-hedged?page={PAGE}`  |\n| Path to Date | `$.[*].Date` |\n| Path to Close | `$.[*].Close` |\n\nJe kunt `bnd-wereld-indexfonds-hedged` in de Feed URL vervangen met de naam van elk ander fonds. [Hier](https://bnd.properchaos.nl/funds) vind je een lijst van alle fondsen (gebruik alleen de naam van het fonds, de getallen kun je negeren).\n\n## Zelf hosten\nOm de applicatie zelf te draaien gebruik je de `Dockerfile`:\n\n```\n$ git clone git@github.com:StevenReitsma/bnd-quotes.git\n$ cd bnd-quotes\n$ docker build --tag bnd-quotes .\n$ docker run -it -p 80:80 bnd-quotes\n```\n\nJe kunt de API dan benaderen via `http://localhost/docs`.\n\n## Disclaimer\n\nThis 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenreitsma%2Fbnd-quotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevenreitsma%2Fbnd-quotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenreitsma%2Fbnd-quotes/lists"}