Questions tagged [yahoo]

DO NOT USE THIS TAG. You are probably looking for [yahoo-api] or another Yahoo-related tag.

Yahoo offers free and paid access to its collection of web services through Yahoo Developer Network: developer.yahoo.com

WARNING! This tag is ambiguous and should not be used.

You are probably looking for or another related Yahoo tag.

1062 questions
-1
votes
1 answer

While connecting telnet I got errors like "556 5.7.5 Invalid RFC missing body"

I tried to verify an email address using SMTP for all mailboxes it's working fine except for Yahoo email ID. While connecting telnet I got errors like "556 5.7.5 Invalid RFC missing body".
-1
votes
1 answer

Yahoo Option Data with R but has error? Better examples in Python or C#?

I am trying to run a R script from: http://www.math.tu-berlin.de/~mkeller/R-progs/yahoo_opt.R Description at: http://www.math.tu-berlin.de/~mkeller/index.php?target=rcode I am new at R but I get a really strange error when I run the following as…
heavy rocker dude
  • 2,271
  • 8
  • 33
  • 47
-1
votes
2 answers

Import yfinance as yf

Import yfinance as yf Should run normally on conda but get this message ModuleNotFoundError Traceback (most recent call last) in 1 import pandas as pd ----> 2 import yfinance as yf 3 import matplotlib.pyplot as…
samcode
  • 7
  • 1
  • 1
  • 6
-1
votes
1 answer

YQL Blacklisting

I'm developing an online deck editor, Proxymang, and YQL can't handle the number of requests per second. The requests are one per Magic card, they're cached, and they're spaced out. What should I do? GitHub
mcandre
  • 22,868
  • 20
  • 88
  • 147
-1
votes
1 answer

How can I delete NA´s within data downloaded daily from Yahoo Finance with the use of getsymbols function?

Underlyings <- c ("AMZN", "ALV.DE", "BMW.DE") getsymbols(Underlyings, from = "", to = "") now an if or for loop for eliminating the existing NA's?
-1
votes
1 answer

Is it possible to create a column called ticker with the name of each stock when reading in multiple csv files?

I am fairly new to Python and wanting some assistance with generating a new column called Ticker when reading in multiple csv files. As the Yahoo! Finance API is depreciated, I am reading in csv data from Yahoo! Finance for 'GOOG', 'IBM' and 'AAPL'.…
oceanbeach96
  • 604
  • 9
  • 19
-1
votes
1 answer

Json child access yahoo weather json in C#

So I'm trying to get the weather from the Yahoo's weather Json, but the thing is I keep getting this error {"Cannot access child value on Newtonsoft.Json.Linq.JValue."} Right now I have no idea why is this happening. I checked the parenting a few…
-1
votes
1 answer

I cannot access my yahoo email via Thunderbird anymore. What is the best way to regain access to yahoo mail account?

What are the settings people are using to get access to yahoo mail account reliably these days?
-1
votes
4 answers

Yahoo finance API and excel vba

I am building excel VBA program wherein it would fetch the result from yahoo finance api for more than 60K ticklers. as there are limitation of 200 tracing tickers at a time, there are few which returns blank as a result if I am trying to trace 200…
hdc
  • 161
  • 1
  • 13
-1
votes
2 answers

Wrong Pressure #yahoo-weather-api

I get currently a pressure of 32306.16 Millibar. What's going on wrong? My request contains…
-1
votes
1 answer

Yahoo Finance http 401 error Python

I am having trouble accessin Yahoo Finance. I am getting the 401 access error. Can you help? from urllib import request biib_url =…
-1
votes
2 answers

Anyone else getting a 301 error when trying to access yahoo's intraday stock data API?

I am using the npm intraday package, and i recently noticed that whenever I call the intraday() function i get a 301 error as a response. Is anyone else having this issue?
R. Sy
  • 1
-1
votes
1 answer

Yahoo Mail does not show background image while sending from Outlook

I have an HTML newsletter with background image (repeating). Since my client is using Outlook 2010, I need to make *.oft for the sake of convenience. Sending the same HTML structure via http://putsmail.com seems to work fine. Yet it ignores the…
-1
votes
1 answer

Using file_get_contents() / cURL or API to get financial data?

I'm fetching market data from both Google Finance and Yahoo Finance but struggeling with an issue. Google Finance http://www.google.com/finance/info?q=NASDAQ:GOOG Yahoo…
Treps
  • 780
  • 3
  • 12
  • 28
-1
votes
1 answer

Anyone know the Yahoo api for nasdaq index

I have a python script that downloads stock prices via Yahoo's APIs. I'm trying to add the NASDAQ index, but I can not find a working symbol. From Yahoo finance webpage NASDAQ is '^IXIC', however the following fail url =…
user192749
  • 247
  • 1
  • 3
  • 11