Get all the individual financial items that comprise an income 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-income-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",
"revenue": 284312000000.0,
"cost_of_revenue": 238371000000.0,
"gross_profit": 45941000000.0,
"research_and_development_expenses": 1099000000.0,
"general_and_administrative_expenses": 12439000000.0,
"operating_expenses": 15949000000.0,
"operating_income": 29992000000.0,
"interest_expense": 4858000000.0,
"interest_income": 2461000000.0,
"net_income": 16094000000.0,
"earnings_per_share_basic": 2.55,
"earnings_per_share_diluted": 2.53,
"weighted_average_shares_outstanding_basic": 6299600000,
"weighted_average_shares_outstanding_diluted": 6363700000
},
...
]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.