Git Product home page Git Product logo

Comments (2)

ismoo1 avatar ismoo1 commented on September 24, 2024 1

I have the same issue, I iterated these elements in bold failing
But I noted this only with SPOTify, many other tickers OK like 'MA', 'PFE', 'META', 'INTC', 'MSFT', 'NFLX'
could it by some kind of random rate limiter in yfinance?
ticker = yf.Ticker('SPOT')

Get all available data elements

data_elements = {
"info": ticker.info,
"history": ticker.history(period="1y"),
"history_metadata": ticker.history_metadata,
"actions": ticker.actions,
"dividends": ticker.dividends,
"splits": ticker.splits,
"capital_gains": ticker.capital_gains,
"shares_full": ticker.get_shares_full(start="2022-01-01", end=None),
"income_stmt": ticker.income_stmt,
"quarterly_income_stmt": ticker.quarterly_income_stmt,
"balance_sheet": ticker.balance_sheet,
"quarterly_balance_sheet": ticker.quarterly_balance_sheet,
"cashflow": ticker.cashflow,
"quarterly_cashflow": ticker.quarterly_cashflow,
"major_holders": ticker.major_holders,
"institutional_holders": ticker.institutional_holders,
"mutualfund_holders": ticker.mutualfund_holders,
"insider_transactions": ticker.insider_transactions,
"insider_purchases": ticker.insider_purchases,
"insider_roster_holders": ticker.insider_roster_holders,

"recommendations": ticker.recommendations,
"recommendations_summary": ticker.recommendations_summary,
"upgrades_downgrades": ticker.upgrades_downgrades,
"earnings_dates": ticker.earnings_dates,
"news": ticker.news
}

from yfinance.

michaelmoopenn avatar michaelmoopenn commented on September 24, 2024

Got same issue on my side with ticker ING.

from yfinance.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.