-
### Is this a unique feature?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Is your feature request related to a problem/unavailable functionality? Please descr…
-
Hi, I'm trying to build this model, but there is a problem with the Python pandas-datareader Library and Yahoo Finance.
This piece of the code -
# get finance data from yahoo api
my_data_set = …
-
Switch to yahoo finance API and use http://chartapi.finance.yahoo.com/instrument/1.0/Z/chartdata;type=quote;range=1y/csv
Build graphs with python library - maybe https://plot.ly/python/
-
Example of a query that this library does for me: https://query1.finance.yahoo.com/v6/finance/quote?symbols=CADSEK%3DX
It now returns:
`{"finance":{"result":null,"error":{"code":"Not Found","desc…
alwa updated
8 months ago
-
I am trying to get analyst estimation data using the YQL query:
`select * from yahoo.finance.analystestimate where symbol='YHOO'`
url: https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20…
nleng updated
8 years ago
-
Looks like Yahoo shut down "unsupported API"
https://forums.yahoo.net/t5/Yahoo-Finance-help/has-yahoo-stopped-history-data-api-service/td-p/231325
-
- Yahoo API is no longer working
- find another API that works
- https://rapidapi.com/blog/google-finance-api-alternatives/
-
The Stochastic Oscillator method in most finance web call kd value (ex: yahoo finance) with parameter with 9 days.
I choose the same stock_id(2330.TW) in yahoo finance with one year period, the k v…
-
### Description of specific issue
We are expecting major disruption in getting data on
*equities, mutual funds, and ETFs* via **pandas_datareader**
due its dependency on API of both ***Yahoo an…
-
Hi there!
We met each other on Twitter. I would like to use this handy tool for stocks. I found a very good stock API:
For example, I use the ticker AAPL for the stock Apple, and MSFT for the s…