Skip to content

Finance



HOW CAN WE HELP YOU?
Welcome to the Yahoo Finance Feedback Forum, the place where you can make product suggestions and provide feedback. We’re always trying to improve our products and use your feedback to make positive changes.

OUR COMPANY
Yahoo Finance is operated by Yahoo Inc. In 2021, Apollo Global Management, Inc. (NYSE: APO) acquired Yahoo (formerly Verizon Media, itself formerly known as Oath) from Verizon. Yahoo operates as a standalone company under Apollo.

OUR TEAM
John Marcom - Head of Content
Julie Iannuzzi - Head of Video/Managing Editor, Yahoo Finance Live
Michael B. Kelley - Head of Distribution
Brian Sozzi - Executive Editor
Myles Udland - Head of News

SHARE FEEDBACK
Note: This forum is not monitored for support-related issues, so if you need help with a problem or have a question, please visit our Help Site where you can Contact Us.

For data corrections, please email finance.support@yahooinc.com
Please include:
- The URL of where the data resides
- Details about the reported inaccuracy

For content corrections, please email finance.corrections@yahooinc.com
Please include:
- The URL of where the content resides
- Details about the reported inaccuracy

The Yahoo product feedback forum now requires a valid Yahoo ID and password to participate. If you do not have a Yahoo ID or the password to your Yahoo ID, please sign-up for a new account.

If you have a valid Yahoo ID and password, follow these steps if you would like to remove your posts, comments, votes, and/or profile from the Yahoo product feedback forum.

By providing feedback, you consent to Yahoo using your responses in marketing materials, including your First Name and Last Initial.

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

1349 results found

  1. correct null entries

    PRSVX has null data for 07/03/1996. Correct the entry. It should be 18.70.

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  2. Yash

    Yasheng Group (US) was evicted from the Redwood City address in October 2016. Per the California Secretary of State the status of the company is FTB (Franchise Tax Board = California's IRS) suspended. There have been no EDGAR 10-K or 10-Q documents filed for 2016 or 2017. Trading was stopped on the Stuttgart exchange long ago

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  3. FXI missing Dec 2017 distribution

    Ticker FXI is missing a Dec 2017 distribution. As a result, adjusted close prices are incorrect.

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  4. Previous close for ^DJI is two days old. What else is incorrect. Can't you guys do anything right.

    Previous close for ^DJI is two days old. What else is incorrect. Can't you guys do anything right.

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  5. ITEQ ETF

    Please change the name of the underlying index and the full name of ITEQ ETF. See the attached Press release :
    https://finance.yahoo.com/news/iteq-first-israeli-tech-etf-133000156.html

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  6. data missing e.g. looking for pricing for INCY Sep@85 and it is not shown

    inaccurate data, screen indicates that the Sep@85 does not exist and it does as I can find pricing on an alternate site

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  7. GLW Jan '19 27 calls

    Please add GLW Jan '19 27 calls (GLW190118C00027000) to the Options list

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  8. error in quote on ^FVX

    Yahoo says the yield on ^FVX is 2.65%, up 0.19%. To make the math work on Monday's close of 2.644%, the yield should be 2.649%. Three digits to the right of the decimal point. ALWAYS.

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  9. We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  10. Nasdaq: BVXV - Market Cap data error

    Your Market Cap for BiondVax (Nasdaq: BVXV) is showing $1.579B. Correct market cap is ~$40M. (i.e. your error is 40 times greater than reality)
    I assume this error originates from BVXV's recent voluntary delisting on Tel Aviv Stock Exchange (TASE), where each Nasdaq ADS represented 40 ordinary TASE shares.

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  11. 3/2/18: Closing yields on summary pages for ^tnx and ^tyx are incorrect

    Yahoo says the yields are 2.86% and 3.13%, respectively. They should be (and confirmed by your interactive chart, 2.857% on ^tnx and 3.131% on ^tyx. As I often say: Three digits to the right of the decimal on summary pages EVERY TIME.

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  12. Captor Capital news feed not updating CPTR.CN

    Newsfeed not updating for Captor Capital CPTR.CN
    The company listing for OTC market NWURF is showing the newsfeed correctly.

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  13. We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  14. Get your Russell 2000 Small Cap Index to update & show the correct price. It is still showing last nights close. Cannot rely on your prices

    Get your Russell 2000 Small Cap Index to update & show the correct price. It is still showing last nights close. Cannot rely on your prices

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  15. We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  16. getSymbols

    I've noticed an intermittent problem in the historical data retrieved by the quantmod package in R. Following is my test code:

    library(quantmod)
    getyahoo <- function(symbol, sdate){
    getSymbols(symbol, src = 'yahoo', from = sdate)
    dd <- get(symbol)
    #dd <- na.omit(dd) # uncomment this line to delete NAs
    return(dd)
    }
    symbol <- "QQQ"
    sdate <- "1900-01-01"
    count <- 50
    ierr <- NULL
    for (i in 1:count){
    sss <<- getyahoo(symbol, sdate)
    ttt <- sss[!is.na(Ad(sss)),]
    isna <- which(is.na(Ad(sss)))
    if (length(isna) > 0){
    print(paste0(i, ": ", length(isna), " of ", NROW(sss), " => ", NROW(ttt)))
    print(sss[isna,])
    ierr <- c(ierr, i)
    }
    isna <- which(is.na(Ad(ttt)))
    if…

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  17. Stories for the ticker symbol STL are posted on the page for the ticker symbol SBT

    Stories for the ticker symbol STL are posted on the page for the ticker symbol SBT

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  18. BSMX

    BSMX closing price and price change are the same. This has occurred fir several days.

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  19. akso.ol

    The historical data for AKSO.OL is all over the place prior to november 2017.

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  20. Symbol SSRRX list the wrong mutual fund name

    SSRRX is the symbol for Touchstone Small Company R6. Yahoo has it as BlackRock Aurora Inv R. The pricing and other info is correct. Just the name is wrong.

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

  • Don't see your idea?

Feedback and Knowledge Base