How to get stock price from Yahoo finance

Hello,
I am trying to build an app for stocks, but I dont know how to grap the price of the stock. There is Yahoo finance API. Can I use that, if so how can I get the value

1 Like

Hi @Ahmadjaber,

I never use the Yahoo APIs, but you need read how use this specific API and the parameters you need use.

In another wey, you can use the Custom action from adalo for Call to APIS.

For example, when the user push a button this run a custom action, this action call the Yahoo finance API and send the parameters (maybe name of the stock) and use the data you recibe in the api callback for print in screem.

This process im use for conect my Adalo app whit a external API.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.