yahoo_finance_data_reader 1.0.11 yahoo_finance_data_reader: ^1.0.11 copied to clipboard
Data reader for yahoo finance to get daily stocks prices. It can be used to develop backtests and it can get all the historic daily data on yahoo finance
0.0.1 #
First version getting data from yahoo finance
0.0.2 #
Improved documentation
0.0.3 #
Added a prefix parameter that makes possible to use proxies like https://github.com/Freeboard/thingproxy
0.0.4 #
Added isolate for concurrency to parse the json without blocking the main thread
0.0.5 #
Fixes on the http header
0.0.6 #
Improved documentation
0.0.7 #
DTO and DateTime in the package interface
0.0.7 #
refactor of the DTO interface to get more data
1.0.0 #
Update to use the yahoo finance API
1.0.1 #
Added timestamp filter to avoid getting all data if not necessary
1.0.2 #
Added functionality to persist data into a sembast cache
1.0.3 #
Improved package with more tests
1.0.4 #
Added validation to support datasources with errors Fixed average mix to take in account differences in the beggining of the timeframe
1.0.5 #
Fix path dependency error