I
am getting a "flashing" behavior where certain functions are
alternately displaying values, then 0 or some Excel error. These alternate on a
2-second interval. This is related to one or more of these functions:
EPF.Yahoo.AnnualDividendsPaid
EPF.Yahoo.AnnualEarnings
EPF.Yahoo.AnnualDepreciationAndAmortization
EPF.Yahoo.AnnualStockBasedCompensation
EPF.Yahoo.AnnualOtherNonCashItems
These
are throwing very long messages. They are all reporting problems with an HTTP get.
Example:
https://query2.finance.yahoo.com/ws/fundamentals-timeseries/v1/finance/timeseries/DOW?
That
is followed by a list of 112 types that start out:
type=annualInterestExpense,
annualOtherIncomeExpense,
~~~
The
message is:
[WRN]
YF Request Failure: 429 Request:Method: GET, Version: 1.1, Content:
<null>, Headers:
{
User-Agent: Mozilla/5.0
User-Agent: (Windows NT 10.0; Win64; x64)
User-Agent: AppleWebKit/537.36
User-Agent: (KHTML, like Gecko)
User-Agent: Chrome/99.0.4844.51
User-Agent: Safari/537.36
}
The
Headers vary, naming different platform information.
Does
[WRN] mean warning message?
Below is the complete, lengthy, raw message I extracted the above from:
2025-05-09 11:26:38.893 -04:00 [WRN] YF Request Failure: 429 Request:Method: GET, RequestUri: 'https://query2.finance.yahoo.com/ws/fundamentals-timeseries/v1/finance/timeseries/DOW?type=annualInterestExpense,annualOtherIncomeExpense,annualOperatingCashFlow,annualPurchaseOfInvestment,annualEndCashPosition,annualBeginningCashPosition,annualNetOtherFinancingCharges,annualRepurchaseOfCapitalStock,annualRepaymentOfDebt,annualSaleOfInvestment,annualPurchaseOfBusiness,annualOtherNonCashItems,annualFreeCashFlow,annualAccountsPayable,annualStockBasedCompensation,annualDeferredIncomeTax,annualChangeInWorkingCapital,annualCostOfRevenue,annualEBITDA,annualNormalizedEBITDA,annualOperatingIncome,annualStockholdersEquity,annualCurrentLiabilities,annualTotalLiabilitiesNetMinorityInterest,annualCurrentAssets,annualTotalAssets,annualChangesInAccountReceivables,annualOperatingCashFlow,annualCapitalExpenditure,annualNetOtherInvestingChanges,annualCashFlowFromContinuingFinancingActivities,annualCapitalExpenditure,annualChangeInCashSupplementalAsReported,annualDepreciationAndAmortization,annualChangeInInventory,annualInvestingCashFlow,annualCommonStockIssuance,annualCashDividendsPaid,annualChangeInAccountPayable,annualSpecialIncomeCharges,annualOtherSpecialCharges,annualRestructuringAndMergernAcquisition,annualImpairmentOfCapitalAssets,annualWriteOff,annualSellingAndMarketingExpense,annualNetIncome,annualTotalRevenue,annualGrossProfit,annualOperatingExpense,annualResearchAndDevelopment,annualSellingGeneralAndAdministration,annualOperatingExpense,annualPretaxIncome,annualTaxProvision,annualBasicEPS,annualDilutedEPS,annualBasicAverageShares,annualDilutedAverageShares,annualNetIncomeContinuousOperations,annualCapitalLeaseObligations,annualTotalDebt,annualNetDebt,annualGoodwillAndOtherIntangibleAssets,annualGoodwill,annualAccountsReceivable,annualInventory,annualCashCashEquivalentsAndShortTermInvestments,annualLongTermDebt,annualNetPPE,annualTotalNonCurrentAssets,annualTotalNonCurrentLiabilitiesNetMinorityInterest,trailingForwardPeRatio,trailingPeRatio,annualInvestedCapital,annualWorkingCapital,annualTangibleBookValue,quarterlyTotalRevenue,quarterlyNetIncome,quarterlyCostOfRevenue,quarterlyGrossProfit,quarterlyOperatingIncome,quarterlyInterestExpense,quarterlyBasicEPS,quarterlyDilutedEPS,quarterlyEBITDA,quarterlyOperatingExpense,quarterlyPretaxIncome,quarterlyTaxProvision,quarterlyBasicAverageShares,quarterlyDilutedAverageShares,quarterlyOtherIncomeExpense,quarterlyNetIncomeContinuousOperations,quarterlyNormalizedEBITDA,quarterlySellingAndMarketingExpense,quarterlySellingGeneralAndAdministration,quarterlyResearchAndDevelopment,trailingTotalRevenue,trailingNetIncome,trailingCostOfRevenue,trailingGrossProfit,trailingOperatingIncome,trailingInterestExpense,trailingEBITDA,trailingOperatingExpense,trailingPretaxIncome,trailingTaxProvision,trailingOtherIncomeExpense,trailingNetIncomeContinuousOperations,trailingNormalizedEBITDA,trailingSellingAndMarketingExpense,trailingSellingGeneralAndAdministration,trailingResearchAndDevelopment&period1=493590046&period2=2232617095', Version: 1.1, Content: <null>, Headers:
{
User-Agent: Mozilla/5.0
User-Agent: (Windows NT 10.0; Win64; x64)
User-Agent: AppleWebKit/537.36
User-Agent: (KHTML, like Gecko)
User-Agent: Chrome/99.0.4844.51
User-Agent: Safari/537.36
}