Releases: alvarobartt/investiny
Releases Β· alvarobartt/investiny
0.7.2
What's Changed
- ποΈ Fix URL to point
tvc6.investing.com
astvc4
is blocked by @alvarobartt in #55
Full Changelog: v0.7.1...v0.7.2
0.7.1
What's Changed
- β Remove unused
pytz
dependency by @alvarobartt in #45 - β¨ Add
has_volume
check to avoidn/a
volume values by @alvarobartt in #46 - π Fix issue with wrong timestamps for Bond Yields by @alvarobartt in #50
Full Changelog: v0.7.0...v0.7.1
0.7.0
What's Changed
- β¨ Add
info
,investing_info
, and solve timezone issue by @alvarobartt in #43 - π Fix recurrent bug with non-matching dates by @alvarobartt in #44
Full Changelog: v0.6.1...v0.7.0
0.6.1
What's Changed
- π Fix
to_date
handling when specified by @alvarobartt in #39
Full Changelog: v0.6.0...v0.6.1
0.6.0
What's Changed
- π₯ Handle data limits from each Investing.com request by @alvarobartt in #27
- π Fix
to_date
behaviour if None and setlimit_datetime
at 01/01/1970 by @alvarobartt in #36
More information
Check the documentation at https://alvarobartt.github.io/investiny/limitations to get more information on the current Investing.com limitations and what does investing
cover.
Full Changelog: v0.5.0...v0.6.0
0.5.0
What's Changed
- β¨ Add
volume
tohistorical_data
's output if exists by @alvarobartt in #22 - β¨ Support Python 3.8+ and extend docs by @alvarobartt in #23
Full Changelog: v0.4.0...v0.5.0
0.4.0
What's Changed
- β‘ Add
date
inhistorical_data
response by @alvarobartt in #9 - π Fix
filter
values as filters not matching results by @alvarobartt in #14 - β¨ Add intraday data from
historical_data
by @alvarobartt in #15 - π Update
README.md
andmkdocs
documentation by @alvarobartt in #16
Full Changelog: v0.3.0...v0.4.0
0.3.0
What's Changed
- β‘ Add
recent_data
as part ofhistorical_data
by @alvarobartt in #6 - β¨ Add
search_assets
function by @alvarobartt in #7
Full Changelog: v0.2.0...v0.3.0
0.2.0
What's Changed
- β¨ Add
recent_data
and clean code by @alvarobartt in #1 - π Add
pull_request_template.md
by @alvarobartt in #2 - Add documentation with
mkdocs
/mkdocs-material
by @alvarobartt in #5
New Contributors
- @alvarobartt made their first contribution in #1
Full Changelog: v0.1.0...v0.2.0
0.1.0
β¨ Features
- Add
investiny.historical_data
to pull historical data from Investing.com as proposed at alvarobartt/investpy#610 - Add unit tests to make sure that
investiny.historical_data
works as expected - Use
python-package-template
to generate repository
Full Changelog: https://github.com/alvarobartt/investiny/commits/v0.1.0