API of belgian companies based on public OpenData from the Banque Carrefour of Belgian government.
https://economie.fgov.be/sites/default/files/Files/Entreprises/BCE/Cookbook-BCE-Open-Data.pdf
This API is a simple way to get data from the Banque Carrefour of Belgian government.
- Clone this repository ;
- Get the date from the Banque Carrefour of Belgian government and put it in the
csv
folder ; - Run the notebook
./prepare-data.ipynb
to prepare the data ; - Run
php artisan serve
to start the API on port8000
;