Add both /quotes and /symbolshttps://tvc4.investing.com endpoints under info and investing_info, respectively.
Add pytz dependency to handle timezones, as it's more complete than datetime.timezone
Update documentation accordingly
๐ Bug Fixes
Fix bug on historical_data's output dates, as with investing_info we can retrieve the operating timezone of each asset and use pytz to properly convert the timestamps
๐ Linked Issue
40
๐งช Tests
[X] Did you implement unit tests if required?
If the above checkbox is checked, describe how you unit-tested it.
investiny.info has been unit tested with the different input types available, and investiny.investing_info has not been tested yet, as it's just used internally and everything is already handled.
โจ Features
/quotes
and/symbols
https://tvc4.investing.com endpoints underinfo
andinvesting_info
, respectively.pytz
dependency to handle timezones, as it's more complete thandatetime.timezone
๐ Bug Fixes
historical_data
's output dates, as withinvesting_info
we can retrieve the operating timezone of each asset and usepytz
to properly convert the timestamps๐ Linked Issue
40
๐งช Tests
If the above checkbox is checked, describe how you unit-tested it.
investiny.info
has been unit tested with the different input types available, andinvestiny.investing_info
has not been tested yet, as it's just used internally and everything is already handled.