Git Product home page Git Product logo

finnhub-php's People

Contributors

dominhtri1995 avatar finnhubio avatar nongdenchet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

finnhub-php's Issues

Fatal error: Uncaught Finnhub\ApiException: [0] cURL error 6: Could not resolve host: finnhub.io

Hello,

I use your api to pull a stock quote every few seconds. I had it all working yesterday and this morning I loaded up my test site and got the error in the title. The code i'm using is this:

   require_once('../vendor/autoload.php');
    require('functions.php');
    
    $config = Finnhub\Configuration::getDefaultConfiguration()->setApiKey('token', 'my api key');
    $client = new Finnhub\Api\DefaultApi(new GuzzleHttp\Client(), $config);
        
    
    $q = $_REQUEST['q'];

    echo formatUSD($client->quote($q)->getc());

The formatUSD is just a little function I made to display it as money. I did also try without that function just to make sure it wasn't causing an error somehow.

The rest of the error references lines 9698 and 9674 in DefaultApi.php.

Thank you!

Edit: removed my api key but it is there in my code

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.