Can you tell me what api (possibly free) to use to have the data of the stocks?
Thank you in advance
Can I create random data?
I haven’t done this project yet, but a quick Google turns up a fair bit, presumably there is something suitable out there:
I don’t think soo… but i finish this project today and use the yahho api. Its a litle trike because dont have a super hyper documentation but works ! My git if you want some help https://github.com/jrogatis/camper-full-stack-projects
hi, where can I find the documentation? I googled and I can’t seem to find it. I found this though:
http://meumobi.github.io/stocks%20apis/2016/03/13/get-realtime-stock-quotes-yahoo-finance-api.html
But the Yahoo Finance webservice API seems not working?
For my project at this link https://horse-burn.hyperdev.space/ I used the yahoo-finance node module that helped me retrieve the data for the stocks
https://www.npmjs.com/package/yahoo-finance
This is the source code of my app on ghithub https://github.com/computerluca/chart-stock-market-fcc
Thanks for that npm link. Was looking for something easy to use