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.
https://financialdata.net/api/v1/international-cash-flow-statements?identifier=SHEL.L&period=year| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for a security. | SHEL.L |
| period | string | (Optional) The accounting period for which the entity's financial statements are prepared. By default, statements are returned for all accounting periods. | year, quarter |
| offset | integer | (Optional) The initial position of the record subset, which indicates how many records to skip. Defaults to 0. | 50 |
| format | string | (Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON. | json, csv |
[
{
"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
},
...
]Get your API key instantly and start pulling data into your application.
Get Your API KeyOur robust architecture guarantees 99.9% uptime for uninterrupted API access.
Native Python SDK and REST support make data integration seamless.
The official MCP server delivers financial data directly to your AI agents.