All Projects → schopenhauer → ig-markets

schopenhauer / ig-markets

Licence: other
IG Markets API wrapper for Node.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ig-markets

Phisix
Simple PSEi (formerly known as PHISIX) RESTful API hosted on Google AppEngine
Stars: ✭ 128 (+456.52%)
Mutual labels:  stock, stocks
STOCK-RETURN-PREDICTION-USING-KNN-SVM-GUASSIAN-PROCESS-ADABOOST-TREE-REGRESSION-AND-QDA
Forecast stock prices using machine learning approach. A time series analysis. Employ the Use of Predictive Modeling in Machine Learning to Forecast Stock Return. Approach Used by Hedge Funds to Select Tradeable Stocks
Stars: ✭ 94 (+308.7%)
Mutual labels:  stock, stocks
Dolibarr
Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). It is open source software (written in PHP) and designed for small and medium businesses, foundations and freelancers. You can freely install, use and distribute it as a standalon…
Stars: ✭ 2,877 (+12408.7%)
Mutual labels:  stock, stocks
Akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 4,334 (+18743.48%)
Mutual labels:  stock, futures
dukascopy-tools
✨ Download historical price tick data for Crypto, Stocks, ETFs, CFDs, Forex via CLI and Node.js ✨
Stars: ✭ 128 (+456.52%)
Mutual labels:  stock, forex
Rqalpha
A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities
Stars: ✭ 4,425 (+19139.13%)
Mutual labels:  stock, futures
NSE-Stock-Scanner
National Stock Exchange (NSE), India based Stock screener program. Supports Live Data, Swing / Momentum Trading, Intraday Trading, Connect to online brokers as Zerodha Kite, Risk Management, Emotion Control, Screening, Strategies, Backtesting, Automatic Stock Downloading after closing, live free day trading data and much more
Stars: ✭ 78 (+239.13%)
Mutual labels:  stocks, futures
sse-option-crawler
SSE 50 index options crawler 上证50期权数据爬虫
Stars: ✭ 17 (-26.09%)
Mutual labels:  stock, stocks
Mida
The open-source and cross-platform trading framework
Stars: ✭ 263 (+1043.48%)
Mutual labels:  forex, stocks
gym-mtsim
A general-purpose, flexible, and easy-to-use simulator alongside an OpenAI Gym trading environment for MetaTrader 5 trading platform (Approved by OpenAI Gym)
Stars: ✭ 196 (+752.17%)
Mutual labels:  forex, stocks
AIPortfolio
Use AI to generate a optimized stock portfolio
Stars: ✭ 28 (+21.74%)
Mutual labels:  stock, stocks
TerminalStocks
Pure terminal stock ticker for Windows.
Stars: ✭ 88 (+282.61%)
Mutual labels:  stock, stocks
trader
交易模块
Stars: ✭ 20 (-13.04%)
Mutual labels:  stock, futures
Sina Stock Crawler
Sina stock options crawler with CSV output 新浪上证ETF期权数据爬虫
Stars: ✭ 12 (-47.83%)
Mutual labels:  stock, stocks
alpaca
A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.
Stars: ✭ 100 (+334.78%)
Mutual labels:  stock, stocks
intrinio-realtime-java-sdk
Intrinio Java SDK for Real-Time Stock Prices
Stars: ✭ 22 (-4.35%)
Mutual labels:  forex, stocks
IEX CPP API
Unofficial C++ Lib for the IEXtrading API
Stars: ✭ 34 (+47.83%)
Mutual labels:  stock, stocks
stock-news-sentiment-analysis
This program uses Vader SentimentIntensityAnalyzer to calculate the news headline overall sentiment for a stock
Stars: ✭ 21 (-8.7%)
Mutual labels:  stock, stocks
backend-ctp
CTP接口封装,使用redis做消息中转
Stars: ✭ 26 (+13.04%)
Mutual labels:  stock, futures
Stocksera
Web application that provides alternative data to retail investors
Stars: ✭ 426 (+1752.17%)
Mutual labels:  stock, stocks

ig-markets

A basic wrapper for the IG Markets REST API written in Node.js. Please refer to the official documentation for more information on API endpoints.

Installation

Note: Without tanspiling this will require node with --harmony flag to run

npm install ig-markets --save

Usage

const IG = require('ig-markets');
const ig = new IG(key, identifier, password, isDemo);

try {
  const data = await ig.prices('CS.D.EURUSD.MINI.IP');
  console.log(data);
} catch(e) {
  console.error(e);
}

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/schopenhauer/ig-markets.

License

The module is available as open source under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].