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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%