pandas-datareader icon indicating copy to clipboard operation
pandas-datareader copied to clipboard

Support CSV response format in Tiingo API

Open tch opened this issue 5 years ago • 0 comments

Currently, Tiingo readers only support JSON as response format from Tiingo API. As Tiingo, similarly to other providers, impose bandwidth limits it would be worth supporting leaner serialisation such as CSV. This could, potentially, improve performance as well for those doing heavier workloads.

Created PR with proposed enhancements and looking forward to your feedback.

tch avatar Aug 31 '20 22:08 tch