Can I obtain with your API service the daily fundamental historical data?

I would like to know if I can obtain with your API service the daily fundamental historical data changes for all SP 500 stocks that covers the following elements day by day:

Date
Symbol
DE Ratio
Return on Equity
Price/Book
Profit Margin
Diluted EPS
Beta

It could be in Json, csv, etc.

ANSWER:

Yes. You can use our API_Getfilteredshares to get the complete S&P 500 https://api.finanzoo.de/v1/public/?API_Getfilteredshares&token=YOURTOKEN&filter=[delisted=0;indexids=8]

This will return all values in Json.
The current supported values are: 

["{entries:487}",
{"uid":"2","shortname":"IBM","name":"International Business Machines Corp.",
"sma200_color":"1","fscore":"35.100","fscore_background_color":"FFF500","balanceagevalid":"1",
"priceagevalid":"1","historycomplete":"1","wkn":"851399","isin":"US4592001014","symbol":"IBM",
"lastbalancedate":"2021-01-28","lastprice":"142.430","lastpricedate":"2021-04-23","currency":"USD",
"quotecurrency":"","supplieridx":"51143","kfcv_value":"8.374","ekq_value":"13.206","gkr_value":"3.584",
"kgv_value":"22.862","kuv_value":"1.724","kbv_value":"6.161","kcv_value":"6.974","div_rendid":"4.578"}]

sma200_color => 1 means sma200 is above the current price, 0 is below
lastprice => last end of day quote
lastpricedate => our last date for the price
currency => currency
kfcv_value => Free Cash-Flow Ratio
ekq_value => Equity Ratio - E/R
gkr_value => Return On Investment - ROI
kgv_value => Price-Earning-Ratio - P/E-Ratio
kuv_value => Price-to-Sales Ratio - P/S Ratio
kbv_value => Price-to-Book-Ratio - P/B Ratio
kcv_value => Price to cash flow ratio - P/C Ratio
div_rendid => dividend rendit on our last price we have

In near future we like also to provide our fundamental date over this API so you can calculate your needed values which we are not offer.
This will be the data: 
 

  • Net Turnover
  • Profit Per Share
  • Operating Cashflow
  • Investments In Material Goods As Of Cashflow Statement (CapEx)
  • Free Cashflow
  • Equity
  • Total Capital
  • Outstanding Shares
  • Annual Profit
  • Dividend Per Share