Balance sheets

get

Retrieves the balance sheets for a given ticker symbol.

Authorizations
AuthorizationstringRequired
Path parameters
tickerstringRequired
  • The ticker symbol of the company.
Query parameters
periodstring · enumRequired
  • The period type of the balance sheets.
Possible values:
limitnumber · doubleOptional
  • The maximum number of balance sheets to return.
cikstringOptional
  • The CIK number of the company.
Header parameters
AuthorizationstringRequired
  • The authorization token.
Responses
200

A promise that resolves to a BalanceSheetsAPIResponse object containing the balance sheets.

application/json
get
/financial-datasets/balance-sheets/{ticker}
GET /financial-datasets/balance-sheets/{ticker}?period=annual HTTP/1.1
Host: beta.usemoon.ai/
Authorization: text
Accept: */*
200

A promise that resolves to a BalanceSheetsAPIResponse object containing the balance sheets.

{
  "success": true,
  "message": "text",
  "body": {
    "to": "text",
    "data": "text",
    "value": "text",
    "gasLimit": "text",
    "nonce": "text",
    "simulate": true,
    "gas": "text",
    "gasPrice": "text",
    "maxFeePerGas": "text",
    "maxPriorityFeePerGas": "text",
    "chain_id": "text",
    "encoding": "text",
    "type": 1,
    "accessList": [
      {
        "address": "text",
        "storageKeys": [
          "text"
        ]
      }
    ],
    "blobGas": "text",
    "blobGasFeeCap": "text",
    "blobHashes": [
      "text"
    ],
    "dryrun": true,
    "input": "text",
    "EOA": true,
    "contract_address": "text",
    "token_id": "text",
    "token_ids": "text",
    "approved": true,
    "broadcast": true,
    "alwaysIncrementNonce": true,
    "asset": "text",
    "amount": "text",
    "interestRateMode": 1,
    "referralCode": 1,
    "onBehalfOf": "text",
    "receiverAddress": "text",
    "assets": [
      "text"
    ],
    "amounts": [
      "text"
    ],
    "modes": [
      1
    ],
    "params": "text",
    "rateMode": 1,
    "useAsCollateral": true,
    "collateralAsset": "text",
    "debtAsset": "text",
    "user": "text",
    "debtToCover": "text",
    "receiveAToken": true,
    "inputTokens": [
      {
        "tokenAddress": "text",
        "amount": "text"
      }
    ],
    "outputTokens": [
      {
        "tokenAddress": "text",
        "proportion": 1
      }
    ],
    "slippageLimitPercent": 1,
    "minHealthFactor": "text",
    "premiums": [
      "text"
    ],
    "initiator": "text",
    "role": "text",
    "account": "text",
    "initialDeposit": "text",
    "borrowAmount": "text"
  },
  "address": "text",
  "data": [
    {
      "ticker": "text",
      "calendar_date": "text",
      "report_period": "text",
      "period": "quarterly",
      "currency": "text",
      "total_assets": 1,
      "current_assets": 1,
      "cash_and_equivalents": 1,
      "inventory": 1,
      "current_investments": 1,
      "trade_and_non_trade_receivables": 1,
      "non_current_assets": 1,
      "property_plant_and_equipment": 1,
      "goodwill_and_intangible_assets": 1,
      "investments": 1,
      "non_current_investments": 1,
      "outstanding_shares": 1,
      "tax_assets": 1,
      "total_liabilities": 1,
      "current_liabilities": 1,
      "current_debt": 1,
      "trade_and_non_trade_payables": 1,
      "deferred_revenue": 1,
      "deposit_liabilities": 1,
      "non_current_liabilities": 1,
      "non_current_debt": 1,
      "tax_liabilities": 1,
      "shareholders_equity": 1,
      "retained_earnings": 1,
      "accumulated_other_comprehensive_income": 1,
      "total_debt": 1
    }
  ]
}