question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Latest version on PyPi doesn't fetch stock candles

See original GitHub issue

I recently discovered that the library that I was using previously is no longer being served by PyPi, and the project has been archived on Github (https://github.com/s0h3ck/finnhub-api-python-client). So, I switched to this client library.

Unfortunately, however, it doesn’t appear to be working properly. When fetching data using the stock_candles method (for any stock that actually has data), the following result is returned:

{'c': None, 'h': None, 'l': None, 'o': None, 's': None, 't': None, 'v': None}

So, I’m currently just using the python requests library and hitting the REST endpoints directly, which obviously isn’t as convenient.

Any thoughts would be appreciated.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:22 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
nongdenchetcommented, Jul 20, 2020

@stephenrs we have released version 2.0.0 that addressed your issue. Please try it out and let us know

1reaction
finnhubiocommented, Jun 27, 2020

As I said earlier, we do understand where you are coming from and we will incorporate this feedback into our next release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pip doesn't install latest available version from pypi (argparse ...
I think this line is the key: Some externally hosted files were ignored (use --allow-external to allow). When I install argparse here I...
Read more >
yahoo_finance_async - PyPI
Collecting the OHLC (candlestick) data for stocks on Yahoo Finance. Getting started. Install from PyPi using pip install yahoo-finance-async.
Read more >
How to plot a candlestick chart in python. It's very easy!
Sponsored by Springboard https://springboard.thld.co/pythonprogrammer3Python makes it very easy to plot share prices for analysis.
Read more >
Candlestick Pattern Recognition with Python and TA-Lib
Like the video? Support the channel by visiting Interactive Brokers: ...
Read more >
The Simplest Way to Create an Interactive Candlestick Chart ...
In short, the candlestick chart is a type of financial plot used to describe the price movement of certain assets (stocks, crypto, etc.)....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found