ValueRaider

Results 898 comments of ValueRaider

Duplicate of https://github.com/ranaroussi/yfinance/issues/1004 Also, there is a pending PR that will fix this: https://github.com/ranaroussi/yfinance/pull/776

@Rapid1898-code The probability of anything being merged in is near-zero, because owner is the only person who can merge. To solve, I'm thinking of setting up a replacement fork with...

No, Yahoo indicators are calculated in their Javascript.

Read the full message: > 15m data not available for startTime=... and endTime=.... **The requested range must be within the last 60 days.** You can't request 1 year of minute...

It comes from Yahoo so *shrug*. Maybe Yahoo doesn't store 30m data but constructs from 15m. Or even just a typo in Yahoo's code.

I was wrong, there's a bug in how Yahoo API handles 30m, so `yfinance` requests 15m data and constructs 30m table from it. That's why message says 15m.

"1h" is not a valid Yahoo period. "1d" is the smallest. I will code a fix to print a nice error message.

WUI doesn't exist anymore, it got acquired.

The solution is to cache locally. Have you tried using a requests session object? It's described in Quick Start.