Get all individual financial items that make up a balance sheet 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-balance-sheet-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",
"cash_and_cash_equivalents": 37836000000.0,
"accounts_receivable": 31041000000.0,
"inventories": 23426000000.0,
"other_assets_current": null,
"total_assets_current": 127926000000.0,
"property_plant_and_equipment": 185219000000.0,
"other_assets_non_current": null,
"total_assets_non_current": 259683000000.0,
"total_assets": 387609000000.0,
"accounts_payable": 29767000000.0,
"short_term_debt": 6920000000.0,
"other_liabilities_current": null,
"total_liabilities_current": 95034000000.0,
"long_term_debt": 41456000000.0,
"other_liabilities_non_current": null,
"total_liabilities_non_current": 112407000000.0,
"total_liabilities": 207441000000.0,
"common_stock": 178307000000.0,
"retained_earnings": 158834000000.0,
"total_shareholders_equity": 178307000000.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.