Code Monkey home page Code Monkey logo

Comments (3)

leacasas avatar leacasas commented on August 24, 2024

Tested it with several tickers, including the mentioned in the issue, and I did not observe the same. it all looks fine to me. I see the complete ticker data also in Yahoo Finance. Maybe it was something temporary?

from yahooquotesapi.

Morcatko avatar Morcatko commented on August 24, 2024

I am having the same issue since I update to latest nuget version.
English error is:

System.Net.Http.HttpRequestException: No connection could be made because the target machine actively refused it. (fc.yahoo.com:443)

from yahooquotesapi.

Morcatko avatar Morcatko commented on August 24, 2024

I did some experiments and my guess is Yahoo is blocking access based on location.
I am connecting from Czech Republic. The OP is from Germany (I assume) and we both have the same error.

When I go to https://fc.yahoo.com/ in a browser (library does this to get some cookie) I get a connection error, however when I use UK VPN I get 404 with set-cookies header that is probably needed for further querries -

Uri fcUrl = new(YahooFcUrl);
using HttpResponseMessage fcResponse = await httpClient.GetAsync(fcUrl, ct).ConfigureAwait(false);
if (!fcResponse.Headers.TryGetValues("Set-Cookie", out var cookie))
throw new InvalidOperationException("Set-Cookie header was not present in the response from " + fcUrl);

Edit: It works well on my VM hosted on Azure in "Germany West Central" data center

from yahooquotesapi.

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.