-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathNEWS
68 lines (48 loc) · 2 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# rusquant 1.0.4
* add GigaPack dataset from Algo exchange
# rusquant 1.0.3
* add AlgoPack dataset from MOEX exchange
* add Comon data from Finam copytrading platform
# rusquant 1.0.2
update docs and examples in more robust style
Fix errors while uploading data from investing using functions getDividends,getEarnings,getEconomic
fix problem UTF-8 in getSymbolLis
# rusquant 1.0.1
* add trading API from Tinkoff, Alor, Finam
* add source Tinkoff to getDividends
* add source Moex - getSymbols.Moex
* add source MarketWatch - getSymbols.MarketWatch
* fix problems with getFinam
* add new source to getSymbolList
* add getSymbols from brokers Alor,Tinkoff
* clean code functions and optimize
# rusquant 0.4.2
* loadSymbolList renamed to getSymbolList
* all datasources now from big letter (Mfd,Alor,Investing,Finam,Poloniex)
* getSymbolList function added "Investing" instruments
* fix getOptionChain for download option desk
* delete old datasources without access (rogovindex, dividends from troika)
# rusquant 0.4.1
* loadSymbolList function added "Finam" instruments
* Add "market"" parameter to getSymbols function
* More flexible version of downloading from "Finam"
* getDividends changed type of downloading for long history
* getInvesting from investing.com
# rusquant 0.4.0
* Add function Connect for connection to exchanges
* Add function checkConnection
* Add function getBalance
* Add function getOrders for downloading account orders
* Add function Order for for creation object Order
* Add function openOrder
* Add function cancelOrder
# rusquant 0.3.9
* Add function loadSymbolList for downloading availible symbols
* Add help for function loadSymbolList
* Add additional exchanges to function getOrderbook
* Add additional exchanges to function getTradelog
# rusquant 0.3.8
* Add function getOrderbook for downloading order book snapshots from Poloniex
* Add function getTradelog for downloading trades from Poloniex
* Poloniex output of data now in standart format OHLCV
* Change help of function getSymbols