International Cash Flow Statements API

Access all the individual financial items that compose a cash flow statement. Data is available for several thousand international companies whose shares are traded on the following stock exchanges: Toronto, London, Frankfurt, Euronext Paris, Euronext Amsterdam, Tokyo, Hong Kong, Singapore, Indonesia, Malaysia, Korea, Brazil, Mexico, India, Bombay. There is a limit of 50 records per API call.

API Endpoint

https://financialdata.net/api/v1/international-cash-flow-statements?identifier=SHEL.L&period=year

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for a security.SHEL.L
periodstring(Optional) The accounting period for which the entity's financial statements are prepared. By default, statements are returned for all accounting periods.year, quarter
offsetinteger(Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0.50
formatstring(Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON.json, csv

Sample Response

[
  {
    "trading_symbol": "SHEL.L",
    "registrant_name": "Shell plc",
    "fiscal_period": "FY",
    "period_end_date": "2024-12-31",
    "currency_code": "USD",
    "depreciation_and_amortization": 22703000000.0,
    "share_based_compensation_expense": null,
    "change_in_accounts_receivable": null,
    "change_in_inventories": 1273000000.0,
    "change_in_other_assets": null,
    "change_in_accounts_payable": null,
    "change_in_other_liabilities": null,
    "cash_from_operating_activities": 54687000000.0,
    "acquisition_of_property_plant_and_equipment": null,
    "acquisition_of_business": -1404000000.0,
    "cash_from_investing_activities": -15155000000.0,
    "payments_of_dividends": -8668000000.0,
    "issuance_of_common_stock": null,
    "repurchase_of_common_stock": -14687000000.0,
    "issuance_of_long_term_debt": 363000000.0,
    "repayment_of_long_term_debt": -9672000000.0,
    "cash_from_financing_activities": -38435000000.0,
    "change_in_cash": 1097000000.0,
    "cash_at_end_of_period": 39110000000.0
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.