Skip to content

Files

Latest commit

 

History

History
19 lines (10 loc) · 1006 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 1006 Bytes

SMARTAPI-R

SMARTAPI-R is a R library for dealing AMX,that is a set of REST-like HTTP APIs that expose many capabilities required to build stock market investment and trading platforms. It lets you execute orders in real time.

This fork won't add new functionalities. I will only add compatibility to existing codes. If a feature works on the original code at https://github.com/angel-one/smartapi-r but didn't work with this fork, kindly raise an issue. Otherwise, original code issues may be resolved by the original developer.

Installation

To use this package, create a new project from RStudio using Version Control. Checkout this repository and compile/build the code.

OR

If you use linux on arm64, a precompiled binary is available under package directory. My development environment is Ubuntu 20.04 running on ARM64 hardware.

File_path: package\smartapi_0.1.0_R_aarch64.tar.gz

Usage

For details on the use of the package and other important points, please see the package vignette.