Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get a table from a website
#3
he wants the members of the ETF (i.e. holdings of securities that constitute the ETF)

you can get json data from following link
https://www.ishares.com/us/products/2397...eType=json

also you can download a csv data/file
https://www.ishares.com/us/products/2397...aType=fund
https://www.ishares.com/us/products/2397...leType=csv
you will need to use Requests and BeautifulSoup
Reply


Messages In This Thread
Get a table from a website - by amitsinha1 - Sep-21-2017, 01:50 AM
RE: Get a table from a website - by metulburr - Sep-21-2017, 03:33 AM
RE: Get a table from a website - by buran - Sep-21-2017, 07:22 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020