This paper proposes a novel hybrid model that combines AlexNet and LSTM algorithms to improve the accuracy of electricity price prediction. Existing RNN and ANN models have difficulty in processing foreign exchange time series data and often fail to accurately predict prices, but the hybrid model proposed in this paper significantly improves the prediction accuracy by considering external variables such as demand, temperature, amount of sunshine, and rainfall. By utilizing the excellent feature extraction ability of AlexNet and the time series pattern learning ability of LSTM, methods such as min-max scaling and time window are applied to predict future electricity prices, and the accuracy is 97.08%, which is higher than the existing RNN (96.64%) and ANN (96.63%) models.