theperu / justETF-complete-ETF-scraper

A simple script that takes all the ETFs listed on the JustETF website and parses thaem in an easy to navigate format
MIT License
6 stars 1 forks source link
etf etfs finance investment investments justetf

Complete ETF Scraper 📈

This Python script allows you to fetch Exchange-Traded Fund (ETF) data from justETF using their API. It provides a simple and customizable way to gather information about ETFs based on various criteria.

Features 🚀

Easy to Use: Just run the script, and it fetches ETF data for you. Customizable Queries: Customize your requests based on strategy, exchange, asset class, region, instrument type, and more. Data in JSON: Results are neatly organized in a JSON file for easy analysis.

How to Use 🛠️

Install required dependencies:

pip install -r requirements.txt

Run the script:

python main.py

Explore the results:

ETF data is stored in etf_data.json. The script prints the number of ETFs found.

Note 📝

Feel free to modify the build_query function to tailor your queries according to your specific needs.

This script is a simplified version for educational purposes and may require adjustments for production use.

Happy ETF exploring! 🚀📊