Commit Graph

8 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
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