pandas-datareader
pandas-datareader copied to clipboard
Support CSV response format in Tiingo API
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.