alvarobartt / investpy

Financial Data Extraction from Investing.com with Python
https://investpy.readthedocs.io/
MIT License
1.59k stars 375 forks source link

ISO 8601 standard for date arguments in methods as default #436

Open davidvicenteranz opened 2 years ago

davidvicenteranz commented 2 years ago

ISO 8601 standard YYYY-MM-DD is less ambiguos than DD/MM/YYYY or MM/DD/YYYY. I think is a best and safe way to encode a date as string . Also would be more consistent with returned data dates format. This format is also easy to sort as string.

Thanks a lot for your awesome work!