Hi everyone,
I am fairly new to python and streamlit…I am trying to create a functionality where users can type in a company ticker or name and the input field dropdown will prepopulate with available options (lets say 5). I am trying to implement the functionality by requesting the api endpoint “search” … ie.
https://financialmodelingprep.com/api/v3/search?query=AA&limit=10&exchange=NASDAQ&apikey=demo
Please let me know if I am approaching this correctly and if so, how can I implement it in streamlit. I understand that I can upload the data in csv and implement it through selectbox but would like to implement a more robust process.
Thank you in advance!!!