GBPUSD 24-Hour Prediction

model loaded

Upload CSV File

Upload a CSV file with or without headers. The file must contain at least 240 rows of 1-minute GBPUSD data with columns in one of these formats: (1) datetime, open, high, low, close, volume (volume is optional) or (2) date, time, open, high, low, close, volume (volume is optional).

Example CSV Format (with combined datetime):

datetime,open,high,low,close,volume
2025-09-09 00:01,1.3000,1.3005,1.2995,1.3002,100

Example CSV Format (with separate date and time):

date,time,open,high,low,close,volume
2025.05.15,05:10,1.32771,1.32788,1.32771,1.32783,44
No data loaded

Fetch from Alpha Vantage API

Enter your Alpha Vantage API key to fetch recent 1-minute GBPUSD data (at least 240 rows required).