시장테이터와 같은 방법으로 분기마다 공시되는 재무 데이터도 참조할 수 있습니다.인텔리퀀트는 다음 데이터들을 제공합니다.
•
자산총계 : getFundamentalTotalAsset()
•
유동자산 : getFundamentalCurrentAsset()
•
재고자산 : getFundamentalInventoryAsset()
•
매출채권및기타채권 : getFundamentalTradeReceivable()
•
당좌자산 : getFundamentalQuickAsset()
•
현금및현금성자산 : getFundamentalCashAsset()
•
비유동자산 : getFundamentalNonLiquidAsset()
•
장기매출채권및기타채권 : getFundamentalLTReceivable()
•
부채총계 : getFundamentalTotalLiability()
•
유동부채 : getFundamentalCurrentLiability()
•
순부채 : getFundamentalNetLiability()
•
비유동부채 : getFundamentalNonCurrentLiability()
•
장기차입금 : getFundamentalLTBorrow()
•
장기매입채무및기타채무 : getFundamentalLTTradePayable()
•
자본총계 : getFundamentalTotalEquity()
•
자본금 : getFundamentalCapitalStock()
•
자본잉여금 : getFundamentalCapitalSurplus()
•
이익잉여금 : getFundamentalRetainedEarn()
•
매출액 : getFundamentalRevenue()
•
매출원가 : getFundamentalSalesCost()
•
판매비와관리비 : getFundamentalSellingExpense()
•
영업이익 : getFundamentalOperatingIncome()
•
이자수익 : getFundamentalInterestIncome()
•
이자비용 : getFundamentalInterestExpense()
•
순이자비용 : getFundamentalNetInterestExpense()
•
감가상각비(판관비) : getFundamentalDepreciationCost()
•
법인세비용 : getFundamentalIncomeTax()
•
당기순이익 : getFundamentalNetProfit()
•
영업활동으로인한현금흐름 : getFundamentalOperatingCashFlow()
•
투자활동으로인한현금흐름 : getFundamentalInvestingCashFlow()
•
재무활동으로인한현금흐름 : getFundamentalFinancingCashFlow()
•
EBITDA : getFundamentalEBITDA()
•
EBIT : getFundamentalEBIT()
•
EV : getFundamentalEV()
•
배당액(보통주, 현금+주식, TTM) : getFundamentalDividend()
※ 주의사항
•
파라메터로 전달되는 인자의 사용법에 주의하시기 바랍니다.
•
fundamental 함수들의 파라메터값은 분기를 기준으로 합니다.즉 getFundamentalTotalAsset(1) 은 한 분기 이전의 총자산을 의미합니다
•
재무데이터를 참고 할 수 있는 시점은 재무데이터가 발표된 이후입니다.
4분기 재무데이터는 4월 초
1분기 재무데이터는 6월 초
2분기 재무데이터는 9월 초
3분기 재무데이터는 12월 초
반영되어 참조할 수 있습니다.