I am trying to implement a feature where updated financial data is fetched when a user selects a stock from my dataset. In Python, this would be relatively straightforward—passing the “Active Stock” object’s ticker symbol into a script, calling a library like yfinance, and updating details like market cap, current price, etc.
However, I’m looking to integrate this functionality into Palantir’s AIP platform. I tried setting up a REST API for financial data retrieval, but I haven’t had any success, and I’m struggling to find a working alternative or example similar.
Thanks for your reply, I implemented compute modules for the API call into my application and unfortunatley really slowed down alot of processing for the page as alot was dependent on said data. So for my demonstration I have decided to go with static data with the understanding that an account with a higher developer tier would have faster compute power if the project was be taken on.