Giter Club home page Giter Club logo

forcast-euro-yen's Introduction

Forcast-euro-yen

This Python program aims to predict the market price of FOREX using time series analysis with ARIMA models. Here's a brief description of the code and its functionalities:

First, the necessary libraries are imported, such as pandas, numpy, matplotlib, seaborn, requests, datetime, timedelta, and statsmodels. Then, an API key is generated to get access to market data.

Next, the program requests historical data of the chosen currency pair (EUR/JPY) using the API and saves it as a pandas dataframe. The data is then cleaned and preprocessed, with the 'date' column converted to datetime format and set as the dataframe index.

The program then performs statistical analysis on the high prices of the currency pair, including a probability plot, ADF (Augmented Dickey-Fuller) test for stationarity, ACF (AutoCorrelation Function) plot, and PACF (Partial AutoCorrelation Function) plot.

Afterwards, the dataframe is split into training and testing datasets. The ARIMA model is then trained on the training dataset with the order parameter set to (2,1,2) and used to predict future prices of the currency pair.

Overall, this program provides a basic framework for implementing a time series analysis on FOREX data using Python.

forcast-euro-yen's People

Contributors

mahdinavaei avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.