Hi, I’m trying to get Thunkable to work with RapidAPI but I’m stuck with a basic issue.
What I’m trying to do in the app for example, is have a textbox which people can key the ticker code eg. MSFT (Microsoft), and return a specific piece of information.
The API endpoint I’m trying to utilise is rapidapi.com/integraatio/api/morningstar1?endpoint=apiendpoint_7ff3e10c-0e52-4d41-a62a-d29d51a0d678
Where I’m stuck and where I’m not familiar with is how the query in the API works. I understand I need to first get the URL, which is https://morningstar1.p.rapidapi.com/keyratios/statistics. Then combine it with queries of the ticker code (MSFT) and I believe the MIC code (XNAS).
I’m stuck as I’m not sure how to combine both MSFT and XNAS into the URL so that the overall URL is correct. Believe there is a need to have “?” or something to the effect? Have provided the screenshots below for reference of what I see and what I’m trying to build for the blocks and where I’m stuck.
Thunkable
RapidAPI