Commit Graph

21 Commits

Author SHA1 Message Date
Juan José D'Ambrosio f6b5da261a Implement method for setting the time interval between calls
Update Python version of BasicTemplateIntrinioEconomicData
2018-11-14 14:10:59 -03:00
Juan José D'Ambrosio 12513a3217 Set the free limit in the regression algorithm
Left the default rate gate time span in 5 seconds. 

Increment the rate gate time span to 1 minute only for testing..
2018-11-13 12:34:30 -03:00
Juan José D'Ambrosio 8cb2b51237 Increment Intrinio time between calls to 1 minute
The actual implementation uses the Intrinio `historical_data` end point and ask for CSV format. At the moment of development, the key they provided and the one used in the test has a limit of 1 call per second for the historical_data` end point`, now the key only free access 1 call per minute.

This commit is the fastest fix for the test failing but is impractical for any user with a free account. Maybe a better solution is to implement `historical_data` end point and but asking for the JSON (default) format. This implies implementing reading the data from JSON and implement paging in the `BaseData.Read` method.
2018-11-13 11:46:38 -03:00
Stefano Raggi 57d50c69c4 Fix XML documentation compiler warnings
- Fixed all warnings except for missing XML comments (CS1591)
2018-11-09 11:44:03 +01:00
Juan José D'Ambrosio b2b541483f Intrinio template modified, C# regression test added
Intrinio Python port added


Python regression test added


RateGate implemented in static IntrinioConfig


Clean stuff


Intrinio C# regression test pass


Intrinio working, Python port, C# regression test
2018-03-26 09:41:10 -03:00
Juan José D'Ambrosio 14571a2c9b exception fixed 2018-01-08 20:28:13 -03:00
Juan José D'Ambrosio 41d1646a27 SetUserAndPassword static method moved to IntrinioConfig 2018-01-08 19:32:32 -03:00
Juan José D'Ambrosio 5d57ff25eb IntrinioConfig implemented 2018-01-05 22:05:00 -03:00
Juan José D'Ambrosio fc888265ea static class IntrinioConfig added 2018-01-05 21:50:57 -03:00
Juan José D'Ambrosio 413c19df69 Static method for set API user and password 2018-01-05 19:36:33 -03:00
Juan José D'Ambrosio 4bfdcc1686 no sleep on BaseData Implementation
Return null subscrition instead
2018-01-03 21:40:37 -03:00
jjd 003f969f27 Small fix 2017-12-21 20:59:04 -03:00
jjd 57c68ff651 sleep time int 2017-12-15 20:11:03 -03:00
jjd a44672a553 race condition issue 2017-12-11 13:24:10 -03:00
Juan José D'Ambrosio ab4ff006d9 Merge remote-tracking branch 'origin/IntrinioEconomicDataIndices' into IntrinioEconomicDataIndices 2017-12-11 12:56:13 -03:00
Juan José D'Ambrosio 76dc84aa2a Time between API call adjusted
Basic rought oil arbitrage strategy.
2017-12-11 12:55:49 -03:00
Juan José D'Ambrosio a813a7452f Rename IntrinioEconomicDAta.cs to IntrinioEconomicData.cs 2017-12-09 20:06:04 -03:00
Juan José D'Ambrosio 9b0cb87a34 comments added 2017-12-09 18:49:36 -03:00
Juan José D'Ambrosio e8e7890aaf Intrinio Economic Data 2017-11-30 11:43:34 -03:00
Juan José D'Ambrosio d795b99715 First Algo working 2017-11-30 06:57:49 -03:00
Juan José D'Ambrosio 3fc356034b Intrinio Economic Data 2017-11-30 00:21:13 -03:00