Skip to content

preduus/free-realtime-forex-prices

Repository files navigation

Free RealTime Forex Prices

GitHub repo size GitHub language count GitHub forks Bitbucket open issues Bitbucket open pull requests


This project is a simple demonstration of how to connect the trading companies in a simple and free way.

We use the broker IQOption as an example.


Prerequisites

  • Node.js >= 14
  • Dependency Manager (yarn was used)

Installation

  1. First, install yarn if not installed:
$ npm install -g yarn
  1. Clone project repository:
$ git clone https://github.com/preduus/free-realtime-forex-prices.git
  1. Install project dependences:
# Using yarn
$ yarn

Usage

To see app working, run:

# Using yarn
$ yarn start

# Using npm
$ npm run start

Login page

As we use only one broker provider, by default, the access credentials will be the same as those used to access the IQOption broker.

If you don't have an account yet, click here.


Features

  • Login directly with broker
  • Get forex latest prices
  • Get forex prices in realtime

Technology Stack


📫 Contribute to project

The project needs a lot of input for us to add more brokers providers, if you feel like helping or have some idea, please open an issue and help us.

  1. Fork the project.
  2. Create a branch: git checkout -b feature/<branch_name>.
  3. Commit your code changes: git commit -m '<message>'
  4. Push to your work branch: git push origin feature/<branch_name>
  5. Open a pull request.

Alternatively, see on GitHub docs How to create a pull request.


🤝 Contributors

Pedro Rodrigues

📝 License

Distributed under the BSD 3 License. See LICENSE for more information.

⬆ Back to top