Yahoo Finance

FREEMIUM
Par Api Dojo | Mise à jour 6 hours ago | Finance
Popularité

9.9 / 10

Latence

1,715ms

Niveau de service

100%

Health Check

N/A

Retour à toutes les discussions

cashflow statement missing data

Rapid account: Odedprivate
odedprivate
3 months ago

Hi,
Trying to calculate the free cashflow by substracting the capitalExpenditures with totalCashFromOperatingActivities, but both of them seem to be missing in the cashflow statement that seem to only return netincome? what has changed?

Thanks

Rapid account: Odedprivate
odedprivate Commented 2 months ago

Hi,

I see it now.

Thanks sorry for the hastle

Rapid account: Apidojo
apidojo Commented 3 months ago

Well, let’s check the screenshot https://prnt.sc/ergLA3fXk2Qa. You didn’t ever try removing the comma and search by raw value. How careless you are! In the other post, I also show the guy search for raw value with a sample screenshot. You just read it too carelessly.

Rapid account: Odedprivate
odedprivate Commented 3 months ago

Hi,

What do you mean search for DISPLAYED VALUES,

If you mean searching the actual number that is displayed in Yahoo inside the JSON, I did it and its not there.

Many of the values that are in the cashflow tab on yahoo finance are not in the JSON for AAPL. for example:

freecahsflow for 2023 according to yahoo finance site is: 99,584,000.
As metioned this number is not anywhere in that JSON.

I guess they calcuate it with diffrent figures such as capEx but this is also not in the JSON.

Please shed some light of what exactly to look for

Thanks

Rapid account: Apidojo
apidojo Commented 3 months ago

Did you read this, and follow the instruction?
“Please paste the response data in a text editor and search for DISPLAYED VALUES not by the field name to get the correct JSON node. There are lots of sections using similar term and fool you.”

Regards.

Rapid account: Odedprivate
odedprivate Commented 3 months ago

Hi,
I alreaddy tried using the cashflow endpoint, but still it only brings net income.
There is not sign for the freecashFlow value any where.
Please see this screenshot:

https://ibb.co/1LqLpNq

I used it for AAPL ticker, and couldnt find the freecashflow value anywhere.
Could you please help to discover how to get that value?

Once it was possible and very straight forward with your API

Thanks

Rapid account: Apidojo
apidojo Commented 3 months ago

Hello,

1/ That is Cash Flow tab, and there is …/stock/v2/get-cash-flow endpoint.
2/ You are interested in the post at https://rapidapi.com/apidojo/api/yahoo-finance1/discussions/117411, it is the same problem just a different endpoint.

Regards.

Rapid account: Odedprivate
odedprivate Commented 3 months ago

oh sorry,

Please see this screenshot through that link:
https://ibb.co/7Q0VzZX

I underlined the requested value in red below

Thanks for your help

Rapid account: Apidojo
apidojo Commented 3 months ago

You should read my reply again. I need to confirm the matching data first. If the returned values are as same as finance.yahoo.com, there will be nothing wrong with our API. I am sorry that I cannot help you with the calculation.

Regards.

Rapid account: Odedprivate
odedprivate Commented 3 months ago

Hi,
Thank you for the quick reply:
Im using this end point: (in this example, financials for META stock)

https://apidojo-yahoo-finance-v1.p.rapidapi.com/stock/v2/get-financials?symbol=meta&region=US

response: (I copied only a small part)

financialsTemplate:
code:"N"
maxAge:1
cashflowStatementHistory:cashflowStatements:0:
maxAge:1
endDate:
netIncome:
raw:39098000000
fmt:"39.1B"
longFmt:“39,098,000,000”

-------------------- other part of the response--------------------------------
incomeStatementHistory:incomeStatementHistory:0:researchDevelopment:
effectOfAccountingCharges:
incomeBeforeTax:
minorityInterest:
netIncome:
raw:39098000000
fmt:"39.1B"
longFmt:“39,098,000,000”

as you can see the cashflow statement and the income statement has the same value. So either its a mistake or not needed.
Bottom line is:
I need to calculate free cash flow, or get the value from somewhere somehow. In the past I calculated it like this:
totalCashFromOperatingActivities.raw + (-capitalExpenditures.raw) wich both of these properties were available in the cashflow statement.

Thanks.

Rapid account: Apidojo
apidojo Commented 3 months ago

Hello,
Please confirm that you can get the required data on finance.yahoo.com by sharing with me some links and screenshots as reference. I will then point out the correct endpoint for you.

Regards.

Participez à la discussion - ajoutez un commentaire ci-dessous:

Connectez-vous / Inscrivez-vous pour publier de nouveaux commentaires