Currency Trading Prediction
Get the last 30 days of data for USD, EUR & GBP run a linear regression in Python to predict the price of each currency in the next week
Links
- Live Dashboard built in Fused
- See the code for yourself in the Public UDF Catalog
- Historical data from exchange-api
Prompts
Fetch & Compare the historical daily price of USD, EUR & GBP over the last 30 days as a table
I'm interested in buying currencies at the best time. Make a prediction over the prices of each currency on the next 7 days and show me that on a graph with each currency as a different color. Return data in a dataframe for me to view in Table first
Based on the prediction make a dashboard that gives me a recommendation for each currency whether to buy or sell. Show these 2 recommendation & the historical + prediction graph
Additional Resources
- Docs page on AI Assistant
- YouTube playlist of vibe coded examples