Feature: Add ETF profile scraping, chart data queries, and real-time quotes #29
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi! First of all, thank you for providing such a solid and well-structured foundation with this library. It has been incredibly useful.
I'm working on a personal project (LibreFolio) and I needed to extend the scraping capabilities to fetch more detailed information about ETFs. I've implemented these features and updated the README accordingly to document them.
Changes & New Features:
get_etf_overviewto fetch comprehensive data including description, fund size, TER, full country/sector allocations, and top 10 holdings with ISINs.query_chartandload_chartto retrieve historical performance data and raw JSON responses.get_gettex_quoteto fetch real-time bid/ask data from Gettex.FutureWarningregarding downcasting behavior inreplace.charts.py.README.mdwith usage examples for the new functions and added installation instructions forpipenv.I hope these additions can be useful to others as well. Feel free to modify the README or the code if it doesn't fully align with your vision for the project.
Thanks again!