Backtrader Community

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/

    Is Yahoo API down right now? Cannot get any data feed through function

    General Code/Help
    5
    5
    491
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Wen Chang
      Wen Chang last edited by

      We can not get any data through Azure Notebook service and local machine, is Yahoo Finance API down right now?

      Is there anyone fetching data finely through yahoo finance function?
      backtrader.feeds.YahooFinanceData

      or any function like
      https://www.backtrader.com/docu/datayahoo/

      fbb42aef-79ee-4f9e-a297-6220288edee2-image.png 1.png

      1 Reply Last reply Reply Quote 0
      • Jeroen De Ryck
        Jeroen De Ryck last edited by

        Hi there,
        I am getting the same issue using YahooFinanceData.
        I have checked the URL in yahoo.py seem to be still working

          params = (
                ('proxies', {}),
                ('period', 'd'),
                ('reverse', False),
                ('urlhist', 'https://finance.yahoo.com/quote/{}/history'),
                ('urldown', 'https://query1.finance.yahoo.com/v7/finance/download'),
                ('retries', 3),
            )```
        1 Reply Last reply Reply Quote 0
        • Jiayu Chen
          Jiayu Chen last edited by

          The same to me. I tried to run the snippet in the readme but got error message No such file or directory: 'MSFT'

          1 Reply Last reply Reply Quote 0
          • vladisld
            vladisld last edited by

            Seems to be the same issue reported here: https://community.backtrader.com/topic/2363/errno-2-no-such-file-or-directory

            1 Reply Last reply Reply Quote 0
            • Ronny Li
              Ronny Li last edited by

              @backtrader The PR addressing this issue has been approved and just needs to be merged: https://github.com/mementum/backtrader/pull/401

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Copyright © 2016, 2017, 2018, 2019, 2020, 2021 NodeBB Forums | Contributors