yahoo-api Questions
3
I'm trying to download 1 minute historical stock prices from Yahoo Finance, both for the current day and the previous ones.
Yahoo (just like Google) supports up to 15 days worth of data, using the...
Garnish asked 3/3, 2015 at 1:55
9
Solved
For the past few years, I've been using the following link to fetch a full current quote for the symbols in the query:
https://query1.finance.yahoo.com/v7/finance/quote?symbols=AAPL
All of a sudden...
Mediatory asked 19/4, 2023 at 23:46
1
I'm following along with a Udemy course for Python & Finance, unfortunately hit a wall whilst trying to call stock data from yahoo using pandas_dataReader.
Here's my code copied directly ...
Vitiligo asked 20/12, 2022 at 11:33
3
I have existing web app and dedicated Yahoo App working. It uses OAuth2 Implicit Grant Flow
Now I want to set up another domain working by same principle. I have created new Yahoo App with new cal...
Dispersion asked 4/12, 2018 at 9:40
6
Solved
The users of my Javascript based site often need to create an event where they post an event name, event description, start time and the end time of the event along with the date. Now, they w...
Kish asked 3/3, 2011 at 10:54
2
Here's how Yahoo Finance apparently calculates Adjusted Close stock prices:
https://help.yahoo.com/kb/adjusted-close-sln28256.html
From this, I understand that a constant factor is applied to the...
Eth asked 18/1, 2020 at 10:20
1
This StackOverflow answer suggests that you should use HTML entry content and use a standard <img> tag to link to your images.
<content type="html">
<![CDATA[
<a href="http://t...
Durer asked 22/4, 2015 at 12:57
1
Solved
I'd like to build an application to query the data in my Yahoo! Fantasy league but can't make it past the 3-legged OAuth authentication and was hoping someone could give me a quick demo, or point m...
0
I was unaware that Yahoo was EOL'ing their YQL service and we have an intranet website that depends on it. Does anyone know of a replacement for this functionality, or perhaps a free dot.Net librar...
5
Solved
How to get city's WOEID if I know latitude and longitude of city using YQL?
4
The yahoo finance quotes API(http://download.finance.yahoo.com/d/quotes.csv?) provides access to a number of features associated with a company for the current year
(Sector Price
Dividend Yield
...
Rode asked 5/3, 2015 at 19:10
2
I use YQL to get weather data for that woeid is needed, but to get woeid when i call following url it return result null
https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20geo.places%2...
4
Solved
I have been using the following URL for the past 3 years without issue. However, it has stopped returning results.
URL:
https://query.yahooapis.com/v1/public/yql?q=select * from yahoo.finance.xcha...
Convector asked 2/11, 2017 at 9:53
3
Solved
I have been using the following command for a long time without problem:
spy <- read.csv("http://ichart.finance.yahoo.com/table.csv?s=SPY")
But in the past few days it started to throw the fo...
Veneration asked 20/4, 2017 at 21:6
1
I am trying to setup a simple app that consumes the Yahoo Fantasy sports API, and allows queries to be executed through YQL.
class Program
{
static void Main(string[] args)
{
string yql = "s...
7
Solved
I have used the following url to fetch the historical data from yahoo finance. From last 16th May, 2017 the url is not working.
http://real-chart.finance.yahoo.com/table.csv?s=AAL&a=04&b=0...
Nephritis asked 18/5, 2017 at 9:45
9
For quite some time I've been using the following REST API to query Yahoo finance for current prices. It is documented in several Stack Overflow posts, e.g. Yahoo finance webservice and elsewhere i...
Safekeeping asked 13/7, 2016 at 14:51
4
Solved
During the past 1-2 days, the http query that I used to download historical stock prices from Yahoo Finance has not been working. The link I have been using is the first one below but I have also t...
Phagocytosis asked 18/5, 2017 at 14:24
2
Solved
The following PHP code (on Laravel) has been working for months until today, where I am now receiving a 502 error indicating connection refused:
$url = "https://query.yahooapis.com/v1/public/yql?q...
1
Solved
Yahoo finance recently discontinued their API. I have been looking for alternatives. The ones I've found so far are Google Finance and Quandl.
Google Finance was deprecated in 2011 but stil...
Alansen asked 18/5, 2017 at 13:8
1
Solved
The following call will search the Yahoo Finance API for stocks that have "Yahoo" in its name:
http://d.yimg.com/autoc.finance.yahoo.com/autoc?query=yahoo&region=US&lang=en-US&row=ALL...
Submerse asked 28/9, 2015 at 0:55
3
Is there any way to get historical stock prices from the yahoo api in the json format? I'd like to use REST because it's more lightweight.
4
Solved
I am trying to get realtime stock data from BSE and NSE using yahoo finance web-services. I was able to get some data using following URL
http://finance.yahoo.com/webservice/v1/symbols/COALINDIA.N...
Nun asked 18/12, 2014 at 9:57
2
I am trying to use yql for yahoo financial data. I checked the Show Community Table on the YQL console to see the database under the Yahoo tag.
I can see the tables under it but i am not getting re...
Wellspoken asked 28/3, 2016 at 10:30
1 Next >
© 2022 - 2024 — McMap. All rights reserved.