Introduction
Benzinga APIs
- Introduction
- Newsfeed & Why is it Moving v2
- Calendar
- Data Websocket
- Historical Bar Data
- Delayed Quote
- Company Fundamentals
- Bull vs. Bear
- Analyst Insights
- Conference Call Transcripts
- Government Trades
- Corporate Logos
- Movers
- Newsfeed (Streaming) v1
- SEC Filings
- Signals
- Squawk
- Webhook v1 Test Trigger
- Short Interest
Libraries
GET Valuation Ratios
Returns the valuation ratios
curl --request GET \
--url https://api.benzinga.com/api/v2/fundamentals/valuationRatios
{
"result": [
{
"valuationRatios": [
{
"id": {
"shareClassId": "string",
"date": "string (YYYY-MM-DD)"
},
"payoutRatio": "number (float)",
"sustainableGrowthRate": "number (float)",
"cashReturn": "number (float)",
"salesPerShare": "number (float)",
"bookValuePerShare": "number (float)",
"cfoPerShare": "number (float)",
"fcfPerShare": "number (float)",
"earningYield": "number (float)",
"peRatio": "number (float)",
"salesYield": "number (float)",
"psRatio": "number (float)",
"bookValueYield": "number (float)",
"pbRatio": "number (float)",
"cfYield": "number (float)",
"pcfRatio": "number (float)",
"fcfYield": "number (float)",
"fcfRatio": "number (float)",
"trailingDividendYield": "number (float)",
"forwardDividendYield": "number (float)",
"forwardEarningYield": "number (float)",
"forwardPeRatio": "number (float)",
"pegRatio": "number (float)",
"pegPayback": "number (float)",
"tangibleBookValuePerShare": "number (float)",
"tangibleBvPerShare3YrAvg": "number (float)",
"tangibleBvPerShare5YrAvg": "number (float)",
"forwardDividend": "number (float)",
"workingCapitalPerShare": "number (float)",
"workingCapitalPerShare3YrAvg": "number (float)",
"workingCapitalPerShare5YrAvg": "number (float)",
"evToEbitda": "number (float)",
"buyBackYield": "number (float)",
"totalYield": "number (float)",
"ratioPe5YearAverage": "number (float)",
"priceChange1M": "number (float)",
"normalizedPeRatio": "number (float)",
"pricetoEbitda": "number (float)"
}
]
}
]
}
{
"result": [
{
"valuationRatios": [
{
"id": {
"shareClassId": "string",
"date": "string (YYYY-MM-DD)"
},
"payoutRatio": "number (float)",
"sustainableGrowthRate": "number (float)",
"cashReturn": "number (float)",
"salesPerShare": "number (float)",
"bookValuePerShare": "number (float)",
"cfoPerShare": "number (float)",
"fcfPerShare": "number (float)",
"earningYield": "number (float)",
"peRatio": "number (float)",
"salesYield": "number (float)",
"psRatio": "number (float)",
"bookValueYield": "number (float)",
"pbRatio": "number (float)",
"cfYield": "number (float)",
"pcfRatio": "number (float)",
"fcfYield": "number (float)",
"fcfRatio": "number (float)",
"trailingDividendYield": "number (float)",
"forwardDividendYield": "number (float)",
"forwardEarningYield": "number (float)",
"forwardPeRatio": "number (float)",
"pegRatio": "number (float)",
"pegPayback": "number (float)",
"tangibleBookValuePerShare": "number (float)",
"tangibleBvPerShare3YrAvg": "number (float)",
"tangibleBvPerShare5YrAvg": "number (float)",
"forwardDividend": "number (float)",
"workingCapitalPerShare": "number (float)",
"workingCapitalPerShare3YrAvg": "number (float)",
"workingCapitalPerShare5YrAvg": "number (float)",
"evToEbitda": "number (float)",
"buyBackYield": "number (float)",
"totalYield": "number (float)",
"ratioPe5YearAverage": "number (float)",
"priceChange1M": "number (float)",
"normalizedPeRatio": "number (float)",
"pricetoEbitda": "number (float)"
}
]
}
]
}
Authorizations
Headers
Specifies return format
application/json
, application/xml (deprecated)
Query Parameters
One or more stock ticker symbol in comma separated list specifies company data to return
One or more cik identifier in comma separated list specifies company data to return
Return results for dates greater than or equal date specified in this parameter
Response
Dividend per share / Diluted earning per share
ROE * (1 – Payout Ratio)
Refers to the ratio of free cash flow to enterprise value. Morningstar calculates the ratio by using the underlying data reported in the company filings or reports- FCF /Enterprise Value.
Sales / Average Diluted Shares Outstanding
Common Shareholder’s Equity / Diluted Shares Outstanding
Cash Flow from Operations / Average Diluted Shares Outstanding
Free Cash Flow / Average Diluted Shares Outstanding
Diluted EPS / Price
1 / Earnings Yield. If result is negative, then null
SalesPerShare / Price
1 / SalesYield. If result is negative, then null
BookValuePerShare / Price
1 / BookValueYield. If result is negative, then null
CFOPerShare / Price
1 / CFYield If result is negative, then null
FCFPerShare / Price
1 / FCFYield If result is negative, then null
The opposite of forward divident yield
(Current Dividend Per Share * Payout Frequency) / Price
Estimated Earnings Per Share / Price. Note- The “Next” Year’s EPS Estimate is used; For instance, if today’s actual date is March 1, 2009, the “Current” EPS Estimate for MSFT is June 2009, and the “Next” EPS Estimate for MSFT is June 2010; the latter is used. The eps estimated data is sourced from a third party.
1 / ForwardEarningYield If result is negative, then null
ForwardPERatio / Long-term Average Earning Growth Rate
The number of years it would take for a company's cumulative earnings to equal the stock's current trading price, assuming that the company continues to increase its annual earnings at the growth rate used to calculate the PEG ratio.
The company’s total book value less the value of any intangible assets dividend by number of shares.
The three year average for tangible book value per share.
The five year average for tangible book value per share.
Estimation of a year's dividend expressed as a percentage of current stock price.
(Current Assets – Current Liabilities)/number of shares
The three year average for working capital per share.
The five year average for working capital per share.
A financial ratio that measures a company's return on investment (ROI).
Ratio of outstanding shares that reduces the number of its shares on the open market.
Ratio of dividend yield plus the net share buyback percentage.
Average ratio of price to earnings yield over five years.
Change in price
Smoothed ratio of price to earnings using a formula that normalizes the volatility.
Ratio of stock price to per share Earnings Before Interest, Taxes, Depreciation and Amortization.
Was this page helpful?
curl --request GET \
--url https://api.benzinga.com/api/v2/fundamentals/valuationRatios
{
"result": [
{
"valuationRatios": [
{
"id": {
"shareClassId": "string",
"date": "string (YYYY-MM-DD)"
},
"payoutRatio": "number (float)",
"sustainableGrowthRate": "number (float)",
"cashReturn": "number (float)",
"salesPerShare": "number (float)",
"bookValuePerShare": "number (float)",
"cfoPerShare": "number (float)",
"fcfPerShare": "number (float)",
"earningYield": "number (float)",
"peRatio": "number (float)",
"salesYield": "number (float)",
"psRatio": "number (float)",
"bookValueYield": "number (float)",
"pbRatio": "number (float)",
"cfYield": "number (float)",
"pcfRatio": "number (float)",
"fcfYield": "number (float)",
"fcfRatio": "number (float)",
"trailingDividendYield": "number (float)",
"forwardDividendYield": "number (float)",
"forwardEarningYield": "number (float)",
"forwardPeRatio": "number (float)",
"pegRatio": "number (float)",
"pegPayback": "number (float)",
"tangibleBookValuePerShare": "number (float)",
"tangibleBvPerShare3YrAvg": "number (float)",
"tangibleBvPerShare5YrAvg": "number (float)",
"forwardDividend": "number (float)",
"workingCapitalPerShare": "number (float)",
"workingCapitalPerShare3YrAvg": "number (float)",
"workingCapitalPerShare5YrAvg": "number (float)",
"evToEbitda": "number (float)",
"buyBackYield": "number (float)",
"totalYield": "number (float)",
"ratioPe5YearAverage": "number (float)",
"priceChange1M": "number (float)",
"normalizedPeRatio": "number (float)",
"pricetoEbitda": "number (float)"
}
]
}
]
}