Latest version on PyPi doesn't fetch stock candles
See original GitHub issueI 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:
- Created 3 years ago
- Comments:22 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@stephenrs we have released version 2.0.0 that addressed your issue. Please try it out and let us know
As I said earlier, we do understand where you are coming from and we will incorporate this feedback into our next release.