Jump to content

FredUrble

⭐ V.I.P.
  • Posts

    281
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by FredUrble

  1. 6 hours ago, 0x00 said:

    Thank you for explanation, can you please explain also how to  change "download" to "chart"? The link that you provided returns the same error even after I logged in:

    "{"finance":{"result":null,"error":{"code":"forbidden","description":"User is unable to access this feature - https://bit.ly/yahoo-finance-api-feedback"}}}"

    I just tried the link below and it returned the data in JSON format:

    https://query1.finance.yahoo.com/v7/finance/chart/TSLA?period1=1695497364&period2=1727119764&interval=1d&events=history&includeAdjustedClose=true

    The only difference between your original link and the one above here is that the word "download" was changed to "chart" in the new link. I left everything else the same.

    You don't need to log into Yahoo. You can simply click on the link and it will return the data in JSON format.

  2. 2 minutes ago, FredUrble said:

    Yahoo has changed their free access to the historical data download you could do from the online screen and are now charging for it. There is some good news, in that you can still download historical data, but the output is not in CSV. It comes over as JSON format, so you have to read and reformat that. Here is your link with the new format to continue to get historical data. You simply change "download" to "chart".

    https://query1.finance.yahoo.com/v7/finance/chart/TSLA?period1=1695497364&period2=1727119764&interval=1d&events=history&includeAdjustedClose=true

    You might also look into using Yloader which is free. They also ran into the problem and quickly fixed the access so their program still works. www.yloader.com/dload

  3. 1 hour ago, 0x00 said:

    I tried to download Historical quotes from Yahoo Finance and they not available anymore, I'm getting "{"finance":{"result":null,"error":{"code":"unauthorized","description":"User is not logged in"}}}"error message and quotes not available even after I logged in. Does anyone else experiencing same issues?

    https://query1.finance.yahoo.com/v7/finance/download/TSLA?period1=1695497364&period2=1727119764&interval=1d&events=history&includeAdjustedClose=true

    Yahoo has changed their free access to the historical data download you could do from the online screen and are now charging for it. There is some good news, in that you can still download historical data, but the output is not in CSV. It comes over as JSON format, so you have to read and reformat that. Here is your link with the new format to continue to get historical data. You simply change "download" to "chart".

    https://query1.finance.yahoo.com/v7/finance/chart/TSLA?period1=1695497364&period2=1727119764&interval=1d&events=history&includeAdjustedClose=true

  4. 19 minutes ago, Atomo12345 said:

    I think that is an internal bug of AmiQuote and the unique solution is modified the source code of AmiQuote.
    I don't use directly the data downloaded by AmiQuote in Amibroker, but I convert them in Metastock data with Convert2ms.So I don't have your problem.

    Attention that now, if you use Amiquote ,this turn Amibroker in unregistered mode, and you must delete the keys in Regedit to set again registered.
    Have a good Sunday.

    I don't use Amibroker with the Amiquote data directly either. How do you append new data after you convert it to Metastock? Do you download the full history each day from Amiquote and convert it into Metastock again?

  5. On 9/13/2024 at 9:27 PM, Atomo12345 said:

    You have perfectly reason. I also have installed Amiquote in the folder C:\Programmi (x86)\Amibroker\aq4160\AmiQuote (I think that in the English version is C:\Program Files (x86)\Amibroker\aq4160\AmiQuote), because in the Amibroker folder,Quote.exe is closed every time after the download.

    Greetings.

    Thanks so much for the quote fix! I ran the program and it works. The only setting I changed was to click on the "append" radio button, but each time I try to run the process, it still overwrites the existing file with only the new date range. Anyone else having this issue and if so, how to fix this? I didn't want to have to download years worth of historical data every day and only want to append the new data to the end of each file.

  6. On 9/5/2024 at 3:15 AM, Atomo12345 said:

    This is an old software for the cycle analysis for financial markets.
    20 Years ago I try it and it was run very well. I try now it and  at the open of the program it say:

    Run-time error '5':
    Invalid procedure call or argument

    and then it's close it.

    if someone can fix this error I think that Mesa2002 is an interesting program to try.
    Thank you very mutch.

    https://www.sendspace.com/file/hpe7z1
     

    This setup file is a 16-bit executable and will not run on more recent Windows operating systems.

  7. Sorry, but I have rigth this version 6,0,0,6 and it is worked for some years. It is two days that don't run:

    https://github.com/adrianmichel/yloader/issues/20.

    I think that the administrator of the site fixed that in time.

    In the meantime any other program are welcome.

    Thank you very much.

     

    The 429 error means there are too many concurrent connections trying to access the data. Try looking at Settings, then "Simultaneous Connections" and setting that lower.

×
×
  • Create New...