devcartel / pyrfa

Open sourced Python API for Refinitiv (Thomson Reuters) Enterprise Platform.
http://devcartel.com/pyrfa
MIT License
50 stars 15 forks source link

setTimeSeriesMaxRecords description doesn't contain info about received dates. #45

Open snb2013 opened 6 years ago

snb2013 commented 6 years ago

From documentation https://github.com/devcartel/pyrfa/blob/master/API.md#timeseries it is unclear which dates are used to get time series by getTimeSeries method. In fact, last dates are received. But I want to be sure in it. It should be added to docs.

wiwat-tharateeraparb commented 5 years ago

By calling setTimeSeriesMaxRecords(N) it will make getTimeSeries() retrieve only the last N records from TS1. Will put that in the docs. Thanks.