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
csvfolder ; - Run the notebook
./prepare-data.ipynbto prepare the data ; - Run
php artisan serveto start the API on port8000;