Giter VIP home page Giter VIP logo

Comments (3)

lukaszbanasiak avatar lukaszbanasiak commented on June 1, 2024

@rodaro123
Strange for me everything works.
You can check for another symbol, for example. GOOG?

>>> from yahoo_finance import Share
>>> yahoo_info = Share('YHOO')
>>> yahoo_info.get_info()
{u'Sector': u'Technology', u'end': u'2014-11-16', u'CompanyName': None, u'symbol': u'YHOO', u'start': u'1996-04-12', u'FullTimeEmployees': u'12200', u'Industry': u'Internet Information Providers'}
>>> google = Share('GOOG')
>>> google.get_info()
{u'Sector': u'Technology', u'end': u'2014-11-16', u'CompanyName': None, u'symbol': u'GOOG', u'start': u'2014-03-27', u'FullTimeEmployees': u'51564', u'Industry': u'Internet Information Providers'}

from yahoo-finance.

rodaro123 avatar rodaro123 commented on June 1, 2024

Thanks Lukasz. It's working again- maybe it was an issue on Yahoo's side
that has been resolved.

On Sun, Nov 16, 2014 at 2:56 PM, Łukasz Banasiak [email protected]
wrote:

@rodaro123 https://github.com/rodaro123
Strange for me everything works.
You can check for another symbol, for example. GOOG?

from yahoo_finance import Share
yahoo_info = Share('YHOO')
yahoo_info.get_info()
{u'Sector': u'Technology', u'end': u'2014-11-16', u'CompanyName': None, u'symbol': u'YHOO', u'start': u'1996-04-12', u'FullTimeEmployees': u'12200', u'Industry': u'Internet Information Providers'}
google = Share('GOOG')
google.get_info()
{u'Sector': u'Technology', u'end': u'2014-11-16', u'CompanyName': None, u'symbol': u'GOOG', u'start': u'2014-03-27', u'FullTimeEmployees': u'51564', u'Industry': u'Internet Information Providers'}


Reply to this email directly or view it on GitHub
#1 (comment)
.

from yahoo-finance.

lukaszbanasiak avatar lukaszbanasiak commented on June 1, 2024

@rodaro123 Thanks

from yahoo-finance.

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.