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.
- Node.js >= 14
- Dependency Manager (yarn was used)
- First, install yarn if not installed:
$ npm install -g yarn
- Clone project repository:
$ git clone https://github.com/preduus/free-realtime-forex-prices.git
- Install project dependences:
# Using yarn
$ yarn
To see app working, run:
# Using yarn
$ yarn start
# Using npm
$ npm run start
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.
- Login directly with broker
- Get forex latest prices
- Get forex prices in realtime
- React
- Typescript
- Styled Components
- Axios
- Redux
- Redux Saga
- Formik
- Universal Cookie
- React useWebsocket
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.
- Fork the project.
- Create a branch:
git checkout -b feature/<branch_name>
. - Commit your code changes:
git commit -m '<message>'
- Push to your work branch:
git push origin feature/<branch_name>
- Open a pull request.
Alternatively, see on GitHub docs How to create a pull request.
|
Distributed under the BSD 3 License. See LICENSE for more information.