You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using the yfianance package for a couple of years and I have realized sometimes I need things to be altered to fit my needs which has led me to create my custom solutions inspired by the source code.
One problem I am running into is knowing what are the API endpoints available to use as there was an endpoint that I used to use to get quote information for many tickers at once that does not seem to work anymore https://query2.finance.yahoo.com/v6/finance/quote with params = {"symbols": "AAPL,GOOG,MSFT..."}. There was a page here that helped me discover this endpoint which does not open anymore https://www.yahoofinanceapi.com/tutorial.
Does anyone know where I can find the Yahoo Finance API Documentation?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
I have been using the
yfianance
package for a couple of years and I have realized sometimes I need things to be altered to fit my needs which has led me to create my custom solutions inspired by the source code.One problem I am running into is knowing what are the API endpoints available to use as there was an endpoint that I used to use to get quote information for many tickers at once that does not seem to work anymore
https://query2.finance.yahoo.com/v6/finance/quote
withparams = {"symbols": "AAPL,GOOG,MSFT..."}
. There was a page here that helped me discover this endpoint which does not open anymore https://www.yahoofinanceapi.com/tutorial.Does anyone know where I can find the Yahoo Finance API Documentation?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions