Skip to content

A simple script that takes all the ETFs listed on the JustETF website and parses thaem in an easy to navigate format

License

Notifications You must be signed in to change notification settings

theperu/justETF-complete-ETF-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! 🚀📊

About

A simple script that takes all the ETFs listed on the JustETF website and parses thaem in an easy to navigate format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages