GithubHelp home page GithubHelp logo

dkibalnikov / rusquant Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arbuzovv/rusquant

0.0 0.0 0.0 3.24 MB

Official version of rusquant package for R

Home Page: http://rusquant.ru

License: GNU General Public License v3.0

R 100.00%

rusquant's Introduction

rusquant

Intro

CRAN_Status_Badge CRAN_Downloads CRAN_Ago

Rusquant is a package for interaction with alternative data, trading API of different exchanges and trading terminals. Package provides access to market data for storage, analysis, algorithmic trading, strategy backtesting. Also this is data downloader from different data sources starting from close price to order book and tradelog.

Current available data sources - tinkoff.ru, finam.ru, mfd.ru, alorbroker.ru.

library(rusquant)
getSymbolList('Finam') # download all available symbols in finam.ru 
getSymbols('LKOH',src='Finam') # default = main market
getSymbols('LKOH',src = 'Finam',market=1) # main market
getSymbols('LKOH',src = 'Finam',market=8) # ADR of LKOH, from market id from loadSymbolList

# type period
getSymbols('LKOH',src='Finam',period='day') # day bars - default parameter
getSymbols('LKOH',src='Finam',period='5min') # 5 min bar 
getSymbols('LKOH',src='Finam',period='15min') # 15 min bar 

# download list of Symbols
available_etf_list = c("FXMM", "FXCN", "FXIT", "FXJP", "FXDE", "FXUS", "FXAU", "FXUK", "FXRB", "FXRL", "FXRU")
getSymbols(available_etf_list,src='Finam') 

get data from Mfd.ru

library(rusquant)
getSymbols('Сбербанк',src='Mfd')

rusquant's People

Contributors

arbuzovv avatar peter-pogorelov 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.