FinancialReports
  1. ISINs
FinancialReports
  • FinancialReports API Documentation
  • Changelog
  • Python SDK
  • Companies
    • List Companies
      GET
    • Retrieve Company Details
      GET
    • Predict Next Annual Report
      GET
  • Filings
    • List Filings
      GET
    • Retrieve Filing Details
      GET
    • Retrieve Filing Markdown
      GET
  • Filing Types
    • The Financial Reporting Classification Framework (FRCF)
    • List Filing Types
      GET
    • Retrieve Filing Type
      GET
  • Filing Categories
    • List Filing Categories
      GET
    • Retrieve Filing Category
      GET
  • Languages
    • Understanding Language Codes
    • List Languages
      GET
    • Retrieve Language
      GET
  • ISIC Classifications
    • Understanding ISIC Classification
    • List ISIC Classes
      GET
    • Retrieve ISIC Class
      GET
    • List ISIC Divisions
      GET
    • Retrieve ISIC Division
      GET
    • List ISIC Groups
      GET
    • Retrieve ISIC Group
      GET
    • List ISIC Sections
      GET
    • Retrieve ISIC Section
      GET
  • Countries
    • Understanding Country Codes
    • List Countries
    • Retrieve Country
  • Sources
    • Understanding Data Sources
    • List Data Sources
    • Retrieve Data Source
  • Watchlist
    • Get User's Watchlist
    • Add Company to Watchlist
    • Remove Company from Watchlist
  • Webhooks (Management)
    • List Webhooks
    • Create Webhook
    • Retrieve Webhook
    • Update Webhook
    • Partial Update Webhook
    • Delete Webhook
    • List Delivery Logs
    • Regenerate Secret Key
    • Test Webhook
  • ISINs
    • List ISINs
      GET
    • Retrieve ISIN
      GET
  • Schemas
    • Company
    • Language
    • Filing
    • Source
    • CompanyMinimal
    • Country
    • ErrorDetail
    • FilingType
    • DesignatedSponsor
    • FilingSummary
    • ISICClass
    • FilingProcessedPayload
    • FilingCategory
    • ISICDivision
    • ISICGroup
    • ISICSection
    • PaginatedFilingTypeList
    • PaginatedCompanyMinimalList
    • PaginatedFilingSummaryList
    • PaginatedISICClassList
    • PaginatedCountryList
    • PaginatedISICDivisionList
    • ISIN
    • PaginatedSourceList
    • ListedStockExchange
    • PaginatedISICGroupList
    • PaginatedISICSectionList
    • NextAnnualReport
    • PaginatedFilingCategoryList
    • PaginatedLanguageList
    • WatchlistAction
    • WatchlistCompany
    • WatchlistResponse
    • PaginatedWebhookList
    • PatchedWebhook
    • PaginatedISINList
    • StockIndex
    • PaginatedWebhookDeliveryList
    • ProcessingStatusEnum
    • Webhook
    • StatusEnum
    • WebhookCompanyPayload
    • WebhookFilingPayload
    • WebhookDelivery
    • WebhookSecret
  1. ISINs

List ISINs

GET
/isins/
Access Level Required: Requires Standard Access (Level 1).

Search and resolve ISINs (International Securities Identification Numbers) to companies.

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.financialreports.eu/isins/' \
--header 'x-api-key;'

Responses

🟢200OK
application/json
Success
Body

Example
{
    "count": 123,
    "next": "http://api.example.org/accounts/?page=4",
    "previous": "http://api.example.org/accounts/?page=2",
    "results": [
        [
            {
                "code": "US0378331005",
                "is_primary": true,
                "company": {
                    "id": 14,
                    "name": "adidas AG",
                    "tagline": "A leading global designer and marketer of athletic footwear, apparel, and accessories.",
                    "isins": [
                        "DE000A1EWWW0",
                        "US00687A1079",
                        "US00687P1049"
                    ],
                    "lei": "549300JSX0Z4CW0V5023",
                    "sub_industry_code": "1410",
                    "country_code": "DE"
                }
            }
        ]
    ]
}
Modified at 2026-02-13 12:52:23
Previous
Test Webhook
Next
Retrieve ISIN
Built with