Grabbing historical data from web

tiredofit

Well-known Member
Joined
Apr 11, 2013
Messages
1,913
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
I am trying to get FTSE100 data from day 1 to present day.

This is the website I am using:

Code:
https://finance.yahoo.com/quote/%5EFTSE%3FP%3DFTSE/history?period1=757382400&period2=1603152000&interval=1d&filter=history&frequency=1d&includeAdjustedClose=true

I tried getting the data using Power Query as follows:

Data -> Get Data -> From Web

Paste in website link

Click OK

Choose Table2

Click Load

All I get back is 100 rows of data from 1/6/2020 to 19/10/2020.

How can I get the rest of the data?

Thanks
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
My guess is there is some limit on the site. What happens when you do the same in a browser? you may have to find another source, or write a query that retrieves 100 rows at a time.
 
Upvote 0
ymg.png

Loading more data... will disappear immediately if you achieve last row of 100 and next 100 will be loaded
If you want to see that you need too block scripts and you'll see picture above but it will not load the next 100, so unblock scripts and you'll see next 100
imho, they are not user friendly scripts
 
Last edited:
Upvote 0
My guess is there is some limit on the site. What happens when you do the same in a browser? you may have to find another source, or write a query that retrieves 100 rows at a time.
The data is loaded over a certain time period, say 1 hour. But when I try to retrieve it via PQ, I still only get 100 rows.

View attachment 24588
Loading more data... will disappear immediately if you achieve last row of 100 and next 100 will be loaded
If you want to see that you need too block scripts and you'll see picture above but it will not load the next 100, so unblock scripts and you'll see next 100
imho, they are not user friendly scripts

Thanks for the info.
 
Upvote 0
View attachment 24588
Loading more data... will disappear immediately if you achieve last row of 100 and next 100 will be loaded
If you want to see that you need too block scripts and you'll see picture above but it will not load the next 100, so unblock scripts and you'll see next 100
imho, they are not user friendly scripts
can you please clarify more ? i have same problem and can't find solution
 
Upvote 0

Forum statistics

Threads
1,223,317
Messages
6,171,419
Members
452,402
Latest member
siduslevis

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top