Get fundamentals

Get historical normalized financial statements for a stock

Get all fundamentals

Get the fundamentals from a stock, compiled from its financial statements. To get the combined statements, use equity/{ticker}/fundamentals/all.

$curl -X GET "https://api.dataglade.com/equity/AAPL/fundamentals/all" -H "Authorization" : "Bearer <YOUR_API_KEY>"

Get a single statement type

Get a single statement for an equity by calling the equity/{ticker}/fundamentals/{statement} endpoint. Replace {statement} with the statement you want to get.

You can pass the following statements:

  • income for the income statement
  • balance for the balance sheet
  • cashflow for the cash flow statement
  • key for selected key financials - revenue, net income, and earnings per share
  • all for all statements