Full Development Guide

API Clients

Namespace: emis_api_client.apis.add_in_api

Class: AddInApi(api_client=None)


addin_excel_data_get(self, **kwargs)

Returns all addin custom data . This method returns all addin custom data . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

list[AddInCustomDataDto] If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token

addin_excel_data_id_get(self, id, **kwargs)

Returns addin custom data . This method returns addin custom data by given ID . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

AddInCustomDataDto If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id int The ID of the custom data (required)
token str Token

addin_excel_data_post(self, **kwargs)

Gets and saves addin custom data . This method gets addin custom data and saves into database . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

AddInCustomDataDto If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token
id int The ID of the addin custom data
type str The type of the addin custom data
prefix_bind_id str The prefix of the addin custom data
custom_xml_part_id str The xml ID of the addin custom data
custom_xml_part_value str The xml value of the addin custom data
header str The header of the addin custom data
use_header bool The value of using header
selected_ids str The list of selected IDs
search_property str The search property

Namespace: emis_api_client.apis.companies_api

Class: CompaniesApi(api_client=None, token=None)


companies_banking_get(self, token, **kwargs)

Company Banking Search . The method allows searching for companies based on given criteria like country of origin, company name, operational status and financial filters covering detailed banking standard's related accounts . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

SearchCompanyResponse If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
country list[str] Country Codes as 'AR', 'BG', etc. separated by commas
company_type list[str] Company types separated by commas
import_countries list[str] Import country codes as 'AR', 'BG', etc. separated by commas
export_countries list[str] Export country codes as 'AR', 'BG', etc. separated by commas
updated_from str Date since last update took place (from)
updated_to str Date since last update took place (to)
statements_updated_from str Financial statements filter updated (from)
statements_updated_to str Financial statements filter updated (to)
main_industry list[str] Main activities separated by commas
currency str Currency code
secondary_industry list[str] Secondary activities separated by commas
operational_status list[str] Operational statuses separated by commas
number_of_employees_from int Number of employees (from)
number_of_employees_to int Number of employees (to)
legal_form list[str] Legal Form codes separated by commas
local_legal_form list[str] Local legal form codes separated by commas
region str Region name in English language
city str City name in English language
company_name list[str] Company name
key_executives list[str] Key executives
shareholders list[str] Key shareholders
subsidiaries list[str] Key subsidiaries
financial_auditors list[str] Key financial auditors
business_description list[str] Key business description
products list[str] Key products
ubo_name list[str] Beneficial Owner's Name Keyword
keywords list[str] Keywords
year int Year of financial statement
period str Financial period
statement_type str Statement type
order str Sort order field. Possible values are name, revenue, revenue_growth, assets, profit, equity, relevance. By default this parameter sorts ascending. For descending order use the colon sign and \"desc\". For example
localization bool Localization
ubo_citizenship str Beneficial owner's citizenship
ubo_birth_date str Beneficial owner's date of birth in the format \"dd-mm-yyyy\"
only_with_official_financials bool CompanyAndStatementsOnlyWithOfficialFinancials_Parameter
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is
format str Response format - json/xml
ts_from float Total Assets (from)
ts_to float Total Assets (to)
ce_from float Cash and cash equivalents (from)
ce_to float Cash and cash equivalents (to)
nbsloans_from float Loans and advances (from)
nbsloans_to float Loans and advances (to)
nbsloanbank_from float Loans and advances to banks (from)
nbsloanbank_to float Loans and advances to banks (to)
nbsloanbanks_from float By maturity – less than one year (from)
nbsloanbanks_to float By maturity – less than one year (to)
nbsloanbankl_from float By maturity – more than one year (from)
nbsloanbankl_to float By maturity – more than one year (to)
nbscust_from float Loans and advances to customers (from)
nbscust_to float Loans and advances to customers (to)
nbscusts_from float By maturity – less than one year (from)
nbscusts_to float By maturity – less than one year (to)
nbscustl_from float By maturity – more than one year (from)
nbscustl_to float By maturity – more than one year (to)
nbsadvan_from float Other Loans and advances (from)
nbsadvan_to float Other Loans and advances (to)
nbsfa_from float Financial assets held for trading (from)
nbsfa_to float Financial assets held for trading (to)
nbsfatbond_from float T-bill, t-bond for trade (from)
nbsfatbond_to float T-bill, t-bond for trade (to)
nbsfadebt_from float Debt securities including fixed income securities for trade (from)
nbsfadebt_to float Debt securities including fixed income securities for trade (to)
nbsfashare_from float Shares and other variable-yield securities for trade (from)
nbsfashare_to float Shares and other variable-yield securities for trade (to)
nbsfairv_from float Financial assets designated at fair value through profit or loss (from)
nbsfairv_to float Financial assets designated at fair value through profit or loss (to)
nbshedg_from float Hedging derivative assets (from)
nbshedg_to float Hedging derivative assets (to)
nbsinvsec_from float Investment securities (from)
nbsinvsec_to float Investment securities (to)
nbsinvsechm_from float Held to maturity investments securities (from)
nbsinvsechm_to float Held to maturity investments securities (to)
nbsinvsecafs_from float Available for sale investment securities (from)
nbsinvsecafs_to float Available for sale investment securities (to)
nbsinvseclris_from float Loan and receiveable investment securities (from)
nbsinvseclris_to float Loan and receiveable investment securities (to)
nbsinvoth_from float Other Investments Securities (from)
nbsinvoth_to float Other Investments Securities (to)
nbscollet_from float Assets pledged as collateral (from)
nbscollet_to float Assets pledged as collateral (to)
nbslease_from float Lease financing and similar agreements (from)
nbslease_to float Lease financing and similar agreements (to)
nbsrevalue_from float Revaluation differences on portfolios hedged against interest rate risk (from)
nbsrevalue_to float Revaluation differences on portfolios hedged against interest rate risk (to)
nbsotherfasset_from float Other financial assets (from)
nbsotherfasset_to float Other financial assets (to)
nbsinvassoc_from float Investments in associates and joint ventures accounted for using the equity method (from)
nbsinvassoc_to float Investments in associates and joint ventures accounted for using the equity method (to)
nbsinvprop_from float Investment properties (from)
nbsinvprop_to float Investment properties (to)
tang_from float Property, plant and equipment (from)
tang_to float Property, plant and equipment (to)
int_from float Intangible assets and goodwill (from)
int_to float Intangible assets and goodwill (to)
nbscurrentit_from float Current income tax assets (from)
nbscurrentit_to float Current income tax assets (to)
nbsreceiv_from float Accounts Receivable (from)
nbsreceiv_to float Accounts Receivable (to)
nbsdefit_from float Deferred income tax assets (from)
nbsdefit_to float Deferred income tax assets (to)
nbsotherast_from float Other assets (from)
nbsotherast_to float Other assets (to)
nbsprepay_from float Prepayments and accrued income (from)
nbsprepay_to float Prepayments and accrued income (to)
nbsheldfsdo_from float Assets classified as held for sale and discontinued operations (from)
nbsheldfsdo_to float Assets classified as held for sale and discontinued operations (to)
nbstel_from float Total Equity and Liabilities (from)
nbstel_to float Total Equity and Liabilities (to)
tl_from float Total Liabilities (from)
tl_to float Total Liabilities (to)
nbsduecb_from float Due to central banks (from)
nbsduecb_to float Due to central banks (to)
nbsdepo_from float Deposits (from)
nbsdepo_to float Deposits (to)
nbsdeopbank_from float Deposits from banks (from)
nbsdeopbank_to float Deposits from banks (to)
nbsdeopbanks_from float By maturity – less than one year (from)
nbsdeopbanks_to float By maturity – less than one year (to)
nbsdeopbankl_from float By maturity – more than one year (from)
nbsdeopbankl_to float By maturity – more than one year (to)
nbsdepocust_from float Deposits from customers (from)
nbsdepocust_to float Deposits from customers (to)
nbsdepocusts_from float By maturity – less than one year. (from)
nbsdepocusts_to float By maturity – less than one year. (to)
nbsdepocustl_from float By maturity – more than one year. (from)
nbsdepocustl_to float By maturity – more than one year. (to)
nbsdepothe_from float Other Deposits (from)
nbsdepothe_to float Other Deposits (to)
nbsfinliab_from float Financial liabilities held for trading (from)
nbsfinliab_to float Financial liabilities held for trading (to)
nbsfinliabtbond_from float T-bill, t-bond for trade (from)
nbsfinliabtbond_to float T-bill, t-bond for trade (to)
nbsfinliabdebt_from float Debt securities including fixed income securities for trade (from)
nbsfinliabdebt_to float Debt securities including fixed income securities for trade (to)
nbsfinliabshare_from float Shares and other variable-yield securities for trade (from)
nbsfinliabshare_to float Shares and other variable-yield securities for trade (to)
nbsfliabfair_from float Financial liabilities designated at fair value through profit or loss (from)
nbsfliabfair_to float Financial liabilities designated at fair value through profit or loss (to)
nbsliabhedge_from float Hedging derivative liabilities (from)
nbsliabhedge_to float Hedging derivative liabilities (to)
nbsissuedebt_from float Debt securities issued (from)
nbsissuedebt_to float Debt securities issued (to)
nbsretirement_from float Retirement benefit obligations (from)
nbsretirement_to float Retirement benefit obligations (to)
nbsprovisions_from float Provisions (from)
nbsprovisions_to float Provisions (to)
nbschangeeq_from float Change in own equity of affiliates and related companies (from)
nbschangeeq_to float Change in own equity of affiliates and related companies (to)
nbsduetocons_from float Changes due to consolidation (from)
nbsduetocons_to float Changes due to consolidation (to)
nbsothepay_from float Accounts Payable (from)
nbsothepay_to float Accounts Payable (to)
nbscurliabtax_from float Current income tax liabilities (from)
nbscurliabtax_to float Current income tax liabilities (to)
nbsdefliabtax_from float Deferred income tax liabilities (from)
nbsdefliabtax_to float Deferred income tax liabilities (to)
nbsotherliab_from float Other liabilities (from)
nbsotherliab_to float Other liabilities (to)
nbsconvertbond_from float Convertible bonds (from)
nbsconvertbond_to float Convertible bonds (to)
nbssubordin_from float Subordinated debt (from)
nbssubordin_to float Subordinated debt (to)
nbsaccruals_from float Accruals and deferred income (from)
nbsaccruals_to float Accruals and deferred income (to)
nbsliabheldfsa_from float Liabilities included in assets classified as held for sale and discontinued operations (from)
nbsliabheldfsa_to float Liabilities included in assets classified as held for sale and discontinued operations (to)
se_from float Total Equity (from)
se_to float Total Equity (to)
seown_from float Equity attributable to owners of the parent (from)
seown_to float Equity attributable to owners of the parent (to)
issued_from float Issued capital (from)
issued_to float Issued capital (to)
issuedord_from float Ordinary shares (from)
issuedord_to float Ordinary shares (to)
issuedpref_from float Preferred shares (from)
issuedpref_to float Preferred shares (to)
seownpremium_from float Share premium (from)
seownpremium_to float Share premium (to)
seowntreasury_from float Treasury shares (from)
seowntreasury_to float Treasury shares (to)
nbsotheq_from float Other components of equity (from)
nbsotheq_to float Other components of equity (to)
seownrevaluation_from float Revaluation reserve (from)
seownrevaluation_to float Revaluation reserve (to)
seownforeigncurr_from float Foreign currency translation reserve (from)
seownforeigncurr_to float Foreign currency translation reserve (to)
nbscfhedge_from float Cashflow hedge reserve (from)
nbscfhedge_to float Cashflow hedge reserve (to)
profitreserv_from float Retained earnings (from)
profitreserv_to float Retained earnings (to)
bsprofit_from float Profit or loss for the period (from)
bsprofit_to float Profit or loss for the period (to)
nbsgen_from float General Reserve (from)
nbsgen_to float General Reserve (to)
nbsothres_from float Other reserves (from)
nbsothres_to float Other reserves (to)
semin_from float Minority interest (from)
semin_to float Minority interest (to)
tr_from float Total Net Operating Revenue (from)
tr_to float Total Net Operating Revenue (to)
nbsnetint_from float Net interest income (from)
nbsnetint_to float Net interest income (to)
nbsnetintinc_from float Interest and similar income (from)
nbsnetintinc_to float Interest and similar income (to)
nbsnetintexp_from float Interest and similar expenses (from)
nbsnetintexp_to float Interest and similar expenses (to)
nbsinvestsec_from float Income from investment securities (dividend, shares) (from)
nbsinvestsec_to float Income from investment securities (dividend, shares) (to)
nbsnetfee_from float Net fee and commission income (from)
nbsnetfee_to float Net fee and commission income (to)
nbsnetfeeinc_from float Fee and commission income (from)
nbsnetfeeinc_to float Fee and commission income (to)
nbsnetfeeexp_from float Fee and commission expense (from)
nbsnetfeeexp_to float Fee and commission expense (to)
nbsngfinheldfs_from float Net gain (loss) on financial instruments classified as held for trading (from)
nbsngfinheldfs_to float Net gain (loss) on financial instruments classified as held for trading (to)
nbsngfairvalue_from float Net gain (loss) on financial assets and liabilities designated at fair value through profit or loss (from)
nbsngfairvalue_to float Net gain (loss) on financial assets and liabilities designated at fair value through profit or loss (to)
nbsnginvestsec_from float Net gain (loss) on investment securities trading activity (from)
nbsnginvestsec_to float Net gain (loss) on investment securities trading activity (to)
nbsnghedge_from float Net gain (loss) from hedge accounting (from)
nbsnghedge_to float Net gain (loss) from hedge accounting (to)
nbsngxchgdiff_from float Net gain (loss) on exchange differences (from)
nbsngxchgdiff_to float Net gain (loss) on exchange differences (to)
nbsngoth_from float Net gain (loss) on other items (from)
nbsngoth_to float Net gain (loss) on other items (to)
nbsothopinc_from float Other operating income (from)
nbsothopinc_to float Other operating income (to)
nbsadmin_from float Administrative expenses (from)
nbsadmin_to float Administrative expenses (to)
nbssale_from float Sale expenses (from)
nbssale_to float Sale expenses (to)
nbsperson_from float Personnel expenses (from)
nbsperson_to float Personnel expenses (to)
nbsdepric_from float Depreciation, amortization (from)
nbsdepric_to float Depreciation, amortization (to)
nbsdepricprop_from float Depreciation of property and equipment (from)
nbsdepricprop_to float Depreciation of property and equipment (to)
nbsdepricintang_from float Amortisation of intangible assets (from)
nbsdepricintang_to float Amortisation of intangible assets (to)
nbsothopexp_from float Other operating expenses (from)
nbsothopexp_to float Other operating expenses (to)
nbsnetimp_from float Net impairment allowance and write-downs (from)
nbsnetimp_to float Net impairment allowance and write-downs (to)
nbsnetimploan_from float Net impairment allowance and write-downs on loans (from)
nbsnetimploan_to float Net impairment allowance and write-downs on loans (to)
nbsnetimpfinasst_from float Net impairment allowance and write-downs on financial assets (from)
nbsnetimpfinasst_to float Net impairment allowance and write-downs on financial assets (to)
nbsnetimpoth_from float Other net impairment allowance and write-downs (from)
nbsnetimpoth_to float Other net impairment allowance and write-downs (to)
nbsothnopres_from float Other net operating result (from)
nbsothnopres_to float Other net operating result (to)
op_from float Operating profit (from)
op_to float Operating profit (to)
nbsequitymeth_from float Share of profit of associates and joint ventures accounted for using the equity method (from)
nbsequitymeth_to float Share of profit of associates and joint ventures accounted for using the equity method (to)
nbsothnonopinc_from float Other income (from)
nbsothnonopinc_to float Other income (to)
nbsothnonopexp_from float Other expenses (from)
nbsothnonopexp_to float Other expenses (to)
nbsothnetnores_from float Other net non-operating result (from)
nbsothnetnores_to float Other net non-operating result (to)
pretax_from float Profit before income tax (from)
pretax_to float Profit before income tax (to)
tax_from float Income tax (from)
tax_to float Income tax (to)
taxdue_from float Tax difference due to consolidation (from)
taxdue_to float Tax difference due to consolidation (to)
aftertax_from float Profit after income tax (from)
aftertax_to float Profit after income tax (to)
aftertaxdisc_from float Profit from discontinued operations (from)
aftertaxdisc_to float Profit from discontinued operations (to)
nbsgenres_from float Formation and utilization of general reserves (from)
nbsgenres_to float Formation and utilization of general reserves (to)
oexti_from float Other Extraordinary Items (from)
oexti_to float Other Extraordinary Items (to)
np_from float Net profit (from)
np_to float Net profit (to)
nptoown_from float Profit (loss) attributable to Owner (from)
nptoown_to float Profit (loss) attributable to Owner (to)
npmint_from float Profit (loss) attributable to Minority Interests (from)
npmint_to float Profit (loss) attributable to Minority Interests (to)
comprehensoth_from float Other comprehensive result for the period, net of tax (from)
comprehensoth_to float Other comprehensive result for the period, net of tax (to)
aftertaxtotal_from float Comprehensive Results (from)
aftertaxtotal_to float Comprehensive Results (to)
comtoown_from float Comprehensive Income attributable to Owners (from)
comtoown_to float Comprehensive Income attributable to Owners (to)
outside_from float Comprehensive Income attributable to Minority Interests (from)
outside_to float Comprehensive Income attributable to Minority Interests (to)
procontop_from float Profit (loss) from continuing operations (from)
procontop_to float Profit (loss) from continuing operations (to)
prodisop_from float Profit (loss) from discontinued operations (from)
prodisop_to float Profit (loss) from discontinued operations (to)
cfncfoperating_from float Net cash flow from (used in) operating activities (from)
cfncfoperating_to float Net cash flow from (used in) operating activities (to)
nbscfnp_from float Net profit of the period (from)
nbscfnp_to float Net profit of the period (to)
nbsadj_from float Adjustments for
nbsadj_to float Adjustments for
nbsadjloan_from float Loan impairment charges (from)
nbsadjloan_to float Loan impairment charges (to)
nbsadjdepr_from float Depreciation, amortization, impairment of intangible assets, property, plant and equipment and investments properties (from)
nbsadjdepr_to float Depreciation, amortization, impairment of intangible assets, property, plant and equipment and investments properties (to)
nbsadjintang_from float Net loss (gain) on disposal of intangible assets and property, plant and equipment (from)
nbsadjintang_to float Net loss (gain) on disposal of intangible assets and property, plant and equipment (to)
nbsadjnetimpair_from float Net impairment losses on investment securities (from)
nbsadjnetimpair_to float Net impairment losses on investment securities (to)
nbsadjprovision_from float Changes in provisions, including pensions (from)
nbsadjprovision_to float Changes in provisions, including pensions (to)
nbsadjdeftax_from float Changes in deferred tax assets and liabilities (from)
nbsadjdeftax_to float Changes in deferred tax assets and liabilities (to)
nbsadjequitymeth_from float Share of net profits from equity method investments (from)
nbsadjequitymeth_to float Share of net profits from equity method investments (to)
nbsadjnetint_from float Net interest income (from)
nbsadjnetint_to float Net interest income (to)
nbsadjothnc_from float Other non-cash items (from)
nbsadjothnc_to float Other non-cash items (to)
nbscfchng_from float Change in
nbscfchng_to float Change in
nbscfchngloan_from float Loans and advances (from)
nbscfchngloan_to float Loans and advances (to)
nbscfchngadvbank_from float Loans and advances to banks (from)
nbscfchngadvbank_to float Loans and advances to banks (to)
nbscfchngadvcust_from float Loans and advances to customers (from)
nbscfchngadvcust_to float Loans and advances to customers (to)
nbscfchngheldft_from float Financial assets held for trading (from)
nbscfchngheldft_to float Financial assets held for trading (to)
nbscfchngfairvalue_from float Financial assets designated at fair value through profit and loss (from)
nbscfchngfairvalue_to float Financial assets designated at fair value through profit and loss (to)
nbscfchnghedge_from float Hedging derivative assets (from)
nbscfchnghedge_to float Hedging derivative assets (to)
nbscfchnginvsec_from float Investment securities (from)
nbscfchnginvsec_to float Investment securities (to)
nbscfchngothsec_from float Other assets (from)
nbscfchngothsec_to float Other assets (to)
nbscfchngdepo_from float Deposits. (from)
nbscfchngdepo_to float Deposits. (to)
nbscfchngdepobank_from float Deposits from banks. (from)
nbscfchngdepobank_to float Deposits from banks. (to)
nbscfchngdepocust_from float Deposits from customers. (from)
nbscfchngdepocust_to float Deposits from customers. (to)
nbscfchngflheldft_from float Financial liabilities held for trading. (from)
nbscfchngflheldft_to float Financial liabilities held for trading. (to)
nbscfchngflfairv_from float Financial liabilities designated at fair value trough profit and loss (from)
nbscfchngflfairv_to float Financial liabilities designated at fair value trough profit and loss (to)
nbscfchnghedgliab_from float Hedging derivative liabilities. (from)
nbscfchnghedgliab_to float Hedging derivative liabilities. (to)
nbscfchngdebtissued_from float Debt securities issued. (from)
nbscfchngdebtissued_to float Debt securities issued. (to)
nbscfchngothliab_from float Other liabilities. (from)
nbscfchngothliab_to float Other liabilities. (to)
nbsdivinc_from float Dividend income (from)
nbsdivinc_to float Dividend income (to)
nbsfeeinc_from float Fee and commission income. (from)
nbsfeeinc_to float Fee and commission income. (to)
nbsfeeexp_from float Fee and commission expense. (from)
nbsfeeexp_to float Fee and commission expense. (to)
nbstaxpaid_from float Income tax paid (from)
nbstaxpaid_to float Income tax paid (to)
cfncfinvest_from float Net cash flow from (used in) investing activities (from)
cfncfinvest_to float Net cash flow from (used in) investing activities (to)
nbscfncfinvestsubaq_from float Acquisition of subsidiaries, net of cash aquired (from)
nbscfncfinvestsubaq_to float Acquisition of subsidiaries, net of cash aquired (to)
nbscfncfinvestsubdi_from float Disposal of subsidiaries, net of cash disposed (from)
nbscfncfinvestsubdi_to float Disposal of subsidiaries, net of cash disposed (to)
nbscfncfinvestpofpr_from float Purchase of property, plant and equipment (from)
nbscfncfinvestpofpr_to float Purchase of property, plant and equipment (to)
nbscfncfinvestsalpr_from float Proceeds from sale of property, plant and equipment (from)
nbscfncfinvestsalpr_to float Proceeds from sale of property, plant and equipment (to)
nbscfncfinvestintanp_from float Purchase of intangible assets (from)
nbscfncfinvestintanp_to float Purchase of intangible assets (to)
nbscfncfinvestintans_from float Proceeds from sale of intangible assets (from)
nbscfncfinvestintans_to float Proceeds from sale of intangible assets (to)
nbscfncfinvestltassp_from float Purchase of long term assets (from)
nbscfncfinvestltassp_to float Purchase of long term assets (to)
nbscfncfinvestltasss_from float Proceeds from sale of long term assets (from)
nbscfncfinvestltasss_to float Proceeds from sale of long term assets (to)
nbscfncfinvestinvprop_from float Purchase of investment properties (from)
nbscfncfinvestinvprop_to float Purchase of investment properties (to)
nbscfncfinvestinvpros_from float Proceeds from sale of investment properties (from)
nbscfncfinvestinvpros_to float Proceeds from sale of investment properties (to)
nbscfncfinvestjointp_from float Purchase of interests in joint ventures (from)
nbscfncfinvestjointp_to float Purchase of interests in joint ventures (to)
nbscfncfinvestjoints_from float Proceeds from sale of joint ventures (from)
nbscfncfinvestjoints_to float Proceeds from sale of joint ventures (to)
nbscfncfinvestothinv_from float Other investing activity cash flows (from)
nbscfncfinvestothinv_to float Other investing activity cash flows (to)
cfncffinance_from float Net cash flow from (used in) financing activities (from)
cfncffinance_to float Net cash flow from (used in) financing activities (to)
nbscfncffinanceord_from float Proceeds from issuance of ordinary shares (from)
nbscfncffinanceord_to float Proceeds from issuance of ordinary shares (to)
nbscfncffinancepre_from float Proceeds from issuance of redeemable preference shares (from)
nbscfncffinancepre_to float Proceeds from issuance of redeemable preference shares (to)
nbscfncffinancetreap_from float Purchase of treasury shares (from)
nbscfncffinancetreap_to float Purchase of treasury shares (to)
nbscfncffinancetreas_from float Sale of treasury shares (from)
nbscfncffinancetreas_to float Sale of treasury shares (to)
nbscfncffinancefundp_from float Proceeds from borrowed funds and debt securities (from)
nbscfncffinancefundp_to float Proceeds from borrowed funds and debt securities (to)
nbscfncffinancefunds_from float Repayments of borrowed funds and debt securities (from)
nbscfncffinancefunds_to float Repayments of borrowed funds and debt securities (to)
nbscfncffinancesubord_from float Proceeds from issue of subordinated liabilities (from)
nbscfncffinancesubord_to float Proceeds from issue of subordinated liabilities (to)
nbscfncffinanceshopt_from float Proceedds from exercise of share options (from)
nbscfncffinanceshopt_to float Proceedds from exercise of share options (to)
nbscfncffinancedivpay_from float Dividends paid (from)
nbscfncffinancedivpay_to float Dividends paid (to)
nbscfncffinanceoth_from float Other financing activity cash flow (from)
nbscfncffinanceoth_to float Other financing activity cash flow (to)
cfnetincreasecash_from float Net increase (decrease) in cash and cash equivalents (from)
cfnetincreasecash_to float Net increase (decrease) in cash and cash equivalents (to)
cfcashbegin_from float Cash at the beginning of the period (from)
cfcashbegin_to float Cash at the beginning of the period (to)
cfcashforex_from float Exchange gains (losses) on cash and cash equivalents (from)
cfcashforex_to float Exchange gains (losses) on cash and cash equivalents (to)
cfcashend_from float Cash at the end of the period (from)
cfcashend_to float Cash at the end of the period (to)
cffcf_from float Free cash flow (from)
cffcf_to float Free cash flow (to)
cfcapex_from float CAPEX (from)
cfcapex_to float CAPEX (to)

companies_get(self, token, **kwargs)

Company Search . The method allows searching for companies based on given criteria like country of origin, company name, operational status and financial filters covering accounts which are available for all companies in EMIS' database. . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

SearchCompanyResponse If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
country list[str] Country Codes as 'AR', 'BG', etc. separated by commas
company_type list[str] Company types separated by commas
import_countries list[str] Import country codes as 'AR', 'BG', etc. separated by commas
export_countries list[str] Export country codes as 'AR', 'BG', etc. separated by commas
updated_from str Date since last update took place (from)
updated_to str Date since last update took place (to)
statements_updated_from str Financial statements filter updated (from)
statements_updated_to str Financial statements filter updated (to)
main_industry list[str] Main activities separated by commas
currency str Currency code
secondary_industry list[str] Secondary activities separated by commas
operational_status list[str] Operational statuses separated by commas
number_of_employees_from int Number of employees (from)
number_of_employees_to int Number of employees (to)
legal_form list[str] Legal Form codes separated by commas
local_legal_form list[str] Local legal form codes separated by commas
region str Region name in English language
city str City name in English language
company_name list[str] Company name
key_executives list[str] Key executives
shareholders list[str] Key shareholders
subsidiaries list[str] Key subsidiaries
financial_auditors list[str] Key financial auditors
business_description list[str] Key business description
products list[str] Key products
ubo_name list[str] Beneficial Owner's Name Keyword
keywords list[str] Keywords
year int Year of financial statement
period str Financial period
statement_type str Statement type
order str Sort order field. Possible values are name, revenue, revenue_growth, assets, profit, equity, relevance. By default this parameter sorts ascending. For descending order use the colon sign and \"desc\". For example
localization bool Localization
ubo_citizenship str Beneficial owner's citizenship
ubo_birth_date str Beneficial owner's date of birth in the format \"dd-mm-yyyy\"
only_with_official_financials bool CompanyAndStatementsOnlyWithOfficialFinancials_Parameter
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is
format str Response format - json/xml
ts_from float Total Assets (from)
ts_to float Total Assets (to)
tang_from float Property, plant and equipment (from)
tang_to float Property, plant and equipment (to)
int_from float Intangible assets and goodwill (from)
int_to float Intangible assets and goodwill (to)
ce_from float Cash and cash equivalents (from)
ce_to float Cash and cash equivalents (to)
se_from float Total equity (from)
se_to float Total equity (to)
seown_from float Equity attributable to owners of the parent (from)
seown_to float Equity attributable to owners of the parent (to)
issued_from float Issued capital (from)
issued_to float Issued capital (to)
issuedord_from float Ordinary shares (from)
issuedord_to float Ordinary shares (to)
issuedpref_from float Preferred shares (from)
issuedpref_to float Preferred shares (to)
seownpremium_from float Share premium (from)
seownpremium_to float Share premium (to)
seowntreasury_from float Treasury shares (from)
seowntreasury_to float Treasury shares (to)
seownrevaluation_from float Revaluation reserve (from)
seownrevaluation_to float Revaluation reserve (to)
seownforeigncurr_from float Foreign currency translation reserve (from)
seownforeigncurr_to float Foreign currency translation reserve (to)
profitreserv_from float Retained earnings (from)
profitreserv_to float Retained earnings (to)
bsprofit_from float Balance-sheet profit or loss figure (from)
bsprofit_to float Balance-sheet profit or loss figure (to)
semin_from float Minority interest (from)
semin_to float Minority interest (to)
tl_from float Total Liabilities (from)
tl_to float Total Liabilities (to)
tr_from float Total operating revenue (from)
tr_to float Total operating revenue (to)
op_from float Operating profit (EBIT) (from)
op_to float Operating profit (EBIT) (to)
pretax_from float Profit before income tax (from)
pretax_to float Profit before income tax (to)
tax_from float Income tax (from)
tax_to float Income tax (to)
taxdue_from float Tax difference due to consolidation (from)
taxdue_to float Tax difference due to consolidation (to)
aftertax_from float Profit after income tax (from)
aftertax_to float Profit after income tax (to)
aftertaxdisc_from float Profit from discontinued operations (from)
aftertaxdisc_to float Profit from discontinued operations (to)
np_from float Net Profit (from)
np_to float Net Profit (to)
comprehensoth_from float Other comprehensive result for the period, net of tax (from)
comprehensoth_to float Other comprehensive result for the period, net of tax (to)
aftertaxtotal_from float Comprehensive Income (from)
aftertaxtotal_to float Comprehensive Income (to)
outside_from float Comprehensive Income attributable to Minority Interests (from)
outside_to float Comprehensive Income attributable to Minority Interests (to)
cfncfoperating_from float Net cash flow from (used in) operating activities (from)
cfncfoperating_to float Net cash flow from (used in) operating activities (to)
cfncfinvest_from float Net cash flow from (used in) investing activities (from)
cfncfinvest_to float Net cash flow from (used in) investing activities (to)
cfncffinance_from float Net cash flow from (used in) financing activities (from)
cfncffinance_to float Net cash flow from (used in) financing activities (to)
cfnetincreasecash_from float Net increase (decrease) in cash and cash equivalents (from)
cfnetincreasecash_to float Net increase (decrease) in cash and cash equivalents (to)
cfcashbegin_from float Cash at the beginning of the period (from)
cfcashbegin_to float Cash at the beginning of the period (to)
cfcashforex_from float Exchange gains (losses) on cash and cash equivalents (from)
cfcashforex_to float Exchange gains (losses) on cash and cash equivalents (to)
cfcashend_from float Cash at the end of the period (from)
cfcashend_to float Cash at the end of the period (to)
cffcf_from float Free cash flow (from)
cffcf_to float Free cash flow (to)
cfcapex_from float CAPEX (from)
cfcapex_to float CAPEX (to)
min_from float Lower Limit of Revenue Range (from)
min_to float Lower Limit of Revenue Range (to)
max_from float Upper Limit of Revenue Range (from)
max_to float Upper Limit of Revenue Range (to)
roa_from float Return on Assets (ROA) (from)
roa_to float Return on Assets (ROA) (to)
roaa_from float Annualised Return on Assets (ROA) (from)
roaa_to float Annualised Return on Assets (ROA) (to)
roe_from float Return on Equity (ROE) (from)
roe_to float Return on Equity (ROE) (to)
roea_from float Annualised Return on Equity (ROE) (from)
roea_to float Annualised Return on Equity (ROE) (to)
roc_from float Return on Capital Employed (from)
roc_to float Return on Capital Employed (to)
ros_from float Net Profit Margin (from)
ros_to float Net Profit Margin (to)
gpm_from float Gross Profit Margin (from)
gpm_to float Gross Profit Margin (to)
opm_from float Operating Profit Margin (ROS) (from)
opm_to float Operating Profit Margin (ROS) (to)
prebitda_from float EBITDA Margin (from)
prebitda_to float EBITDA Margin (to)
proroa_from float Operating ROA (from)
proroa_to float Operating ROA (to)
inventoryturn_from float Inventory Turnover (from)
inventoryturn_to float Inventory Turnover (to)
art_from float Trade Receivable Turnover (from)
art_to float Trade Receivable Turnover (to)
cat_from float Current Asset Turnover (from)
cat_to float Current Asset Turnover (to)
fat_from float Non Current Assets Turnover (from)
fat_to float Non Current Assets Turnover (to)
at_from float Total Asset Turnover (from)
at_to float Total Asset Turnover (to)
erpt_from float Trade Payables Turnover (from)
erpt_to float Trade Payables Turnover (to)
erwct_from float Working Capital Turnover (from)
erwct_to float Working Capital Turnover (to)
bookvalue_from float Bookvalue (BV) (from)
bookvalue_to float Bookvalue (BV) (to)
ev_from float Enterprise value (from)
ev_to float Enterprise value (to)
netcash_from float Net Cash (from)
netcash_to float Net Cash (to)
debt_from float Debt (from)
debt_to float Debt (to)
ltdebt_from float Long term Debt (from)
ltdebt_to float Long term Debt (to)
stdebt_from float Short Term Debt (from)
stdebt_to float Short Term Debt (to)
net_debt_from float Net Debt (from)
net_debt_to float Net Debt (to)
mkcp_from float Market Capitalization (from)
mkcp_to float Market Capitalization (to)
trwc_from float Working Capital (from)
trwc_to float Working Capital (to)
cempl_from float Capital Employed (from)
cempl_to float Capital Employed (to)
cr_from float Current Ratio (from)
cr_to float Current Ratio (to)
qr_from float Quick ratio (from)
qr_to float Quick ratio (to)
doomsday_from float Doom's day ratio (from)
doomsday_to float Doom's day ratio (to)
lrcr_from float Cash Ratio (from)
lrcr_to float Cash Ratio (to)
lrcfo_from float Operating Cash Flow Ratio (from)
lrcfo_to float Operating Cash Flow Ratio (to)
debttoassets_from float Debt to total assets ratio (from)
debttoassets_to float Debt to total assets ratio (to)
debttoequity_from float Debt to equity ratio (from)
debttoequity_to float Debt to equity ratio (to)
ltdc_from float Long Term Debt to Capital Employed (from)
ltdc_to float Long Term Debt to Capital Employed (to)
debttoebitda_from float Debt/EBITDA (from)
debttoebitda_to float Debt/EBITDA (to)
debtev_from float Debt/Enterprise Value (from)
debtev_to float Debt/Enterprise Value (to)
ltdcf_from float Net Cash Flow to Debt (from)
ltdcf_to float Net Cash Flow to Debt (to)
leverage_from float Assets to Equity Ratio (from)
leverage_to float Assets to Equity Ratio (to)
rt_from float Net Sales Revenue Trend (from)
rt_to float Net Sales Revenue Trend (to)
trnsr_from float Total Operating Revenue Trend (from)
trnsr_to float Total Operating Revenue Trend (to)
trgp_from float Gross Profit Trend (from)
trgp_to float Gross Profit Trend (to)
trebitda_from float EBITDA Trend (from)
trebitda_to float EBITDA Trend (to)
oit_from float Operating Profit Trend (from)
oit_to float Operating Profit Trend (to)
nit_from float Net Profit Trend (from)
nit_to float Net Profit Trend (to)
trar_from float Accounts Receivables Trend (from)
trar_to float Accounts Receivables Trend (to)
trinv_from float Inventory Trend (from)
trinv_to float Inventory Trend (to)
trppe_from float Net Property, Plant and Equipment (PP&E) Trend (from)
trppe_to float Net Property, Plant and Equipment (PP&E) Trend (to)
trta_from float Total Assets Trend (from)
trta_to float Total Assets Trend (to)
trbv_from float Bookvalue Trend (from)
trbv_to float Bookvalue Trend (to)
trse_from float Shareholders' Equity Trend (from)
trse_to float Shareholders' Equity Trend (to)
trcfo_from float Operating Cash Flow Trend (from)
trcfo_to float Operating Cash Flow Trend (to)
trce_from float Capital Expenditures Trend (from)
trce_to float Capital Expenditures Trend (to)
icr_from float Interest Coverage Ratio (from)
icr_to float Interest Coverage Ratio (to)
crdc_from float Operating Cash Flow to Debt (from)
crdc_to float Operating Cash Flow to Debt (to)
prcfr_from float Operating Cash Flow to Revenue (from)
prcfr_to float Operating Cash Flow to Revenue (to)
prcfa_from float Operating Cash Flow to Assets (from)
prcfa_to float Operating Cash Flow to Assets (to)
prcre_from float Operating Cash Flow to Equity (from)
prcre_to float Operating Cash Flow to Equity (to)
prci_from float Operating Cash Flow to EBIT (from)
prci_to float Operating Cash Flow to EBIT (to)
bsca_from float Cash/Total Assets (from)
bsca_to float Cash/Total Assets (to)
bsrta_from float Receivables/Total Assets (from)
bsrta_to float Receivables/Total Assets (to)
bsita_from float Inventories/Total Assets (from)
bsita_to float Inventories/Total Assets (to)
bsfata_from float Fixed assets/Total Assets (from)
bsfata_to float Fixed assets/Total Assets (to)
bscltl_from float Current Liabilities/Total Liabilities (from)
bscltl_to float Current Liabilities/Total Liabilities (to)
exportr_from float Export proportion (from)
exportr_to float Export proportion (to)
issebns_from float Salaries and Employee Benefits/Net sales (from)
issebns_to float Salaries and Employee Benefits/Net sales (to)
isaens_from float Administrative Expenses/Net Sales (from)
isaens_to float Administrative Expenses/Net Sales (to)
isdans_from float Depreciation and Amortization/Net sales (from)
isdans_to float Depreciation and Amortization/Net sales (to)
isipns_from float Interest paid/Net sales (from)
isipns_to float Interest paid/Net sales (to)
isitns_from float Income tax/Net sales (from)
isitns_to float Income tax/Net sales (to)
cfocftcf_from float Operating Cash Flow to Total Cash Flow (from)
cfocftcf_to float Operating Cash Flow to Total Cash Flow (to)
cfcfitcf_from float Investing Cash Flow to Total Cash Flow (from)
cfcfitcf_to float Investing Cash Flow to Total Cash Flow (to)
cfcfftcf_from float Financing Cash Flow to Total Cash Flow (from)
cfcfftcf_to float Financing Cash Flow to Total Cash Flow (to)
brcir_from float Cost to Income Ratio (from)
brcir_to float Cost to Income Ratio (to)
brer_from float Bank Efficiency Ratio (from)
brer_to float Bank Efficiency Ratio (to)
brldr_from float Loans to Deposits Ratio (from)
brldr_to float Loans to Deposits Ratio (to)
brldro_from float Loans to Customers to Deposits From Customers (from)
brldro_to float Loans to Customers to Deposits From Customers (to)
brladr_from float Liquid Assets to Deposits Ratio (from)
brladr_to float Liquid Assets to Deposits Ratio (to)
brladro_from float Liquid Assets to Deposits From Customers Ratio (from)
brladro_to float Liquid Assets to Deposits From Customers Ratio (to)
brlar_from float Loans to Asset Ratio (from)
brlar_to float Loans to Asset Ratio (to)
brlaro_from float Loans to Customers to Asset Ratio (from)
brlaro_to float Loans to Customers to Asset Ratio (to)
brniit_from float Net Interest Income Trend (from)
brniit_to float Net Interest Income Trend (to)
brnfcit_from float Net Fee and Commission Income Trend (from)
brnfcit_to float Net Fee and Commission Income Trend (to)
brlact_from float Loans and Advances to Customers Trend (from)
brlact_to float Loans and Advances to Customers Trend (to)
brlacto_from float Loans and Advances Trend (from)
brlacto_to float Loans and Advances Trend (to)
brdct_from float Deposits from Customers Trend (from)
brdct_to float Deposits from Customers Trend (to)
brdcto_from float Deposits Trend (from)
brdcto_to float Deposits Trend (to)
brera_from float Earning Assets (from)
brera_to float Earning Assets (to)
braya_from float Yield on Earning Assets (YEA) (from)
braya_to float Yield on Earning Assets (YEA) (to)
brnim_from float Net Interest Margin (from)
brnim_to float Net Interest Margin (to)
irlr_from float Loss Ratio (from)
irlr_to float Loss Ratio (to)
iruer_from float Underwriting Expenses Ratio (from)
iruer_to float Underwriting Expenses Ratio (to)
ircpr_from float Ceeded Premium Ratio (from)
ircpr_to float Ceeded Premium Ratio (to)
irnpet_from float Net Premiums Earned Trend (from)
irnpet_to float Net Premiums Earned Trend (to)
irfct_from float Fees and Commissions Trend (from)
irfct_to float Fees and Commissions Trend (to)
irniit_from float Net Investment Income Trend (from)
irniit_to float Net Investment Income Trend (to)
irradiot_from float Receivables Arising Out Of Direct Insurance Operations Trend (from)
irradiot_to float Receivables Arising Out Of Direct Insurance Operations Trend (to)
mmeps_from float EPS (from)
mmeps_to float EPS (to)
mmper_from float P/E (from)
mmper_to float P/E (to)
mmpsa_from float Market Capitalization/Net Sales (Price Sales Ratio) (from)
mmpsa_to float Market Capitalization/Net Sales (Price Sales Ratio) (to)
mmpgi_from float Market Capitalization/Gross Profit (from)
mmpgi_to float Market Capitalization/Gross Profit (to)
marketcapebitda_from float Market Capitalization/EBITDA (from)
marketcapebitda_to float Market Capitalization/EBITDA (to)
mmpebit_from float Market Capitalization/EBIT (from)
mmpebit_to float Market Capitalization/EBIT (to)
mmpta_from float Market Capitalization/Total Assets (from)
mmpta_to float Market Capitalization/Total Assets (to)
mcapeq_from float Market capitalization/shareholders' equity (from)
mcapeq_to float Market capitalization/shareholders' equity (to)
pbr_from float Market Capitalization/Book Value (from)
pbr_to float Market Capitalization/Book Value (to)
mmpic_from float Market Capitalization / Capital Employed (from)
mmpic_to float Market Capitalization / Capital Employed (to)
mmpocf_from float Market Capitalization/Operating Cashflow (from)
mmpocf_to float Market Capitalization/Operating Cashflow (to)
evns_from float Enterprise value/Net Sales (from)
evns_to float Enterprise value/Net Sales (to)
evgi_from float Enterprise value/Gross Profit (from)
evgi_to float Enterprise value/Gross Profit (to)
evebitda_from float Enterprise Value/EBITDA (from)
evebitda_to float Enterprise Value/EBITDA (to)
evebit_from float Enterprise value/EBIT (from)
evebit_to float Enterprise value/EBIT (to)
evta_from float Enterprise value/Total Assets (from)
evta_to float Enterprise value/Total Assets (to)
evic_from float Enterprise value/Capital Employed (from)
evic_to float Enterprise value/Capital Employed (to)
evocf_from float Enterprise value/Operating Cashflow (from)
evocf_to float Enterprise value/Operating Cashflow (to)
cmbr_from float Dynamic_50_CMBRFrom_Parameter
cmbr_to float Dynamic_50_CMBRTo_Parameter
invyield_from float Dynamic_50_INVYIELDFrom_Parameter
invyield_to float Dynamic_50_INVYIELDTo_Parameter
altzscore_from float Dynamic_50_ALTZSCOREFrom_Parameter
altzscore_to float Dynamic_50_ALTZSCORETo_Parameter

companies_id_benchmark_get(self, id, **kwargs)

Company Benchmark data . Returns EMIS financial analysis for a company . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

CompanyBenchmarkResponseItemData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id int The ID of the company (required)
score_scale str The Score scale on which the financial analysis will be evaluated. Allowed values
benchmark_final_weight int Percentage of EMIS Benchmark Score for the final weight calculation
trend_final_weight int Percentage of EMIS Trend Score for the final weight calculation.
risk_profile str The Risk scale on which the financial analysis will be evaluated. Allowed values
tolerance_margin int Percentage of the allowed tolerance margin
sales_growth int Percentage of the company sales growth in the final calculation
operating_profit int Percentage of the company operating profit vs. sales indicator in the final calculation
net_profit int Percentage of the company net profit vs sales indicator in the final calculation
days_inventory int Percentage of the company days inventory indicator in the final calculation
current_ratio int Percentage of the company current balance ratio indicator in the final calculation
days_receivables int Percentage of the company days receivables indicator in the final calculation
indebtedness int Percentage of the company indebtedness (total assets vs total liabilities) indicator in the final calculation
indebtedness_sales int Percentage of the company total assets vs sales indicator in the final calculation
cash_production int Trend score on company cash for production indicator
cash_operations int Percentage of the company cash from sales indicator in the final calculation
operating_cash_gen int Percentage of the company net operation cash generation (NOCG) indicator in the final calculation
free_cash_flow int Percentage of the company free cash flow indicator in the final calculation
cash_flow_after_fin_ex int Percentage of the company cash flow after financial expenses indicator in the final calculation
cash_flow_after_fin_result int Percentage of the company cash flow after financial indicator in the final calculation
reduction_debt int Percentage of the company reduction in debt indicator in the final calculation
negative_net_income_business_scale str Indicate whether to include the negative net income (loss) to the financial score or not. If yes, indicate what should be the score for it based on the selected Score Scale
negative_cash_flow_fin_cost_business_scale str Indicate whether to include the negative cash flow after financial costs to the financial score or not. If yes, indicate what should be the score for it based on the selected Score Scale
negative_net_worth_business_scale str Indicate whether to include the negative net worth to the financial score or not. If yes, indicate what should be the score for it based on the selected Score Scale
negative_cash_flow_business_scale str Indicate whether to include the negative cash flow to the financial score or not. If yes, indicate what should be the score for it based on the selected Score Scale
negative_net_income_financial_scale str Indicate whether to include the negative net income (loss) to the financial score or not. If yes, indicate what should be the score for it based on the selected Score Scale
negative_operating_profit_financial_scale str Indicate whether to include the negative operating profile to the financial score or not. If yes, indicate what should be the score for it based on the selected Score Scale
negative_net_worth_financial_scale str Indicate whether to include the negative net worth to the financial score or not. If yes, indicate what should be the score for it based on the selected Score Scale
negative_operating_cash_gen_financial_scale str Indicate whether to include the negative operating cash generation to the financial score or not. If yes, indicate what should be the score for it based on the selected Score Scale
negative_cash_flow_financial_scale str Indicate whether to include the negative cash flow to the financial score or not. If yes, indicate what should be the score for it based on the selected Score Scale
negative_cash_flow_fin_cost_financial_scale str Indicate whether to include the negative cash flow after financial costs to the financial score or not. If yes, indicate what should be the score for it based on the selected Score Scale
cash_sales int Percentage of the company cash from sales indicator in the final calculation
negative_operating_profit_business_scale str Indicate whether to include the negative operating profile to the financial score or not. If yes, indicate what should be the score for it based on the selected Score Scale
negative_operating_cash_gen_business_scale str Indicate whether to include the negative operating cash generation to the financial score or not. If yes, indicate what should be the score for it based on the selected Score Scale
token str Token
format str Response format - json/xml

companies_id_external_download_class_code_get(self, id, class_code, token, **kwargs)

Getting data by eKRS . Extract company profile information from eKRS . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

str If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id int The ID of the company (required)
class_code str External class code (required)
token str Token (required)

companies_id_get(self, id, token, **kwargs)

Returns company data . This method returns company data by given ID . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

SingleCompanyResponseItem If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id int The ID of the company (required)
token str Token (required)
currency_code str The currency code of the company
localization bool Localization
format str Response format - json/xml

companies_id_statements_get(self, id, token, **kwargs)

Statements search by company . This method returns list of statements that belong to the given company ID . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

CompanyStatementResponse If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id int The ID of the company (required)
token str Token (required)
order str Sort order
statement_type str The type of the statement
currency str The currency code
year int The year of the statement
period list[str] The period of the statement
is_audited bool Audited status (Y/N)
is_consolidated bool Consolidation status
updated_from str Last Update date (from)
updated_to str Last Update date (to)
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is
format str Response format - json/xml

companies_id_statements_standard_id_get(self, id, standard_id, token, **kwargs)

Statements search by company and standard . This method returns list of statements that belong to the given company ID and filtered by the given standard ID . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

CompanyStatementResponse If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id int The ID of the company (required)
standard_id str The ID of the standard (required)
token str Token (required)
order str Sort order
statement_type str The type of the statement
currency str The currency code
year int The year of the statement
period list[str] The period of the statement
is_audited bool Audited status (Y/N)
is_consolidated bool Consolidation status
updated_from str Last Update date (from)
updated_to str Last Update date (to)
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is
format str Response format - json/xml

companies_insurance_get(self, token, **kwargs)

Company Insurance Search . The method allows searching for companies based on given criteria like country of origin, company name, operational status and financial filters covering detailed insurance standard's related accounts . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

SearchCompanyResponse If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
country list[str] Country Codes as 'AR', 'BG', etc. separated by commas
company_type list[str] Company types separated by commas
import_countries list[str] Import country codes as 'AR', 'BG', etc. separated by commas
export_countries list[str] Export country codes as 'AR', 'BG', etc. separated by commas
updated_from str Date since last update took place (from)
updated_to str Date since last update took place (to)
statements_updated_from str Financial statements filter updated (from)
statements_updated_to str Financial statements filter updated (to)
main_industry list[str] Main activities separated by commas
currency str Currency code
secondary_industry list[str] Secondary activities separated by commas
operational_status list[str] Operational statuses separated by commas
number_of_employees_from int Number of employees (from)
number_of_employees_to int Number of employees (to)
legal_form list[str] Legal Form codes separated by commas
local_legal_form list[str] Local legal form codes separated by commas
region str Region name in English language
city str City name in English language
company_name list[str] Company name
key_executives list[str] Key executives
shareholders list[str] Key shareholders
subsidiaries list[str] Key subsidiaries
financial_auditors list[str] Key financial auditors
business_description list[str] Key business description
products list[str] Key products
ubo_name list[str] Beneficial Owner's Name Keyword
keywords list[str] Keywords
year int Year of financial statement
period str Financial period
statement_type str Statement type
order str Sort order field. Possible values are name, revenue, revenue_growth, assets, profit, equity, relevance. By default this parameter sorts ascending. For descending order use the colon sign and \"desc\". For example
localization bool Localization
ubo_citizenship str Beneficial owner's citizenship
ubo_birth_date str Beneficial owner's date of birth in the format \"dd-mm-yyyy\"
only_with_official_financials bool CompanyAndStatementsOnlyWithOfficialFinancials_Parameter
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is
format str Response format - json/xml
ts_from float Total Assets (from)
ts_to float Total Assets (to)
tang_from float Property, plant and equipment (from)
tang_to float Property, plant and equipment (to)
nistangland_from float Land and buildings (from)
nistangland_to float Land and buildings (to)
nistangvech_from float Vehicles and machinery (from)
nistangvech_to float Vehicles and machinery (to)
nistangfixt_from float Fixtures and fittings (from)
nistangfixt_to float Fixtures and fittings (to)
nistangother_from float Other property, plant and equipment (from)
nistangother_to float Other property, plant and equipment (to)
int_from float Intangible assets and goodwill (from)
int_to float Intangible assets and goodwill (to)
nisintgoodw_from float Goodwill (from)
nisintgoodw_to float Goodwill (to)
nisintoth_from float Other intangible assets (from)
nisintoth_to float Other intangible assets (to)
nisinv_from float Investments (from)
nisinv_to float Investments (to)
nisinvprop_from float Investment properties (from)
nisinvprop_to float Investment properties (to)
nisinvassoc_from float Investments in associates (from)
nisinvassoc_to float Investments in associates (to)
nisfa_from float Financial assets (from)
nisfa_to float Financial assets (to)
nisfaderiv_from float Derivative financial instruments (from)
nisfaderiv_to float Derivative financial instruments (to)
nisfaloan_from float Loans portfolio (from)
nisfaloan_to float Loans portfolio (to)
nisfahm_from float Held to maturity financial assets (from)
nisfahm_to float Held to maturity financial assets (to)
nisfaafs_from float Available for sale financial assets (from)
nisfaafs_to float Available for sale financial assets (to)
nisfaafse_from float Equity securities (from)
nisfaafse_to float Equity securities (to)
nisfaafsd_from float Debt securities (from)
nisfaafsd_to float Debt securities (to)
nisfaafso_from float Other financial assets available for sale (from)
nisfaafso_to float Other financial assets available for sale (to)
nisfafairv_from float Financial assets at fair value through profit or loss (from)
nisfafairv_to float Financial assets at fair value through profit or loss (to)
nisfafairve_from float Equity securities (from)
nisfafairve_to float Equity securities (to)
nisfafairvd_from float Debt securities (from)
nisfafairvd_to float Debt securities (to)
nisfafairvo_from float Other financial assets at fair value through profit or loss (from)
nisfafairvo_to float Other financial assets at fair value through profit or loss (to)
nisfaotherfasset_from float Other financial assets (from)
nisfaotherfasset_to float Other financial assets (to)
nisrec_from float Receivables (from)
nisrec_to float Receivables (to)
nisrectrade_from float Account receivables (from)
nisrectrade_to float Account receivables (to)
nisrecinsur_from float Insurance receivables (from)
nisrecinsur_to float Insurance receivables (to)
nisrecinsurdir_from float Receivables from direct insurance (from)
nisrecinsurdir_to float Receivables from direct insurance (to)
nisrecinsurreins_from float Receivables from reinsurance (from)
nisrecinsurreins_to float Receivables from reinsurance (to)
nisrecinsuroth_from float Other insurance receivables (from)
nisrecinsuroth_to float Other insurance receivables (to)
nisrecincometax_from float Income tax receivables (from)
nisrecincometax_to float Income tax receivables (to)
nisrecoth_from float Other receivables (from)
nisrecoth_to float Other receivables (to)
nisreinsur_from float Reinsurance assets (from)
nisreinsur_to float Reinsurance assets (to)
nisreinsurins_from float Reinsurance of insurance contracts (from)
nisreinsurins_to float Reinsurance of insurance contracts (to)
nisreinsurinv_from float Reinsurance of investment contracts (from)
nisreinsurinv_to float Reinsurance of investment contracts (to)
nisafsassets_from float Assets held for sale and discontinued operations (from)
nisafsassets_to float Assets held for sale and discontinued operations (to)
nisduetocons_from float Changes due to consolidation (from)
nisduetocons_to float Changes due to consolidation (to)
nistreasury_from float Repurchased own shares (from)
nistreasury_to float Repurchased own shares (to)
nisaccrul_from float Accrued and deferred assets (from)
nisaccrul_to float Accrued and deferred assets (to)
nisaccrulacc_from float Accrued income (from)
nisaccrulacc_to float Accrued income (to)
nisaccruldefin_from float Deferred tax assets (from)
nisaccruldefin_to float Deferred tax assets (to)
nisaccruloth_from float Other accrued and deferred assets (from)
nisaccruloth_to float Other accrued and deferred assets (to)
ce_from float Cash and cash equivalents (from)
ce_to float Cash and cash equivalents (to)
nisoth_from float Other assets (from)
nisoth_to float Other assets (to)
nistle_from float Total equity and liabilities (from)
nistle_to float Total equity and liabilities (to)
se_from float Total equity (from)
se_to float Total equity (to)
seown_from float Equity attributable to the owners of parent (from)
seown_to float Equity attributable to the owners of parent (to)
issued_from float Issued capital (from)
issued_to float Issued capital (to)
issuedord_from float Ordinary shares (from)
issuedord_to float Ordinary shares (to)
issuedpref_from float Preferred shares (from)
issuedpref_to float Preferred shares (to)
seownpremium_from float Share premium (from)
seownpremium_to float Share premium (to)
seowntreasury_from float Treasury shares (from)
seowntreasury_to float Treasury shares (to)
nisseownotheq_from float Other components of equity (from)
nisseownotheq_to float Other components of equity (to)
seownrevaluation_from float Revaluation reserve (from)
seownrevaluation_to float Revaluation reserve (to)
seownforeigncurr_from float Foreign currency translation reserve (from)
seownforeigncurr_to float Foreign currency translation reserve (to)
nisseowncfhedge_from float Cashflow hedge reserve (from)
nisseowncfhedge_to float Cashflow hedge reserve (to)
nisseownduetocons_from float Changes due to consolidation (from)
nisseownduetocons_to float Changes due to consolidation (to)
profitreserv_from float Retained earnings (from)
profitreserv_to float Retained earnings (to)
bsprofit_from float Profit or loss for the period (from)
bsprofit_to float Profit or loss for the period (to)
nisseownoth_from float Other reserves (from)
nisseownoth_to float Other reserves (to)
semin_from float Non-controlling interests (from)
semin_to float Non-controlling interests (to)
tl_from float Total liabilities (from)
tl_to float Total liabilities (to)
nisinsliab_from float Insurance contract liabilities (from)
nisinsliab_to float Insurance contract liabilities (to)
nisinsliablife_from float Life insurance liabilities (from)
nisinsliablife_to float Life insurance liabilities (to)
nisinsliabnonlife_from float Non-life insurance liabilities (from)
nisinsliabnonlife_to float Non-life insurance liabilities (to)
nisinsliabhealth_from float Health insurance liabilities (from)
nisinsliabhealth_to float Health insurance liabilities (to)
nisreinsliab_from float Reinsurance contract liabilities (from)
nisreinsliab_to float Reinsurance contract liabilities (to)
nisinvliab_from float Investment contract liabilities (from)
nisinvliab_to float Investment contract liabilities (to)
nispensionobl_from float Pension benefit obligation (from)
nispensionobl_to float Pension benefit obligation (to)
nisothcontr_from float Other contract liabilities (from)
nisothcontr_to float Other contract liabilities (to)
nisbonddebt_from float Liabilities from issued securities (from)
nisbonddebt_to float Liabilities from issued securities (to)
nisborrow_from float Borrowings (from)
nisborrow_to float Borrowings (to)
nisderiva_from float Derivative financial instruments (from)
nisderiva_to float Derivative financial instruments (to)
nisprovision_from float Provisions for other liabilities and charges (from)
nisprovision_to float Provisions for other liabilities and charges (to)
nisothfinliab_from float Other financial liabilities (from)
nisothfinliab_to float Other financial liabilities (to)
nisrecins_from float Insurance payables (from)
nisrecins_to float Insurance payables (to)
nistrcredit_from float Trade and other payables (from)
nistrcredit_to float Trade and other payables (to)
nissubordin_from float Subordinated debt (from)
nissubordin_to float Subordinated debt (to)
nistechfund_from float Technical funds and reserves  (from)
nistechfund_to float Technical funds and reserves  (to)
nistechfundins_from float Insurers share in technical funds (from)
nistechfundins_to float Insurers share in technical funds (to)
nistechfundreins_from float Reinsurers' share in technical funds and reserves (from)
nistechfundreins_to float Reinsurers' share in technical funds and reserves (to)
nistechfundoth_from float Other (from)
nistechfundoth_to float Other (to)
nisothres_from float Other reserves and funds (from)
nisothres_to float Other reserves and funds (to)
nisothliab_from float Other liabilities (from)
nisothliab_to float Other liabilities (to)
nistlaccdef_from float Accrued and deferred liabilities (from)
nistlaccdef_to float Accrued and deferred liabilities (to)
nistlaccdefal_from float Accrued liabilities (from)
nistlaccdefal_to float Accrued liabilities (to)
nistlaccdeftax_from float Deferred tax liabilities (from)
nistlaccdeftax_to float Deferred tax liabilities (to)
nistlaccdefodl_from float Other accrued and deferred liabilities (from)
nistlaccdefodl_to float Other accrued and deferred liabilities (to)
tr_from float Total Net Operating Revenue (from)
tr_to float Total Net Operating Revenue (to)
nisnetprem_from float Net insurance premium revenue (from)
nisnetprem_to float Net insurance premium revenue (to)
nispremrev_from float Insurance premium revenue (from)
nispremrev_to float Insurance premium revenue (to)
nispremreins_from float Insurance premium ceded to reinsurers (from)
nispremreins_to float Insurance premium ceded to reinsurers (to)
nisnetfee_from float Net fee and commission income (from)
nisnetfee_to float Net fee and commission income (to)
nisnetfeeinc_from float Fees and commission income (from)
nisnetfeeinc_to float Fees and commission income (to)
nisetfeeexp_from float Fees and commission expenses (from)
nisetfeeexp_to float Fees and commission expenses (to)
nisclaims_from float Claims Incurred (from)
nisclaims_to float Claims Incurred (to)
nisclaimsbrosben_from float Gross benefits and claims paid (from)
nisclaimsbrosben_to float Gross benefits and claims paid (to)
nisclaimsclaimsreins_from float Claims ceded to reinsurers (from)
nisclaimsclaimsreins_to float Claims ceded to reinsurers (to)
nisclaimsgchcontr_from float Gross change in contract liabilities (from)
nisclaimsgchcontr_to float Gross change in contract liabilities (to)
nisclaimsgchcontrre_from float Change in contract liabilities ceded to reinsurers (from)
nisclaimsgchcontrre_to float Change in contract liabilities ceded to reinsurers (to)
nisinvestinc_from float Investment income (from)
nisinvestinc_to float Investment income (to)
nisngfinheldfs_from float Net realised gains/losses on financial assets (from)
nisngfinheldfs_to float Net realised gains/losses on financial assets (to)
nisngfairvalue_from float Net fair value gains/losses on financial assets at fair value through profit or loss (from)
nisngfairvalue_to float Net fair value gains/losses on financial assets at fair value through profit or loss (to)
nisngxchgdiff_from float Foreign Exchange Gains/Losses (from)
nisngxchgdiff_to float Foreign Exchange Gains/Losses (to)
nisnetbenefits_from float Net insurance benefits and claims (from)
nisnetbenefits_to float Net insurance benefits and claims (to)
nisothopinc_from float Other operating revenue (from)
nisothopinc_to float Other operating revenue (to)
nisinvestbenefit_from float Investment contracts benefits (from)
nisinvestbenefit_to float Investment contracts benefits (to)
nisexpensecontr_from float Expenses for the acquisition of insurance and investment contracts (from)
nisexpensecontr_to float Expenses for the acquisition of insurance and investment contracts (to)
nisadmin_from float General and administrative expenses (from)
nisadmin_to float General and administrative expenses (to)
nismarketing_from float Sales and Marketing expenses (from)
nismarketing_to float Sales and Marketing expenses (to)
nisexprender_from float Expenses for asset management services rendered (from)
nisexprender_to float Expenses for asset management services rendered (to)
nisothcost_from float Other operating expenses (from)
nisothcost_to float Other operating expenses (to)
nisequitymeth_from float Share of profit (loss) of associates (from)
nisequitymeth_to float Share of profit (loss) of associates (to)
nisothnopres_from float Other net operational result (from)
nisothnopres_to float Other net operational result (to)
nisacqcost_from float Acquisition costs (from)
nisacqcost_to float Acquisition costs (to)
niscngreimbprovision_from float Changes in the profit-dependent and profit-independent premium reimbursement provisions (from)
niscngreimbprovision_to float Changes in the profit-dependent and profit-independent premium reimbursement provisions (to)
niscngequilprovision_from float Changes in the equalisation provision (from)
niscngequilprovision_to float Changes in the equalisation provision (to)
niscngtechprovision_from float Changes in other technical provision (from)
niscngtechprovision_to float Changes in other technical provision (to)
niscngacturalprovision_from float Changes in actuarial provision (from)
niscngacturalprovision_to float Changes in actuarial provision (to)
nisresultreinsur_from float Result of Reinsurance (from)
nisresultreinsur_to float Result of Reinsurance (to)
nisimparmentasset_from float Impairment of Assets  (from)
nisimparmentasset_to float Impairment of Assets  (to)
nisothtechexp_from float Other technical charges and expenses (from)
nisothtechexp_to float Other technical charges and expenses (to)
op_from float Operating profit (from)
op_to float Operating profit (to)
nisextresult_from float Extraordinary result (from)
nisextresult_to float Extraordinary result (to)
nisextev_from float Extraordinary revenues (from)
nisextev_to float Extraordinary revenues (to)
nisextexp_from float Extraordinary expenses (from)
nisextexp_to float Extraordinary expenses (to)
pretax_from float Profit before income tax (from)
pretax_to float Profit before income tax (to)
tax_from float Income tax (from)
tax_to float Income tax (to)
taxdue_from float Tax difference due to consolidation (from)
taxdue_to float Tax difference due to consolidation (to)
aftertax_from float Profit after income tax (from)
aftertax_to float Profit after income tax (to)
aftertaxdisc_from float Profit from discontinued operations (from)
aftertaxdisc_to float Profit from discontinued operations (to)
np_from float Net profit (from)
np_to float Net profit (to)
comprehensoth_from float Other comprehensive result for the period, net of tax (from)
comprehensoth_to float Other comprehensive result for the period, net of tax (to)
aftertaxtotal_from float Comprehensive Result for the Period (from)
aftertaxtotal_to float Comprehensive Result for the Period (to)
outside_from float From this minority interest (from)
outside_to float From this minority interest (to)
cfncfoperating_from float Net cash flow from (used in) operating activities (from)
cfncfoperating_to float Net cash flow from (used in) operating activities (to)
niscfcash_from float Cash generated from operating activities (from)
niscfcash_to float Cash generated from operating activities (to)
niscfprofitofyear_from float Net profit of the period  (from)
niscfprofitofyear_to float Net profit of the period  (to)
niscfadjdepr_from float Adjustments for
niscfadjdepr_to float Adjustments for
niscfadjtang_from float Adjustments for
niscfadjtang_to float Adjustments for
niscfadjnetimpair_from float Adjustments for
niscfadjnetimpair_to float Adjustments for
niscfadjrec_from float Adjustments for
niscfadjrec_to float Adjustments for
niscfadjprovision_from float Adjustments for
niscfadjprovision_to float Adjustments for
niscfadjadjequitymeth_from float Adjustments for
niscfadjadjequitymeth_to float Adjustments for
niscfadjinvestinc_from float Adjustments for
niscfadjinvestinc_to float Adjustments for
niscfadjnetprem_from float Adjustments for
niscfadjnetprem_to float Adjustments for
niscfadjothnc_from float Adjustments for
niscfadjothnc_to float Adjustments for
niscfchng_from float Change in
niscfchng_to float Change in
niscfchngrec_from float Change in
niscfchngrec_to float Change in
niscfchngdeferred_from float Change in
niscfchngdeferred_to float Change in
niscfchngothdeferred_from float Change in
niscfchngothdeferred_to float Change in
niscfchngreinsur_from float Change in
niscfchngreinsur_to float Change in
niscfchngafsassets_from float Change in
niscfchngafsassets_to float Change in
niscfchngaccrul_from float Change in
niscfchngaccrul_to float Change in
niscfchngoth_from float Change in
niscfchngoth_to float Change in
niscfchngdefincometax_from float Changes in deferred tax assets and liabilities (from)
niscfchngdefincometax_to float Changes in deferred tax assets and liabilities (to)
niscfchngvaluation_from float Change in Valuation of Assets of technical fund, actuarial funds (from)
niscfchngvaluation_to float Change in Valuation of Assets of technical fund, actuarial funds (to)
niscfchngreinsurres_from float Change in the reinsurance assets/reserves (from)
niscfchngreinsurres_to float Change in the reinsurance assets/reserves (to)
niscfchngpremiumlife_from float Premium income from insurance activity (from)
niscfchngpremiumlife_to float Premium income from insurance activity (to)
niscfchngpremiumnonlife_from float Premium income from reinsurance activity (from)
niscfchngpremiumnonlife_to float Premium income from reinsurance activity (to)
niscfchngnbsnetfeeinc_from float Fee and commission income (from)
niscfchngnbsnetfeeinc_to float Fee and commission income (to)
niscfchngnbsnetfeeexp_from float Fee and commission expense (from)
niscfchngnbsnetfeeexp_to float Fee and commission expense (to)
niscfchngtaxpaid_from float Income tax paid (from)
niscfchngtaxpaid_to float Income tax paid (to)
niscfchngothliab_from float Other operating activity cash flows (from)
niscfchngothliab_to float Other operating activity cash flows (to)
cfncfinvest_from float Net cash flow from (used in) investing activities (from)
cfncfinvest_to float Net cash flow from (used in) investing activities (to)
niscfncfinvestsubaq_from float Acquisition of subsidiaries, net of cash acquired (from)
niscfncfinvestsubaq_to float Acquisition of subsidiaries, net of cash acquired (to)
niscfncfinvestsubdi_from float Disposal of subsidiaries, net of cash disposed (from)
niscfncfinvestsubdi_to float Disposal of subsidiaries, net of cash disposed (to)
niscfncfinvestpofpr_from float Purchase of property, plant and equipment (from)
niscfncfinvestpofpr_to float Purchase of property, plant and equipment (to)
niscfncfinvestsalpr_from float Proceeds from sale of property, plant and equipment (from)
niscfncfinvestsalpr_to float Proceeds from sale of property, plant and equipment (to)
niscfncfinvestintanp_from float Purchase of intangible assets (from)
niscfncfinvestintanp_to float Purchase of intangible assets (to)
niscfncfinvestintans_from float Proceeds from sale of intangible assets (from)
niscfncfinvestintans_to float Proceeds from sale of intangible assets (to)
niscfncfinvestltassp_from float Purchase of long term assets (from)
niscfncfinvestltassp_to float Purchase of long term assets (to)
niscfncfinvestltasss_from float Proceeds from sale of long term assets (from)
niscfncfinvestltasss_to float Proceeds from sale of long term assets (to)
niscfncfinvestinvprop_from float Purchase of interests in joint ventures (from)
niscfncfinvestinvprop_to float Purchase of interests in joint ventures (to)
niscfncfinvestinvpros_from float Proceeds from sale of joint ventures (from)
niscfncfinvestinvpros_to float Proceeds from sale of joint ventures (to)
niscfinvestintrec_from float Interest received (from)
niscfinvestintrec_to float Interest received (to)
niscfinvestdividrec_from float Dividends received (from)
niscfinvestdividrec_to float Dividends received (to)
niscfrelatedloan_from float Loans granted to related parties (from)
niscfrelatedloan_to float Loans granted to related parties (to)
niscfrelatedloanre_from float Loan repayments received from related parties (from)
niscfrelatedloanre_to float Loan repayments received from related parties (to)
niscfncfinvestothinv_from float Other investing activity cash flows (from)
niscfncfinvestothinv_to float Other investing activity cash flows (to)
cfncffinance_from float Net cash flow from (used in) financing activities (from)
cfncffinance_to float Net cash flow from (used in) financing activities (to)
niscfncffinanceord_from float Proceeds from issuance of ordinary shares (from)
niscfncffinanceord_to float Proceeds from issuance of ordinary shares (to)
niscfncffinancepre_from float Proceeds from issuance of redeemable preference shares (from)
niscfncffinancepre_to float Proceeds from issuance of redeemable preference shares (to)
niscfncffinancetreap_from float Purchase of treasury shares (from)
niscfncffinancetreap_to float Purchase of treasury shares (to)
niscfncffinancetreas_from float Sale of treasury shares (from)
niscfncffinancetreas_to float Sale of treasury shares (to)
niscfncffinancefundp_from float Proceeds from borrowed funds and debt securities (from)
niscfncffinancefundp_to float Proceeds from borrowed funds and debt securities (to)
niscfncffinancefunds_from float Repayments of borrowed funds and debt securities (from)
niscfncffinancefunds_to float Repayments of borrowed funds and debt securities (to)
niscfncffinancesubord_from float Proceeds from issue of subordinated liabilities (from)
niscfncffinancesubord_to float Proceeds from issue of subordinated liabilities (to)
niscfncffinanceshopt_from float Proceeds from exercise of share options (from)
niscfncffinanceshopt_to float Proceeds from exercise of share options (to)
niscfncffinanceintpaid_from float Interest paid (from)
niscfncffinanceintpaid_to float Interest paid (to)
niscfncffinancedivpay_from float Dividends paid (from)
niscfncffinancedivpay_to float Dividends paid (to)
niscfncffinanceoth_from float Other financing activity cash flow (from)
niscfncffinanceoth_to float Other financing activity cash flow (to)
cfnetincreasecash_from float Net increase (decrease) in cash and cash equivalents (from)
cfnetincreasecash_to float Net increase (decrease) in cash and cash equivalents (to)
cfcashbegin_from float Cash at the beginning of the period (from)
cfcashbegin_to float Cash at the beginning of the period (to)
cfcashforex_from float Exchange gains (losses) on cash and cash equivalents (from)
cfcashforex_to float Exchange gains (losses) on cash and cash equivalents (to)
cfcashend_from float Cash at the end of the period (from)
cfcashend_to float Cash at the end of the period (to)
cffcf_from float Free cash flow (from)
cffcf_to float Free cash flow (to)
cfcapex_from float CAPEX (from)
cfcapex_to float CAPEX (to)

companies_local_standard_id_get(self, standard_id, token, **kwargs)

Company search by local standard . Returns list of companies by given local standard ID . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

SearchCompanyResponse If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
standard_id int The ID of the standard (required)
token str Token (required)
country list[str] Country Codes as 'AR', 'BG', etc. separated by commas
company_type list[str] Company types separated by commas
import_countries list[str] Import country codes as 'AR', 'BG', etc. separated by commas
export_countries list[str] Export country codes as 'AR', 'BG', etc. separated by commas
updated_from str Date since last update took place (from)
updated_to str Date since last update took place (to)
statements_updated_from str Financial statements filter updated (from)
statements_updated_to str Financial statements filter updated (to)
main_industry list[str] Main activities separated by commas
currency str Currency code
secondary_industry list[str] Secondary activities separated by commas
operational_status list[str] Operational statuses separated by commas
number_of_employees_from int Number of employees (from)
number_of_employees_to int Number of employees (to)
legal_form list[str] Legal Form codes separated by commas
local_legal_form list[str] Local legal form codes separated by commas
region str Region name in English language
city str City name in English language
company_name list[str] Company name
key_executives list[str] Key executives
shareholders list[str] Key shareholders
subsidiaries list[str] Key subsidiaries
financial_auditors list[str] Key financial auditors
business_description list[str] Key business description
products list[str] Key products
ubo_name list[str] Beneficial Owner's Name Keyword
keywords list[str] Keywords
year int Year of financial statement
period str Financial period
statement_type str Statement type
order str Sort order field. Possible values are name, revenue, revenue_growth, assets, profit, equity, relevance. By default this parameter sorts ascending. For descending order use the colon sign and \"desc\". For example
localization bool Localization
ubo_citizenship str Beneficial owner's citizenship
ubo_birth_date str Beneficial owner's date of birth in the format \"dd-mm-yyyy\"
only_with_official_financials bool CompanyAndStatementsOnlyWithOfficialFinancials_Parameter
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is
format str Response format - json/xml
dynamic str

companies_match_get(self, token, **kwargs)

Company Match . The method allows searching for companies based on common identifiers such as company name, address, website and external_id . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

CompanyMatchResponseResult If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
country_code str Country Code as 'AR', 'BG', etc.
company_name str Company name in English language
company_name_local str Company name in Local language
city str City name in English language
address str Address
phone str Phone number
fax str Fax number
company_website str Company website url
external_id list[str] External company id
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is
format str Response format - json/xml

companies_non_financial_get(self, token, **kwargs)

Companies Non-financial Search . The method allows searching for companies based on given criteria like country of origin, company name, operational status and financial filters covering detailed non-financial standard's related accounts . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

SearchCompanyResponse If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
country list[str] Country Codes as 'AR', 'BG', etc. separated by commas
company_type list[str] Company types separated by commas
import_countries list[str] Import country codes as 'AR', 'BG', etc. separated by commas
export_countries list[str] Export country codes as 'AR', 'BG', etc. separated by commas
updated_from str Date since last update took place (from)
updated_to str Date since last update took place (to)
statements_updated_from str Financial statements filter updated (from)
statements_updated_to str Financial statements filter updated (to)
main_industry list[str] Main activities separated by commas
currency str Currency code
secondary_industry list[str] Secondary activities separated by commas
operational_status list[str] Operational statuses separated by commas
number_of_employees_from int Number of employees (from)
number_of_employees_to int Number of employees (to)
legal_form list[str] Legal Form codes separated by commas
local_legal_form list[str] Local legal form codes separated by commas
region str Region name in English language
city str City name in English language
company_name list[str] Company name
key_executives list[str] Key executives
shareholders list[str] Key shareholders
subsidiaries list[str] Key subsidiaries
financial_auditors list[str] Key financial auditors
business_description list[str] Key business description
products list[str] Key products
ubo_name list[str] Beneficial Owner's Name Keyword
keywords list[str] Keywords
year int Year of financial statement
period str Financial period
statement_type str Statement type
order str Sort order field. Possible values are name, revenue, revenue_growth, assets, profit, equity, relevance. By default this parameter sorts ascending. For descending order use the colon sign and \"desc\". For example
localization bool Localization
ubo_citizenship str Beneficial owner's citizenship
ubo_birth_date str Beneficial owner's date of birth in the format \"dd-mm-yyyy\"
only_with_official_financials bool CompanyAndStatementsOnlyWithOfficialFinancials_Parameter
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is
format str Response format - json/xml
ts_from float Total Assets (from)
ts_to float Total Assets (to)
fa_from float Non-current assets (from)
fa_to float Non-current assets (to)
tang_from float Property, plant and equipment (from)
tang_to float Property, plant and equipment (to)
tangland_from float Land and buildings (from)
tangland_to float Land and buildings (to)
tangvech_from float Vehicles and machinery (from)
tangvech_to float Vehicles and machinery (to)
tangfixt_from float Fixtures and fittings (from)
tangfixt_to float Fixtures and fittings (to)
tangother_from float Other property, plant and equipment (from)
tangother_to float Other property, plant and equipment (to)
inprogr_from float Construction in progress (from)
inprogr_to float Construction in progress (to)
int_from float Intangible assets and goodwill (from)
int_to float Intangible assets and goodwill (to)
intgoodw_from float Goodwill (from)
intgoodw_to float Goodwill (to)
inttradm_from float Trademarks and licenses (from)
inttradm_to float Trademarks and licenses (to)
intdevcost_from float Development costs (from)
intdevcost_to float Development costs (to)
intownsoft_from float Own developed computer software (from)
intownsoft_to float Own developed computer software (to)
intoth_from float Other intangible assets (from)
intoth_to float Other intangible assets (to)
ncbio_from float Non-current biological assets (from)
ncbio_to float Non-current biological assets (to)
ncrec_from float Non-current Trade and other receivables (from)
ncrec_to float Non-current Trade and other receivables (to)
ncrectrade_from float Non-current trade receivables (from)
ncrectrade_to float Non-current trade receivables (to)
ncrecrelat_from float Receivables from related parties (from)
ncrecrelat_to float Receivables from related parties (to)
ncrecother_from float Other non-current receivables (from)
ncrecother_to float Other non-current receivables (to)
ncrecdoubt_from float Doubtful receivables (from)
ncrecdoubt_to float Doubtful receivables (to)
finvest_from float Long-term financial assets (from)
finvest_to float Long-term financial assets (to)
finvestprop_from float Investment properties (from)
finvestprop_to float Investment properties (to)
finvestsubs_from float Investments in subsidiaries (from)
finvestsubs_to float Investments in subsidiaries (to)
finvestassoc_from float Investments in associates (from)
finvestassoc_to float Investments in associates (to)
finvestforsale_from float Available-for-sale financial assets (LT) (from)
finvestforsale_to float Available-for-sale financial assets (LT) (to)
finvestderiv_from float Derivative financial instruments (from)
finvestderiv_to float Derivative financial instruments (to)
finvestfairvalue_from float Financial assets at fair value through profit or loss (from)
finvestfairvalue_to float Financial assets at fair value through profit or loss (to)
finvestheldmat_from float Financial assets held-to-maturity (from)
finvestheldmat_to float Financial assets held-to-maturity (to)
finvestoth_from float Other non-current financial assets (from)
finvestoth_to float Other non-current financial assets (to)
ncdeffered_from float Deferred assets (from)
ncdeffered_to float Deferred assets (to)
ncdefferedtax_from float Non-current deferred tax assets (from)
ncdefferedtax_to float Non-current deferred tax assets (to)
ncdefferedother_from float Other non-current deferred assets (from)
ncdefferedother_to float Other non-current deferred assets (to)
othfix_from float Other non-current assets (from)
othfix_to float Other non-current assets (to)
ca_from float Current Assets (from)
ca_to float Current Assets (to)
inv_from float Inventories (from)
inv_to float Inventories (to)
invraw_from float Raw materials (from)
invraw_to float Raw materials (to)
invwip_from float Work in progress (from)
invwip_to float Work in progress (to)
invfinished_from float Finished goods (from)
invfinished_to float Finished goods (to)
invoth_from float Other inventories (from)
invoth_to float Other inventories (to)
cbio_from float Current biological assets (from)
cbio_to float Current biological assets (to)
rec_from float Trade and other receivables (from)
rec_to float Trade and other receivables (to)
rectrade_from float Current trade receivables (from)
rectrade_to float Current trade receivables (to)
recrelated_from float Receivables from related parties (from)
recrelated_to float Receivables from related parties (to)
recother_from float Other current receivables (from)
recother_to float Other current receivables (to)
recdoubt_from float Doubtful receivables (from)
recdoubt_to float Doubtful receivables (to)
rectax_from float Tax receivables (from)
rectax_to float Tax receivables (to)
accrue_from float Prepayments, accrued income and other deferred current assets (from)
accrue_to float Prepayments, accrued income and other deferred current assets (to)
sec_from float Short term Financial assets (from)
sec_to float Short term Financial assets (to)
secforsale_from float Available-for-sale financial assets (ST) (from)
secforsale_to float Available-for-sale financial assets (ST) (to)
secderivat_from float Derivative financial instruments (from)
secderivat_to float Derivative financial instruments (to)
secfairvalue_from float Financial assets at fair value through profit or loss (from)
secfairvalue_to float Financial assets at fair value through profit or loss (to)
secheldmat_from float Financial assets held-to-maturity (from)
secheldmat_to float Financial assets held-to-maturity (to)
secoth_from float Other current financial assets (from)
secoth_to float Other current financial assets (to)
ce_from float Cash and cash equivalents (from)
ce_to float Cash and cash equivalents (to)
cecash_from float Cash at banks and on hand (from)
cecash_to float Cash at banks and on hand (to)
cedeposit_from float Short-term deposits (from)
cedeposit_to float Short-term deposits (to)
othcurr_from float Other current assets (from)
othcurr_to float Other current assets (to)
assetforsale_from float Assets of disposal group classified as held for sale (from)
assetforsale_to float Assets of disposal group classified as held for sale (to)
na_from float Net current assets (from)
na_to float Net current assets (to)
tle_from float Total Equity and liabilities (from)
tle_to float Total Equity and liabilities (to)
se_from float Total equity (from)
se_to float Total equity (to)
seown_from float Equity attributable to owners of the parent (from)
seown_to float Equity attributable to owners of the parent (to)
issued_from float Issued capital (from)
issued_to float Issued capital (to)
issuedord_from float Ordinary shares (from)
issuedord_to float Ordinary shares (to)
issuedpref_from float Preferred shares (from)
issuedpref_to float Preferred shares (to)
seownpremium_from float Share premium (from)
seownpremium_to float Share premium (to)
seowntreasury_from float Treasury shares (from)
seowntreasury_to float Treasury shares (to)
seownrevaluation_from float Revaluation reserve (from)
seownrevaluation_to float Revaluation reserve (to)
seownforeigncurr_from float Foreign currency translation reserve (from)
seownforeigncurr_to float Foreign currency translation reserve (to)
seowncfhedge_from float Cashflow hedge reserve (from)
seowncfhedge_to float Cashflow hedge reserve (to)
seownheldforsale_from float Reserves of a disposal group classified as held for sale (from)
seownheldforsale_to float Reserves of a disposal group classified as held for sale (to)
seownoth_from float Other reserves (from)
seownoth_to float Other reserves (to)
profitreserv_from float Retained earnings (from)
profitreserv_to float Retained earnings (to)
bsprofit_from float Profit or loss for the period (from)
bsprofit_to float Profit or loss for the period (to)
seownduetocons_from float Changes due to consolidation (from)
seownduetocons_to float Changes due to consolidation (to)
otheq_from float Other components of equity (from)
otheq_to float Other components of equity (to)
semin_from float Minority interest (from)
semin_to float Minority interest (to)
tl_from float Total Liabilities (from)
tl_to float Total Liabilities (to)
ltl_from float Non-current liabilities (from)
ltl_to float Non-current liabilities (to)
invdev_from float Non-current loans and borrowings (from)
invdev_to float Non-current loans and borrowings (to)
ltlderiva_from float Non-current derivative financial instruments (from)
ltlderiva_to float Non-current derivative financial instruments (to)
ltloth_from float Other non-current financial liabilities (from)
ltloth_to float Other non-current financial liabilities (to)
bonddebt_from float Debts on issue of bonds (from)
bonddebt_to float Debts on issue of bonds (to)
lttradpay_from float Non-current trade payables (from)
lttradpay_to float Non-current trade payables (to)
ltlpayable_from float Other non-current payables (from)
ltlpayable_to float Other non-current payables (to)
ltldeferred_from float Deferred revenue, accrued expenses and other deferred non-current liabilities (from)
ltldeferred_to float Deferred revenue, accrued expenses and other deferred non-current liabilities (to)
ltlprovision_from float Provisions for other liabilities and charges (from)
ltlprovision_to float Provisions for other liabilities and charges (to)
otlonglia_from float Other non-current liabilities (from)
otlonglia_to float Other non-current liabilities (to)
cl_from float Current Liabilities (from)
cl_to float Current Liabilities (to)
cldeferrtax_from float Deferred income tax liabilities (from)
cldeferrtax_to float Deferred income tax liabilities (to)
sloan_from float Current loans and borrowings (from)
sloan_to float Current loans and borrowings (to)
clderiva_from float Current derivative financial instruments (from)
clderiva_to float Current derivative financial instruments (to)
cloth_from float Other current financial liabilities (from)
cloth_to float Other current financial liabilities (to)
trcredit_from float Trade and other payables (from)
trcredit_to float Trade and other payables (to)
trcredittrade_from float Current trade payables (from)
trcredittrade_to float Current trade payables (to)
trcreditrelated_from float Payables due to related parties (from)
trcreditrelated_to float Payables due to related parties (to)
trcreditoth_from float Other current payables (from)
trcreditoth_to float Other current payables (to)
accrul_from float Deferred revenue, accrued expenses and other deferred current liabilities (from)
accrul_to float Deferred revenue, accrued expenses and other deferred current liabilities (to)
provis_from float Provisions for other liabilities and charges (from)
provis_to float Provisions for other liabilities and charges (to)
othliab_from float Other current liabilities (from)
othliab_to float Other current liabilities (to)
cltax_from float Current income tax liabilities (from)
cltax_to float Current income tax liabilities (to)
clheldforsale_from float Liabilities of disposal group classified as held for sale (from)
clheldforsale_to float Liabilities of disposal group classified as held for sale (to)
tr_from float Total operating revenue (from)
tr_to float Total operating revenue (to)
ns_from float Net sales revenue (from)
ns_to float Net sales revenue (to)
export_from float Net Export Sales Revenue (from)
export_to float Net Export Sales Revenue (to)
domestic_from float Net Domestic Sales Revenue (from)
domestic_to float Net Domestic Sales Revenue (to)
cogs_from float Cost of Goods Sold (from)
cogs_to float Cost of Goods Sold (to)
grossprof_from float Gross profit (from)
grossprof_to float Gross profit (to)
expselling_from float Selling and distribution expenses (from)
expselling_to float Selling and distribution expenses (to)
expadmin_from float Administrative expenses (from)
expadmin_to float Administrative expenses (to)
expchnginvent_from float Changes in inventories of finished goods and work in progress (from)
expchnginvent_to float Changes in inventories of finished goods and work in progress (to)
expworkcapitalized_from float Work performed and capitalized (from)
expworkcapitalized_to float Work performed and capitalized (to)
material_from float Raw materials and consumables used (from)
material_to float Raw materials and consumables used (to)
person_from float Employee benefit expense (from)
person_to float Employee benefit expense (to)
personwage_from float Wages and salaries (from)
personwage_to float Wages and salaries (to)
personsocial_from float Social security costs (from)
personsocial_to float Social security costs (to)
personoth_from float Other employee benefit expense (from)
personoth_to float Other employee benefit expense (to)
exptransp_from float Transportation costs (from)
exptransp_to float Transportation costs (to)
expitexp_from float IT expenses (from)
expitexp_to float IT expenses (to)
expadvert_from float Advertising costs (from)
expadvert_to float Advertising costs (to)
exptaxcontr_from float Tax and contributions (from)
exptaxcontr_to float Tax and contributions (to)
exprdcost_from float R&D costs (from)
exprdcost_to float R&D costs (to)
expothbynat_from float Other costs by nature (from)
expothbynat_to float Other costs by nature (to)
depric_from float Depreciation, amortization and impairment charges (from)
depric_to float Depreciation, amortization and impairment charges (to)
otheopnet_from float Net - Other operating result (from)
otheopnet_to float Net - Other operating result (to)
orev_from float Other operating income (from)
orev_to float Other operating income (to)
othcost_from float Other operating expenses (from)
othcost_to float Other operating expenses (to)
othnet_from float Other Net Operating Results (from)
othnet_to float Other Net Operating Results (to)
op_from float Operating profit/loss (EBIT) (from)
op_to float Operating profit/loss (EBIT) (to)
ebitdaglob_from float EBITDA (from)
ebitdaglob_to float EBITDA (to)
finresult_from float Financial result (from)
finresult_to float Financial result (to)
finresultin_from float Finance income (from)
finresultin_to float Finance income (to)
finresultininterest_from float Interest income (from)
finresultininterest_to float Interest income (to)
finresultindiv_from float Dividend income (from)
finresultindiv_to float Dividend income (to)
finresultinforex_from float Foreign exchange gain (from)
finresultinforex_to float Foreign exchange gain (to)
finresultinoth_from float Other financial income (from)
finresultinoth_to float Other financial income (to)
finresultcost_from float Finance expenses (from)
finresultcost_to float Finance expenses (to)
finresultcostint_from float Interest expense (from)
finresultcostint_to float Interest expense (to)
finresultcostforex_from float Foreign exchange loss (from)
finresultcostforex_to float Foreign exchange loss (to)
finresultcostoth_from float Other financial expenses (from)
finresultcostoth_to float Other financial expenses (to)
finresultshare_from float Share of profit (loss) of associates (from)
finresultshare_to float Share of profit (loss) of associates (to)
othnetre_from float Net - other non-operating result (from)
othnetre_to float Net - other non-operating result (to)
othincome_from float Other income (from)
othincome_to float Other income (to)
othcosts_from float Other expenses (from)
othcosts_to float Other expenses (to)
extresult_from float Extraordinary Non-Operating Items (from)
extresult_to float Extraordinary Non-Operating Items (to)
pretax_from float Profit before income tax (from)
pretax_to float Profit before income tax (to)
tax_from float Income tax (from)
tax_to float Income tax (to)
taxdue_from float Tax difference due to consolidation (from)
taxdue_to float Tax difference due to consolidation (to)
aftertax_from float Profit (Loss) from continuing operations (from)
aftertax_to float Profit (Loss) from continuing operations (to)
aftertaxdisc_from float Profit (Loss) from discontinued operations (from)
aftertaxdisc_to float Profit (Loss) from discontinued operations (to)
oexti_from float Other Extraordinary Items (from)
oexti_to float Other Extraordinary Items (to)
np_from float NET PROFIT/LOSS FOR THE PERIOD (from)
np_to float NET PROFIT/LOSS FOR THE PERIOD (to)
nptoown_from float Profit (loss) attributable to Owners (from)
nptoown_to float Profit (loss) attributable to Owners (to)
npmint_from float Profit (loss) attributable to Minority Interests (from)
npmint_to float Profit (loss) attributable to Minority Interests (to)
comprehensoth_from float Other comprehensive result for the period, net of tax (from)
comprehensoth_to float Other comprehensive result for the period, net of tax (to)
coexcdif_from float Results from exchange differences on translation (from)
coexcdif_to float Results from exchange differences on translation (to)
coinveq_from float Results from investments in equity (from)
coinveq_to float Results from investments in equity (to)
comsafi_from float Results from available-for-sale financial assets (from)
comsafi_to float Results from available-for-sale financial assets (to)
comhed_from float Results from cash flow hedges (from)
comhed_to float Results from cash flow hedges (to)
comben_from float Remeasurements of defined benefit plans (from)
comben_to float Remeasurements of defined benefit plans (to)
comrevf_from float Results from Revaluation of fixed assets (from)
comrevf_to float Results from Revaluation of fixed assets (to)
comfina_from float Revaluation of financial instruments (from)
comfina_to float Revaluation of financial instruments (to)
comjoin_from float Share of other results from associates and joint ventures (from)
comjoin_to float Share of other results from associates and joint ventures (to)
comoth_from float Other comprehensive Results (from)
comoth_to float Other comprehensive Results (to)
comintax_from float Income tax relating to components comprehensive results (from)
comintax_to float Income tax relating to components comprehensive results (to)
aftertaxtotal_from float Comprehensive Income (from)
aftertaxtotal_to float Comprehensive Income (to)
comtoown_from float Comprehensive Income attributable to Owers (from)
comtoown_to float Comprehensive Income attributable to Owers (to)
outside_from float Comprehensive Income attributable to Minority Interests (from)
outside_to float Comprehensive Income attributable to Minority Interests (to)
cfncfoperating_from float Net cash flow from (used in) operating activities (from)
cfncfoperating_to float Net cash flow from (used in) operating activities (to)
cfprofitofyear_from float Net Profit (from)
cfprofitofyear_to float Net Profit (to)
cfcash_from float Cash generated from operations (from)
cfcash_to float Cash generated from operations (to)
cfadjtang_from float Depreciation and impairment of property, plant and equipment (from)
cfadjtang_to float Depreciation and impairment of property, plant and equipment (to)
cfadjintan_from float Adjustments for
cfadjintan_to float Adjustments for
cfadjimptank_from float Adjustments for
cfadjimptank_to float Adjustments for
cfadjimpintan_from float Adjustments for
cfadjimpintan_to float Adjustments for
cfadjimprec_from float Adjustments for
cfadjimprec_to float Adjustments for
cfadjfinresultin_from float Adjustments for
cfadjfinresultin_to float Adjustments for
cfadjfinresultcost_from float Adjustments for
cfadjfinresultcost_to float Adjustments for
cfadjgainprop_from float Adjustments for
cfadjgainprop_to float Adjustments for
cfadjdiscontop_from float Adjustments for
cfadjdiscontop_to float Adjustments for
cfadjothadj_from float Adjustments for
cfadjothadj_to float Adjustments for
cfchnginv_from float Changes in
cfchnginv_to float Changes in
cfchngbiolog_from float Changes in
cfchngbiolog_to float Changes in
cfchngtrade_from float Changes in
cfchngtrade_to float Changes in
cfchngprep_from float Changes in
cfchngprep_to float Changes in
cfchngrec_from float Changes in
cfchngrec_to float Changes in
cfchngprov_from float Changes in
cfchngprov_to float Changes in
cfchngdeferred_from float Changes in
cfchngdeferred_to float Changes in
cfchngoth_from float Changes in
cfchngoth_to float Changes in
cfincometax_from float Income tax paid (from)
cfincometax_to float Income tax paid (to)
cfothopcf_from float Other operating activity cash flows (from)
cfothopcf_to float Other operating activity cash flows (to)
cfncfinvest_from float Net cash flow from (used in) investing activities (from)
cfncfinvest_to float Net cash flow from (used in) investing activities (to)
cfinvestsaleprop_from float Proceeds from sale of property, plant and equipment (from)
cfinvestsaleprop_to float Proceeds from sale of property, plant and equipment (to)
cfinvestprop_from float Purchase of property, plant and equipment (from)
cfinvestprop_to float Purchase of property, plant and equipment (to)
cfinvestntang_from float Purchase of intangible assets (from)
cfinvestntang_to float Purchase of intangible assets (to)
cfinvestinvprop_from float Purchase of investment properties (from)
cfinvestinvprop_to float Purchase of investment properties (to)
cfinvestfininst_from float Purchase of financial instruments (from)
cfinvestfininst_to float Purchase of financial instruments (to)
cfinvestsalefininst_from float Proceeds from sale of financial instruments (from)
cfinvestsalefininst_to float Proceeds from sale of financial instruments (to)
cfinvestdevexp_from float Development expenditures (from)
cfinvestdevexp_to float Development expenditures (to)
cfinvestacquire_from float Acquisition of subsidiary (from)
cfinvestacquire_to float Acquisition of subsidiary (to)
cfinvestintrec_from float Interest received (from)
cfinvestintrec_to float Interest received (to)
cfinvestdividrec_from float Dividends received (from)
cfinvestdividrec_to float Dividends received (to)
cfinvestothinvest_from float Other investing activity cash flows (from)
cfinvestothinvest_to float Other investing activity cash flows (to)
cfncffinance_from float Net cash flow from (used in) financing activities (from)
cfncffinance_to float Net cash flow from (used in) financing activities (to)
cffinordinar_from float Proceeds from issuance of ordinary shares (from)
cffinordinar_to float Proceeds from issuance of ordinary shares (to)
cffinothequity_from float Proceeds from issuance of other equity instruments (from)
cffinothequity_to float Proceeds from issuance of other equity instruments (to)
cffintreasury_from float Purchase of treasury shares (from)
cffintreasury_to float Purchase of treasury shares (to)
cffinsaleown_from float Proceeds from sale of own shares (from)
cffinsaleown_to float Proceeds from sale of own shares (to)
cffinbor_from float Proceeds from borrowings (from)
cffinbor_to float Proceeds from borrowings (to)
cffinrepaybor_from float Repayment of borrowings (from)
cffinrepaybor_to float Repayment of borrowings (to)
cffincostloan_from float Payments of transaction costs related to loans and borrowings (from)
cffincostloan_to float Payments of transaction costs related to loans and borrowings (to)
cffinpaylease_from float Payments of finance lease liabilities (from)
cffinpaylease_to float Payments of finance lease liabilities (to)
cffinpaidint_from float Interest paid (from)
cffinpaidint_to float Interest paid (to)
cffinpaiddiv_from float Dividends paid (from)
cffinpaiddiv_to float Dividends paid (to)
cffinothfinact_from float Other financing activity cash flow (from)
cffinothfinact_to float Other financing activity cash flow (to)
cfnetincreasecash_from float Net increase (decrease) in cash and cash equivalents (from)
cfnetincreasecash_to float Net increase (decrease) in cash and cash equivalents (to)
cfcashbegin_from float Cash at the beginning of the period (from)
cfcashbegin_to float Cash at the beginning of the period (to)
cfcashforex_from float Exchange gains (losses) on cash and cash equivalents (from)
cfcashforex_to float Exchange gains (losses) on cash and cash equivalents (to)
cfcashend_from float Cash at the end of the period (from)
cfcashend_to float Cash at the end of the period (to)
cffcf_from float Free cash flow (from)
cffcf_to float Free cash flow (to)
cfcapex_from float CAPEX (from)
cfcapex_to float CAPEX (to)
min_from float Lower Limit of Revenue Range (from)
min_to float Lower Limit of Revenue Range (to)
max_from float Upper Limit of Revenue Range (from)
max_to float Upper Limit of Revenue Range (to)

companies_search_filters_get(self, token, **kwargs)

Get user filters . Returns list of user created filters . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

SearchFiltersSearchResponseData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)

companies_search_filters_id_delete(self, id, token, **kwargs)

Delete filter . Update filter status to deleted . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

SearchFilterSingleResponseData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id str Filter ID (required)
token str Token (required)

companies_search_filters_id_get(self, id, token, **kwargs)

Get filter details . Get information about single filter . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

SearchFilterSingleResponseData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id str Filter ID (required)
token str Token (required)

companies_search_filters_id_patch(self, id, token, **kwargs)

Update filter . Update existing filter with provided parameters. When using this method the new provided parameters will overwrite all existing parameters for this filter . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

SearchFilterSingleResponseData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id str Filter ID (required)
token str Token (required)
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is
format str Response format - json/xml
name str
description str
company_ids list[str]
country list[str] Country Codes as 'AR', 'BG', etc. separated by commas
company_type list[str] Company types separated by commas
import_countries list[str] Import country codes as 'AR', 'BG', etc. separated by commas
export_countries list[str] Export country codes as 'AR', 'BG', etc. separated by commas
updated_from str Date since last update took place (from)
updated_to str Date since last update took place (to)
statements_updated_from str Financial statements filter updated (from)
statements_updated_to str Financial statements filter updated (to)
main_industry list[str] Main activities separated by commas
currency str Currency code
secondary_industry list[str] Secondary activities separated by commas
operational_status list[str] Operational statuses separated by commas
number_of_employees_from int Number of employees (from)
number_of_employees_to int Number of employees (to)
legal_form list[str] Legal Form codes separated by commas
local_legal_form list[str] Local legal form codes separated by commas
region str Region name in English language
city str City name in English language
company_name list[str] Company name
key_executives list[str] Key executives
shareholders list[str] Key shareholders
subsidiaries list[str] Key subsidiaries
financial_auditors list[str] Key financial auditors
business_description list[str] Key business description
products list[str] Key products
ubo_name list[str] Beneficial Owner's Name Keyword
keywords list[str] Keywords
year int Year of financial statement
period str Financial period
statement_type str Statement type
order str Sort order field. Possible values are name, revenue, revenue_growth, assets, profit, equity, relevance. By default this parameter sorts ascending. For descending order use the colon sign and \"desc\". For example
localization bool Localization
ubo_citizenship str Beneficial owner's citizenship
ubo_birth_date str Beneficial owner's date of birth in the format \"dd-mm-yyyy\"
only_with_official_financials bool
ts_from float Total Assets (from)
status str
dynamic_parameters list[DynamicAccountParameter]
ts_to float Total Assets (to)
tang_from float Property, plant and equipment (from)
tang_to float Property, plant and equipment (to)
int_from float Intangible assets and goodwill (from)
int_to float Intangible assets and goodwill (to)
ce_from float Cash and cash equivalents (from)
ce_to float Cash and cash equivalents (to)
se_from float Total equity (from)
se_to float Total equity (to)
seown_from float Equity attributable to owners of the parent (from)
seown_to float Equity attributable to owners of the parent (to)
issued_from float Issued capital (from)
issued_to float Issued capital (to)
issuedord_from float Ordinary shares (from)
issuedord_to float Ordinary shares (to)
issuedpref_from float Preferred shares (from)
issuedpref_to float Preferred shares (to)
seownpremium_from float Share premium (from)
seownpremium_to float Share premium (to)
seowntreasury_from float Treasury shares (from)
seowntreasury_to float Treasury shares (to)
seownrevaluation_from float Revaluation reserve (from)
seownrevaluation_to float Revaluation reserve (to)
seownforeigncurr_from float Foreign currency translation reserve (from)
seownforeigncurr_to float Foreign currency translation reserve (to)
profitreserv_from float Retained earnings (from)
profitreserv_to float Retained earnings (to)
bsprofit_from float Balance-sheet profit or loss figure (from)
bsprofit_to float Balance-sheet profit or loss figure (to)
semin_from float Minority interest (from)
semin_to float Minority interest (to)
tl_from float Total Liabilities (from)
tl_to float Total Liabilities (to)
tr_from float Total operating revenue (from)
tr_to float Total operating revenue (to)
op_from float Operating profit (EBIT) (from)
op_to float Operating profit (EBIT) (to)
pretax_from float Profit before income tax (from)
pretax_to float Profit before income tax (to)
tax_from float Income tax (from)
tax_to float Income tax (to)
taxdue_from float Tax difference due to consolidation (from)
taxdue_to float Tax difference due to consolidation (to)
aftertax_from float Profit after income tax (from)
aftertax_to float Profit after income tax (to)
aftertaxdisc_from float Profit from discontinued operations (from)
aftertaxdisc_to float Profit from discontinued operations (to)
np_from float Net Profit (from)
np_to float Net Profit (to)
comprehensoth_from float Other comprehensive result for the period, net of tax (from)
comprehensoth_to float Other comprehensive result for the period, net of tax (to)
aftertaxtotal_from float Comprehensive Income (from)
aftertaxtotal_to float Comprehensive Income (to)
outside_from float Comprehensive Income attributable to Minority Interests (from)
outside_to float Comprehensive Income attributable to Minority Interests (to)
cfncfoperating_from float Net cash flow from (used in) operating activities (from)
cfncfoperating_to float Net cash flow from (used in) operating activities (to)
cfncfinvest_from float Net cash flow from (used in) investing activities (from)
cfncfinvest_to float Net cash flow from (used in) investing activities (to)
cfncffinance_from float Net cash flow from (used in) financing activities (from)
cfncffinance_to float Net cash flow from (used in) financing activities (to)
cfnetincreasecash_from float Net increase (decrease) in cash and cash equivalents (from)
cfnetincreasecash_to float Net increase (decrease) in cash and cash equivalents (to)
cfcashbegin_from float Cash at the beginning of the period (from)
cfcashbegin_to float Cash at the beginning of the period (to)
cfcashforex_from float Exchange gains (losses) on cash and cash equivalents (from)
cfcashforex_to float Exchange gains (losses) on cash and cash equivalents (to)
cfcashend_from float Cash at the end of the period (from)
cfcashend_to float Cash at the end of the period (to)
cffcf_from float Free cash flow (from)
cffcf_to float Free cash flow (to)
cfcapex_from float CAPEX (from)
cfcapex_to float CAPEX (to)
min_from float Lower Limit of Revenue Range (from)
min_to float Lower Limit of Revenue Range (to)
max_from float Upper Limit of Revenue Range (from)
max_to float Upper Limit of Revenue Range (to)
roa_from float Return on Assets (ROA) (from)
roa_to float Return on Assets (ROA) (to)
roaa_from float Annualised Return on Assets (ROA) (from)
roaa_to float Annualised Return on Assets (ROA) (to)
roe_from float Return on Equity (ROE) (from)
roe_to float Return on Equity (ROE) (to)
roea_from float Annualised Return on Equity (ROE) (from)
roea_to float Annualised Return on Equity (ROE) (to)
roc_from float Return on Capital Employed (from)
roc_to float Return on Capital Employed (to)
ros_from float Net Profit Margin (from)
ros_to float Net Profit Margin (to)
gpm_from float Gross Profit Margin (from)
gpm_to float Gross Profit Margin (to)
opm_from float Operating Profit Margin (ROS) (from)
opm_to float Operating Profit Margin (ROS) (to)
prebitda_from float EBITDA Margin (from)
prebitda_to float EBITDA Margin (to)
proroa_from float Operating ROA (from)
proroa_to float Operating ROA (to)
inventoryturn_from float Inventory Turnover (from)
inventoryturn_to float Inventory Turnover (to)
art_from float Trade Receivable Turnover (from)
art_to float Trade Receivable Turnover (to)
cat_from float Current Asset Turnover (from)
cat_to float Current Asset Turnover (to)
fat_from float Non Current Assets Turnover (from)
fat_to float Non Current Assets Turnover (to)
at_from float Total Asset Turnover (from)
at_to float Total Asset Turnover (to)
erpt_from float Trade Payables Turnover (from)
erpt_to float Trade Payables Turnover (to)
erwct_from float Working Capital Turnover (from)
erwct_to float Working Capital Turnover (to)
bookvalue_from float Bookvalue (BV) (from)
bookvalue_to float Bookvalue (BV) (to)
ev_from float Enterprise value (from)
ev_to float Enterprise value (to)
netcash_from float Net Cash (from)
netcash_to float Net Cash (to)
debt_from float Debt (from)
debt_to float Debt (to)
ltdebt_from float Long term Debt (from)
ltdebt_to float Long term Debt (to)
stdebt_from float Short Term Debt (from)
stdebt_to float Short Term Debt (to)
net_debt_from float Net Debt (from)
net_debt_to float Net Debt (to)
mkcp_from float Market Capitalization (from)
mkcp_to float Market Capitalization (to)
trwc_from float Working Capital (from)
trwc_to float Working Capital (to)
cempl_from float Capital Employed (from)
cempl_to float Capital Employed (to)
cr_from float Current Ratio (from)
cr_to float Current Ratio (to)
qr_from float Quick ratio (from)
qr_to float Quick ratio (to)
doomsday_from float Doom's day ratio (from)
doomsday_to float Doom's day ratio (to)
lrcr_from float Cash Ratio (from)
lrcr_to float Cash Ratio (to)
lrcfo_from float Operating Cash Flow Ratio (from)
lrcfo_to float Operating Cash Flow Ratio (to)
debttoassets_from float Debt to total assets ratio (from)
debttoassets_to float Debt to total assets ratio (to)
debttoequity_from float Debt to equity ratio (from)
debttoequity_to float Debt to equity ratio (to)
ltdc_from float Long Term Debt to Capital Employed (from)
ltdc_to float Long Term Debt to Capital Employed (to)
debttoebitda_from float Debt/EBITDA (from)
debttoebitda_to float Debt/EBITDA (to)
debtev_from float Debt/Enterprise Value (from)
debtev_to float Debt/Enterprise Value (to)
ltdcf_from float Net Cash Flow to Debt (from)
ltdcf_to float Net Cash Flow to Debt (to)
leverage_from float Assets to Equity Ratio (from)
leverage_to float Assets to Equity Ratio (to)
rt_from float Net Sales Revenue Trend (from)
rt_to float Net Sales Revenue Trend (to)
trnsr_from float Total Operating Revenue Trend (from)
trnsr_to float Total Operating Revenue Trend (to)
trgp_from float Gross Profit Trend (from)
trgp_to float Gross Profit Trend (to)
trebitda_from float EBITDA Trend (from)
trebitda_to float EBITDA Trend (to)
oit_from float Operating Profit Trend (from)
oit_to float Operating Profit Trend (to)
nit_from float Net Profit Trend (from)
nit_to float Net Profit Trend (to)
trar_from float Accounts Receivables Trend (from)
trar_to float Accounts Receivables Trend (to)
trinv_from float Inventory Trend (from)
trinv_to float Inventory Trend (to)
trppe_from float Net Property, Plant and Equipment (PP&E) Trend (from)
trppe_to float Net Property, Plant and Equipment (PP&E) Trend (to)
trta_from float Total Assets Trend (from)
trta_to float Total Assets Trend (to)
trbv_from float Bookvalue Trend (from)
trbv_to float Bookvalue Trend (to)
trse_from float Shareholders' Equity Trend (from)
trse_to float Shareholders' Equity Trend (to)
trcfo_from float Operating Cash Flow Trend (from)
trcfo_to float Operating Cash Flow Trend (to)
trce_from float Capital Expenditures Trend (from)
trce_to float Capital Expenditures Trend (to)
icr_from float Interest Coverage Ratio (from)
icr_to float Interest Coverage Ratio (to)
crdc_from float Operating Cash Flow to Debt (from)
crdc_to float Operating Cash Flow to Debt (to)
prcfr_from float Operating Cash Flow to Revenue (from)
prcfr_to float Operating Cash Flow to Revenue (to)
prcfa_from float Operating Cash Flow to Assets (from)
prcfa_to float Operating Cash Flow to Assets (to)
prcre_from float Operating Cash Flow to Equity (from)
prcre_to float Operating Cash Flow to Equity (to)
prci_from float Operating Cash Flow to EBIT (from)
prci_to float Operating Cash Flow to EBIT (to)
bsca_from float Cash/Total Assets (from)
bsca_to float Cash/Total Assets (to)
bsrta_from float Receivables/Total Assets (from)
bsrta_to float Receivables/Total Assets (to)
bsita_from float Inventories/Total Assets (from)
bsita_to float Inventories/Total Assets (to)
bsfata_from float Fixed assets/Total Assets (from)
bsfata_to float Fixed assets/Total Assets (to)
bscltl_from float Current Liabilities/Total Liabilities (from)
bscltl_to float Current Liabilities/Total Liabilities (to)
exportr_from float Export proportion (from)
exportr_to float Export proportion (to)
issebns_from float Salaries and Employee Benefits/Net sales (from)
issebns_to float Salaries and Employee Benefits/Net sales (to)
isaens_from float Administrative Expenses/Net Sales (from)
isaens_to float Administrative Expenses/Net Sales (to)
isdans_from float Depreciation and Amortization/Net sales (from)
isdans_to float Depreciation and Amortization/Net sales (to)
isipns_from float Interest paid/Net sales (from)
isipns_to float Interest paid/Net sales (to)
isitns_from float Income tax/Net sales (from)
isitns_to float Income tax/Net sales (to)
cfocftcf_from float Operating Cash Flow to Total Cash Flow (from)
cfocftcf_to float Operating Cash Flow to Total Cash Flow (to)
cfcfitcf_from float Investing Cash Flow to Total Cash Flow (from)
cfcfitcf_to float Investing Cash Flow to Total Cash Flow (to)
cfcfftcf_from float Financing Cash Flow to Total Cash Flow (from)
cfcfftcf_to float Financing Cash Flow to Total Cash Flow (to)
brcir_from float Cost to Income Ratio (from)
brcir_to float Cost to Income Ratio (to)
brer_from float Bank Efficiency Ratio (from)
brer_to float Bank Efficiency Ratio (to)
brldr_from float Loans to Deposits Ratio (from)
brldr_to float Loans to Deposits Ratio (to)
brldro_from float Loans to Customers to Deposits From Customers (from)
brldro_to float Loans to Customers to Deposits From Customers (to)
brladr_from float Liquid Assets to Deposits Ratio (from)
brladr_to float Liquid Assets to Deposits Ratio (to)
brladro_from float Liquid Assets to Deposits From Customers Ratio (from)
brladro_to float Liquid Assets to Deposits From Customers Ratio (to)
brlar_from float Loans to Asset Ratio (from)
brlar_to float Loans to Asset Ratio (to)
brlaro_from float Loans to Customers to Asset Ratio (from)
brlaro_to float Loans to Customers to Asset Ratio (to)
brniit_from float Net Interest Income Trend (from)
brniit_to float Net Interest Income Trend (to)
brnfcit_from float Net Fee and Commission Income Trend (from)
brnfcit_to float Net Fee and Commission Income Trend (to)
brlact_from float Loans and Advances to Customers Trend (from)
brlact_to float Loans and Advances to Customers Trend (to)
brlacto_from float Loans and Advances Trend (from)
brlacto_to float Loans and Advances Trend (to)
brdct_from float Deposits from Customers Trend (from)
brdct_to float Deposits from Customers Trend (to)
brdcto_from float Deposits Trend (from)
brdcto_to float Deposits Trend (to)
brera_from float Earning Assets (from)
brera_to float Earning Assets (to)
braya_from float Yield on Earning Assets (YEA) (from)
braya_to float Yield on Earning Assets (YEA) (to)
brnim_from float Net Interest Margin (from)
brnim_to float Net Interest Margin (to)
irlr_from float Loss Ratio (from)
irlr_to float Loss Ratio (to)
iruer_from float Underwriting Expenses Ratio (from)
iruer_to float Underwriting Expenses Ratio (to)
ircpr_from float Ceeded Premium Ratio (from)
ircpr_to float Ceeded Premium Ratio (to)
irnpet_from float Net Premiums Earned Trend (from)
irnpet_to float Net Premiums Earned Trend (to)
irfct_from float Fees and Commissions Trend (from)
irfct_to float Fees and Commissions Trend (to)
irniit_from float Net Investment Income Trend (from)
irniit_to float Net Investment Income Trend (to)
irradiot_from float Receivables Arising Out Of Direct Insurance Operations Trend (from)
irradiot_to float Receivables Arising Out Of Direct Insurance Operations Trend (to)
mmeps_from float EPS (from)
mmeps_to float EPS (to)
mmper_from float P/E (from)
mmper_to float P/E (to)
mmpsa_from float Market Capitalization/Net Sales (Price Sales Ratio) (from)
mmpsa_to float Market Capitalization/Net Sales (Price Sales Ratio) (to)
mmpgi_from float Market Capitalization/Gross Profit (from)
mmpgi_to float Market Capitalization/Gross Profit (to)
marketcapebitda_from float Market Capitalization/EBITDA (from)
marketcapebitda_to float Market Capitalization/EBITDA (to)
mmpebit_from float Market Capitalization/EBIT (from)
mmpebit_to float Market Capitalization/EBIT (to)
mmpta_from float Market Capitalization/Total Assets (from)
mmpta_to float Market Capitalization/Total Assets (to)
mcapeq_from float Market capitalization/shareholders' equity (from)
mcapeq_to float Market capitalization/shareholders' equity (to)
pbr_from float Market Capitalization/Book Value (from)
pbr_to float Market Capitalization/Book Value (to)
mmpic_from float Market Capitalization / Capital Employed (from)
mmpic_to float Market Capitalization / Capital Employed (to)
mmpocf_from float Market Capitalization/Operating Cashflow (from)
mmpocf_to float Market Capitalization/Operating Cashflow (to)
evns_from float Enterprise value/Net Sales (from)
evns_to float Enterprise value/Net Sales (to)
evgi_from float Enterprise value/Gross Profit (from)
evgi_to float Enterprise value/Gross Profit (to)
evebitda_from float Enterprise Value/EBITDA (from)
evebitda_to float Enterprise Value/EBITDA (to)
evebit_from float Enterprise value/EBIT (from)
evebit_to float Enterprise value/EBIT (to)
evta_from float Enterprise value/Total Assets (from)
evta_to float Enterprise value/Total Assets (to)
evic_from float Enterprise value/Capital Employed (from)
evic_to float Enterprise value/Capital Employed (to)
evocf_from float Enterprise value/Operating Cashflow (from)
evocf_to float Enterprise value/Operating Cashflow (to)
cmbr_from float Dynamic_50_CMBRFrom_Parameter
cmbr_to float Dynamic_50_CMBRTo_Parameter
invyield_from float Dynamic_50_INVYIELDFrom_Parameter
invyield_to float Dynamic_50_INVYIELDTo_Parameter
altzscore_from float Dynamic_50_ALTZSCOREFrom_Parameter
altzscore_to float Dynamic_50_ALTZSCORETo_Parameter

companies_search_filters_post(self, token, **kwargs)

Create a filter . Create a filter with search parameters (same as in GET /companies) or with provided company IDs. Union between both is not supported. Filters can be used for the creation of dumps and feeds . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

SearchFilterSingleResponseData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is
format str Response format - json/xml
name str
description str
company_ids list[str]
country list[str] Country Codes as 'AR', 'BG', etc. separated by commas
company_type list[str] Company types separated by commas
import_countries list[str] Import country codes as 'AR', 'BG', etc. separated by commas
export_countries list[str] Export country codes as 'AR', 'BG', etc. separated by commas
updated_from str Date since last update took place (from)
updated_to str Date since last update took place (to)
statements_updated_from str Financial statements filter updated (from)
statements_updated_to str Financial statements filter updated (to)
main_industry list[str] Main activities separated by commas
currency str Currency code
secondary_industry list[str] Secondary activities separated by commas
operational_status list[str] Operational statuses separated by commas
number_of_employees_from int Number of employees (from)
number_of_employees_to int Number of employees (to)
legal_form list[str] Legal Form codes separated by commas
local_legal_form list[str] Local legal form codes separated by commas
region str Region name in English language
city str City name in English language
company_name list[str] Company name
key_executives list[str] Key executives
shareholders list[str] Key shareholders
subsidiaries list[str] Key subsidiaries
financial_auditors list[str] Key financial auditors
business_description list[str] Key business description
products list[str] Key products
ubo_name list[str] Beneficial Owner's Name Keyword
keywords list[str] Keywords
year int Year of financial statement
period str Financial period
statement_type str Statement type
order str Sort order field. Possible values are name, revenue, revenue_growth, assets, profit, equity, relevance. By default this parameter sorts ascending. For descending order use the colon sign and \"desc\". For example
localization bool Localization
ubo_citizenship str Beneficial owner's citizenship
ubo_birth_date str Beneficial owner's date of birth in the format \"dd-mm-yyyy\"
only_with_official_financials bool
ts_from float Total Assets (from)
status str
dynamic_parameters list[DynamicAccountParameter]
ts_to float Total Assets (to)
tang_from float Property, plant and equipment (from)
tang_to float Property, plant and equipment (to)
int_from float Intangible assets and goodwill (from)
int_to float Intangible assets and goodwill (to)
ce_from float Cash and cash equivalents (from)
ce_to float Cash and cash equivalents (to)
se_from float Total equity (from)
se_to float Total equity (to)
seown_from float Equity attributable to owners of the parent (from)
seown_to float Equity attributable to owners of the parent (to)
issued_from float Issued capital (from)
issued_to float Issued capital (to)
issuedord_from float Ordinary shares (from)
issuedord_to float Ordinary shares (to)
issuedpref_from float Preferred shares (from)
issuedpref_to float Preferred shares (to)
seownpremium_from float Share premium (from)
seownpremium_to float Share premium (to)
seowntreasury_from float Treasury shares (from)
seowntreasury_to float Treasury shares (to)
seownrevaluation_from float Revaluation reserve (from)
seownrevaluation_to float Revaluation reserve (to)
seownforeigncurr_from float Foreign currency translation reserve (from)
seownforeigncurr_to float Foreign currency translation reserve (to)
profitreserv_from float Retained earnings (from)
profitreserv_to float Retained earnings (to)
bsprofit_from float Balance-sheet profit or loss figure (from)
bsprofit_to float Balance-sheet profit or loss figure (to)
semin_from float Minority interest (from)
semin_to float Minority interest (to)
tl_from float Total Liabilities (from)
tl_to float Total Liabilities (to)
tr_from float Total operating revenue (from)
tr_to float Total operating revenue (to)
op_from float Operating profit (EBIT) (from)
op_to float Operating profit (EBIT) (to)
pretax_from float Profit before income tax (from)
pretax_to float Profit before income tax (to)
tax_from float Income tax (from)
tax_to float Income tax (to)
taxdue_from float Tax difference due to consolidation (from)
taxdue_to float Tax difference due to consolidation (to)
aftertax_from float Profit after income tax (from)
aftertax_to float Profit after income tax (to)
aftertaxdisc_from float Profit from discontinued operations (from)
aftertaxdisc_to float Profit from discontinued operations (to)
np_from float Net Profit (from)
np_to float Net Profit (to)
comprehensoth_from float Other comprehensive result for the period, net of tax (from)
comprehensoth_to float Other comprehensive result for the period, net of tax (to)
aftertaxtotal_from float Comprehensive Income (from)
aftertaxtotal_to float Comprehensive Income (to)
outside_from float Comprehensive Income attributable to Minority Interests (from)
outside_to float Comprehensive Income attributable to Minority Interests (to)
cfncfoperating_from float Net cash flow from (used in) operating activities (from)
cfncfoperating_to float Net cash flow from (used in) operating activities (to)
cfncfinvest_from float Net cash flow from (used in) investing activities (from)
cfncfinvest_to float Net cash flow from (used in) investing activities (to)
cfncffinance_from float Net cash flow from (used in) financing activities (from)
cfncffinance_to float Net cash flow from (used in) financing activities (to)
cfnetincreasecash_from float Net increase (decrease) in cash and cash equivalents (from)
cfnetincreasecash_to float Net increase (decrease) in cash and cash equivalents (to)
cfcashbegin_from float Cash at the beginning of the period (from)
cfcashbegin_to float Cash at the beginning of the period (to)
cfcashforex_from float Exchange gains (losses) on cash and cash equivalents (from)
cfcashforex_to float Exchange gains (losses) on cash and cash equivalents (to)
cfcashend_from float Cash at the end of the period (from)
cfcashend_to float Cash at the end of the period (to)
cffcf_from float Free cash flow (from)
cffcf_to float Free cash flow (to)
cfcapex_from float CAPEX (from)
cfcapex_to float CAPEX (to)
min_from float Lower Limit of Revenue Range (from)
min_to float Lower Limit of Revenue Range (to)
max_from float Upper Limit of Revenue Range (from)
max_to float Upper Limit of Revenue Range (to)
roa_from float Return on Assets (ROA) (from)
roa_to float Return on Assets (ROA) (to)
roaa_from float Annualised Return on Assets (ROA) (from)
roaa_to float Annualised Return on Assets (ROA) (to)
roe_from float Return on Equity (ROE) (from)
roe_to float Return on Equity (ROE) (to)
roea_from float Annualised Return on Equity (ROE) (from)
roea_to float Annualised Return on Equity (ROE) (to)
roc_from float Return on Capital Employed (from)
roc_to float Return on Capital Employed (to)
ros_from float Net Profit Margin (from)
ros_to float Net Profit Margin (to)
gpm_from float Gross Profit Margin (from)
gpm_to float Gross Profit Margin (to)
opm_from float Operating Profit Margin (ROS) (from)
opm_to float Operating Profit Margin (ROS) (to)
prebitda_from float EBITDA Margin (from)
prebitda_to float EBITDA Margin (to)
proroa_from float Operating ROA (from)
proroa_to float Operating ROA (to)
inventoryturn_from float Inventory Turnover (from)
inventoryturn_to float Inventory Turnover (to)
art_from float Trade Receivable Turnover (from)
art_to float Trade Receivable Turnover (to)
cat_from float Current Asset Turnover (from)
cat_to float Current Asset Turnover (to)
fat_from float Non Current Assets Turnover (from)
fat_to float Non Current Assets Turnover (to)
at_from float Total Asset Turnover (from)
at_to float Total Asset Turnover (to)
erpt_from float Trade Payables Turnover (from)
erpt_to float Trade Payables Turnover (to)
erwct_from float Working Capital Turnover (from)
erwct_to float Working Capital Turnover (to)
bookvalue_from float Bookvalue (BV) (from)
bookvalue_to float Bookvalue (BV) (to)
ev_from float Enterprise value (from)
ev_to float Enterprise value (to)
netcash_from float Net Cash (from)
netcash_to float Net Cash (to)
debt_from float Debt (from)
debt_to float Debt (to)
ltdebt_from float Long term Debt (from)
ltdebt_to float Long term Debt (to)
stdebt_from float Short Term Debt (from)
stdebt_to float Short Term Debt (to)
net_debt_from float Net Debt (from)
net_debt_to float Net Debt (to)
mkcp_from float Market Capitalization (from)
mkcp_to float Market Capitalization (to)
trwc_from float Working Capital (from)
trwc_to float Working Capital (to)
cempl_from float Capital Employed (from)
cempl_to float Capital Employed (to)
cr_from float Current Ratio (from)
cr_to float Current Ratio (to)
qr_from float Quick ratio (from)
qr_to float Quick ratio (to)
doomsday_from float Doom's day ratio (from)
doomsday_to float Doom's day ratio (to)
lrcr_from float Cash Ratio (from)
lrcr_to float Cash Ratio (to)
lrcfo_from float Operating Cash Flow Ratio (from)
lrcfo_to float Operating Cash Flow Ratio (to)
debttoassets_from float Debt to total assets ratio (from)
debttoassets_to float Debt to total assets ratio (to)
debttoequity_from float Debt to equity ratio (from)
debttoequity_to float Debt to equity ratio (to)
ltdc_from float Long Term Debt to Capital Employed (from)
ltdc_to float Long Term Debt to Capital Employed (to)
debttoebitda_from float Debt/EBITDA (from)
debttoebitda_to float Debt/EBITDA (to)
debtev_from float Debt/Enterprise Value (from)
debtev_to float Debt/Enterprise Value (to)
ltdcf_from float Net Cash Flow to Debt (from)
ltdcf_to float Net Cash Flow to Debt (to)
leverage_from float Assets to Equity Ratio (from)
leverage_to float Assets to Equity Ratio (to)
rt_from float Net Sales Revenue Trend (from)
rt_to float Net Sales Revenue Trend (to)
trnsr_from float Total Operating Revenue Trend (from)
trnsr_to float Total Operating Revenue Trend (to)
trgp_from float Gross Profit Trend (from)
trgp_to float Gross Profit Trend (to)
trebitda_from float EBITDA Trend (from)
trebitda_to float EBITDA Trend (to)
oit_from float Operating Profit Trend (from)
oit_to float Operating Profit Trend (to)
nit_from float Net Profit Trend (from)
nit_to float Net Profit Trend (to)
trar_from float Accounts Receivables Trend (from)
trar_to float Accounts Receivables Trend (to)
trinv_from float Inventory Trend (from)
trinv_to float Inventory Trend (to)
trppe_from float Net Property, Plant and Equipment (PP&E) Trend (from)
trppe_to float Net Property, Plant and Equipment (PP&E) Trend (to)
trta_from float Total Assets Trend (from)
trta_to float Total Assets Trend (to)
trbv_from float Bookvalue Trend (from)
trbv_to float Bookvalue Trend (to)
trse_from float Shareholders' Equity Trend (from)
trse_to float Shareholders' Equity Trend (to)
trcfo_from float Operating Cash Flow Trend (from)
trcfo_to float Operating Cash Flow Trend (to)
trce_from float Capital Expenditures Trend (from)
trce_to float Capital Expenditures Trend (to)
icr_from float Interest Coverage Ratio (from)
icr_to float Interest Coverage Ratio (to)
crdc_from float Operating Cash Flow to Debt (from)
crdc_to float Operating Cash Flow to Debt (to)
prcfr_from float Operating Cash Flow to Revenue (from)
prcfr_to float Operating Cash Flow to Revenue (to)
prcfa_from float Operating Cash Flow to Assets (from)
prcfa_to float Operating Cash Flow to Assets (to)
prcre_from float Operating Cash Flow to Equity (from)
prcre_to float Operating Cash Flow to Equity (to)
prci_from float Operating Cash Flow to EBIT (from)
prci_to float Operating Cash Flow to EBIT (to)
bsca_from float Cash/Total Assets (from)
bsca_to float Cash/Total Assets (to)
bsrta_from float Receivables/Total Assets (from)
bsrta_to float Receivables/Total Assets (to)
bsita_from float Inventories/Total Assets (from)
bsita_to float Inventories/Total Assets (to)
bsfata_from float Fixed assets/Total Assets (from)
bsfata_to float Fixed assets/Total Assets (to)
bscltl_from float Current Liabilities/Total Liabilities (from)
bscltl_to float Current Liabilities/Total Liabilities (to)
exportr_from float Export proportion (from)
exportr_to float Export proportion (to)
issebns_from float Salaries and Employee Benefits/Net sales (from)
issebns_to float Salaries and Employee Benefits/Net sales (to)
isaens_from float Administrative Expenses/Net Sales (from)
isaens_to float Administrative Expenses/Net Sales (to)
isdans_from float Depreciation and Amortization/Net sales (from)
isdans_to float Depreciation and Amortization/Net sales (to)
isipns_from float Interest paid/Net sales (from)
isipns_to float Interest paid/Net sales (to)
isitns_from float Income tax/Net sales (from)
isitns_to float Income tax/Net sales (to)
cfocftcf_from float Operating Cash Flow to Total Cash Flow (from)
cfocftcf_to float Operating Cash Flow to Total Cash Flow (to)
cfcfitcf_from float Investing Cash Flow to Total Cash Flow (from)
cfcfitcf_to float Investing Cash Flow to Total Cash Flow (to)
cfcfftcf_from float Financing Cash Flow to Total Cash Flow (from)
cfcfftcf_to float Financing Cash Flow to Total Cash Flow (to)
brcir_from float Cost to Income Ratio (from)
brcir_to float Cost to Income Ratio (to)
brer_from float Bank Efficiency Ratio (from)
brer_to float Bank Efficiency Ratio (to)
brldr_from float Loans to Deposits Ratio (from)
brldr_to float Loans to Deposits Ratio (to)
brldro_from float Loans to Customers to Deposits From Customers (from)
brldro_to float Loans to Customers to Deposits From Customers (to)
brladr_from float Liquid Assets to Deposits Ratio (from)
brladr_to float Liquid Assets to Deposits Ratio (to)
brladro_from float Liquid Assets to Deposits From Customers Ratio (from)
brladro_to float Liquid Assets to Deposits From Customers Ratio (to)
brlar_from float Loans to Asset Ratio (from)
brlar_to float Loans to Asset Ratio (to)
brlaro_from float Loans to Customers to Asset Ratio (from)
brlaro_to float Loans to Customers to Asset Ratio (to)
brniit_from float Net Interest Income Trend (from)
brniit_to float Net Interest Income Trend (to)
brnfcit_from float Net Fee and Commission Income Trend (from)
brnfcit_to float Net Fee and Commission Income Trend (to)
brlact_from float Loans and Advances to Customers Trend (from)
brlact_to float Loans and Advances to Customers Trend (to)
brlacto_from float Loans and Advances Trend (from)
brlacto_to float Loans and Advances Trend (to)
brdct_from float Deposits from Customers Trend (from)
brdct_to float Deposits from Customers Trend (to)
brdcto_from float Deposits Trend (from)
brdcto_to float Deposits Trend (to)
brera_from float Earning Assets (from)
brera_to float Earning Assets (to)
braya_from float Yield on Earning Assets (YEA) (from)
braya_to float Yield on Earning Assets (YEA) (to)
brnim_from float Net Interest Margin (from)
brnim_to float Net Interest Margin (to)
irlr_from float Loss Ratio (from)
irlr_to float Loss Ratio (to)
iruer_from float Underwriting Expenses Ratio (from)
iruer_to float Underwriting Expenses Ratio (to)
ircpr_from float Ceeded Premium Ratio (from)
ircpr_to float Ceeded Premium Ratio (to)
irnpet_from float Net Premiums Earned Trend (from)
irnpet_to float Net Premiums Earned Trend (to)
irfct_from float Fees and Commissions Trend (from)
irfct_to float Fees and Commissions Trend (to)
irniit_from float Net Investment Income Trend (from)
irniit_to float Net Investment Income Trend (to)
irradiot_from float Receivables Arising Out Of Direct Insurance Operations Trend (from)
irradiot_to float Receivables Arising Out Of Direct Insurance Operations Trend (to)
mmeps_from float EPS (from)
mmeps_to float EPS (to)
mmper_from float P/E (from)
mmper_to float P/E (to)
mmpsa_from float Market Capitalization/Net Sales (Price Sales Ratio) (from)
mmpsa_to float Market Capitalization/Net Sales (Price Sales Ratio) (to)
mmpgi_from float Market Capitalization/Gross Profit (from)
mmpgi_to float Market Capitalization/Gross Profit (to)
marketcapebitda_from float Market Capitalization/EBITDA (from)
marketcapebitda_to float Market Capitalization/EBITDA (to)
mmpebit_from float Market Capitalization/EBIT (from)
mmpebit_to float Market Capitalization/EBIT (to)
mmpta_from float Market Capitalization/Total Assets (from)
mmpta_to float Market Capitalization/Total Assets (to)
mcapeq_from float Market capitalization/shareholders' equity (from)
mcapeq_to float Market capitalization/shareholders' equity (to)
pbr_from float Market Capitalization/Book Value (from)
pbr_to float Market Capitalization/Book Value (to)
mmpic_from float Market Capitalization / Capital Employed (from)
mmpic_to float Market Capitalization / Capital Employed (to)
mmpocf_from float Market Capitalization/Operating Cashflow (from)
mmpocf_to float Market Capitalization/Operating Cashflow (to)
evns_from float Enterprise value/Net Sales (from)
evns_to float Enterprise value/Net Sales (to)
evgi_from float Enterprise value/Gross Profit (from)
evgi_to float Enterprise value/Gross Profit (to)
evebitda_from float Enterprise Value/EBITDA (from)
evebitda_to float Enterprise Value/EBITDA (to)
evebit_from float Enterprise value/EBIT (from)
evebit_to float Enterprise value/EBIT (to)
evta_from float Enterprise value/Total Assets (from)
evta_to float Enterprise value/Total Assets (to)
evic_from float Enterprise value/Capital Employed (from)
evic_to float Enterprise value/Capital Employed (to)
evocf_from float Enterprise value/Operating Cashflow (from)
evocf_to float Enterprise value/Operating Cashflow (to)
cmbr_from float Dynamic_50_CMBRFrom_Parameter
cmbr_to float Dynamic_50_CMBRTo_Parameter
invyield_from float Dynamic_50_INVYIELDFrom_Parameter
invyield_to float Dynamic_50_INVYIELDTo_Parameter
altzscore_from float Dynamic_50_ALTZSCOREFrom_Parameter
altzscore_to float Dynamic_50_ALTZSCORETo_Parameter

companies_statements_id_accounts_get(self, id, token, **kwargs)

Statement accounts data . This method returns accounts data for given Statement ID . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

StatementsAccountsResponseData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id int ID of the statement Parameter (required)
token str Token (required)
currency str Currency code
format str Response format - json/xml

companies_statements_id_accounts_standard_id_get(self, id, standard_id, token, **kwargs)

Statement accounts data for standard . This method returns accounts data for given Statement ID and filtered by given standard ID . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

StatementsAccountsResponseData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id int ID of the statement Parameter (required)
standard_id int The ID of the standard (required)
token str Token (required)
currency str Currency code
format str Response format - json/xml

companies_statements_id_get(self, id, token, **kwargs)

Company Statements Data . This method returns statement data by given Statement ID . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

CompanyStatementResponseSingleItemData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id int ID of the statement Parameter (required)
token str Token (required)
format str Response format - json/xml

Namespace: emis_api_client.apis.dictionary_api

Class: DictionaryApi(api_client=None, token=None)


dictionary_cities_get(self, token, **kwargs)

Cities list . Returns full list of supported cities . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

CityDictionary If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
format str Response format - json/xml
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is

dictionary_company_types_get(self, token, **kwargs)

Company types list . Returns full list of supported company types . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

CompanyTypeDictionary If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
format str Response format - json/xml

dictionary_countries_get(self, token, **kwargs)

Countries list . Returns full list of supported countries . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

CountryDictionary If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
format str Response format - json/xml

dictionary_currencies_get(self, token, **kwargs)

Currencies list . Returns full list of supported currencies . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

CurrencyDictionary If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
format str Response format - json/xml

dictionary_industries_classes_class_code_get(self, class_code, token, **kwargs)

Industries list for classification . Returns the industry codes for a given industry classification . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

IndustryResult If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
class_code str Industry class code (required)
token str Token (required)
country_code str Industry country code
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is
format str Response format - json/xml

dictionary_industries_classes_get(self, token, **kwargs)

Classes list . Returns full list of supported industry classes . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

IndustryClass If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
format str Response format - json/xml
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is

dictionary_legal_forms_get(self, token, **kwargs)

Legal forms list . Returns full list of supported legal forms . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

LegalFormDictionary If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
format str Response format - json/xml
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is

dictionary_market_segments_get(self, token, **kwargs)

Market segments list . Returns full list of supported market segments . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

SegmentDictionary If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
format str Response format - json/xml
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is

dictionary_operational_statuses_get(self, token, **kwargs)

Operational statuses list . Returns full list of supported operational statuses . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

OperationalStatusDictionary If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
format str Response format - json/xml

dictionary_owner_types_get(self, token, **kwargs)

Owner types list . Returns full list of supported owner types . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

OwnerTypeDictionary If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
format str Response format - json/xml

dictionary_periods_get(self, token, **kwargs)

Periods list . Returns full list of supported periods . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

PeriodsDictionary If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
format str Response format - json/xml

dictionary_regions_get(self, token, **kwargs)

Regions list . Returns full list of supported regions . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

RegionDictionary If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
format str Response format - json/xml
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is

dictionary_standards_get(self, token, **kwargs)

Standards list . Returns full list of supported standards . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

StandardDictionary If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
_global bool The boolean value indicating whether the standard is global
country_code list[str] Country codes separated by commas
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is
format str Response format - json/xml

dictionary_standards_id_accounts_account_id_get(self, id, account_id, token, **kwargs)

Standard account details . Returns details about account by specified standard ID and account ID . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

FinancialAccountDictionaryWithDetails If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id int The ID of the standard (required)
account_id str The ID of the account (required)
token str Token (required)
format str Response format - json/xml

dictionary_standards_id_accounts_get(self, id, token, **kwargs)

Standard accounts list . Returns full list of supported accounts by given standard ID . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

FinancialAccountDictionary If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id int The ID of the standard (required)
token str Token (required)
created_from str Account creation date (from)
created_to str Account creation date (to)
updated_from str Account update date (from)
updated_to str Account update date (to)
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is
format str Response format - json/xml

dictionary_standards_id_get(self, id, token, **kwargs)

Standard dictionary details . Returns details for standard by specified ID . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

StandardDictionaryWithDetails If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id str The ID of the standard (required)
token str Token (required)
format str Response format - json/xml

dictionary_stock_exchanges_get(self, token, **kwargs)

Stock Exchanges List . Returns full list of supported stock exchanges . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

StockExchangeDictionary If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
format str Response format - json/xml

Namespace: emis_api_client.apis.status_api

Class: StatusApi(api_client=None, token=None)


status_resources_get(self, token, **kwargs)

status_resources_get . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

None If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)

Namespace: emis_api_client.apis.dumps_api

Class: DumpsApi(api_client=None, token=None)


companies_dumps_get(self, token, **kwargs)

Get a list of all created dumps by the user . Get a list of all created dumps by the user . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

DumpsSingleResponseData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
status str Dump status
feed_id str Feed id
name str Name of dump
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is
format str Response format - json/xml

companies_dumps_id_delete(self, id, token, **kwargs)

Delete an existing dump . Delete an existing dump . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

DumpsSingleResponseData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id str The ID of the Dump. (required)
token str Token (required)

companies_dumps_id_get(self, id, token, **kwargs)

Get information on a created dump . Get generated dump or information about process of generation . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

DumpsSingleResponseData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id str The ID of the Dump. (required)
token str Token (required)

companies_dumps_post(self, token, **kwargs)

Create a data dump . Create a data dump . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

DumpsSingleResponseData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
format str Response format - json/xml
name str
description str
filter_id str
is_xml bool Set XML format for the generated dump
include_financial_statements bool
include_company_profiles bool
is_localized bool
financial_standards str
currency str
consolidation str
delivery str
ftp_host str
ftp_path str
ftp_username str
ftp_password str
notification_email list[str]
notification_url str
notification_http_method str
feed_guid str

Namespace: emis_api_client.apis.feeds_api

Class: FeedsApi(api_client=None, token=None)


companies_feeds_get(self, token, **kwargs)

List all feed subscriptions . List all feed subscriptions the user have set. . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

FeedsSearchResponseData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
limit int The max number of the items to retrieve
offset int The number of the starting item
cursor str The ID of the item under which the cursor is
format str Response format - json/xml

companies_feeds_id_delete(self, id, token, **kwargs)

Delete feed . Delete feed . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

FeedsSingleResponseData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id str (required)
token str Token (required)

companies_feeds_id_get(self, id, token, **kwargs)

Get feed . Get a single data feed record . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

FeedsSingleResponseData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id str (required)
token str Token (required)

companies_feeds_id_patch(self, id, token, **kwargs)

Update feed . Update an already existing feed. . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

FeedsSingleResponseData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
id str (required)
token str Token (required)
format str Response format - json/xml
frequency int
name str
description str
filter_id str
is_xml bool Set XML format for the generated dump
include_financial_statements bool
include_company_profiles bool
is_localized bool
financial_standards str
currency str
consolidation str
delivery str
ftp_host str
ftp_path str
ftp_username str
ftp_password str
notification_email list[str]
notification_url str
notification_http_method str
feed_guid str

companies_feeds_post(self, token, **kwargs)

Subscribe for a feed . Creates a request for a feed subscription. . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

FeedsSingleResponseData If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
format str Response format - json/xml
frequency int
name str
description str
filter_id str
is_xml bool Set XML format for the generated dump
include_financial_statements bool
include_company_profiles bool
is_localized bool
financial_standards str
currency str
consolidation str
delivery str
ftp_host str
ftp_path str
ftp_username str
ftp_password str
notification_email list[str]
notification_url str
notification_http_method str
feed_guid str

Namespace: emis_api_client.apis.tokens_api

Class: TokensApi(api_client=None, token=None)


tokens_impersonate_post(self, token, **kwargs)

tokens_impersonate_post . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

None If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)
format str Response format - json/xml
employee_token str
user_id str
expire_after_sec int

Namespace: emis_api_client.apis.version_api

Class: VersionApi(api_client=None, token=None)


version_get(self, token, **kwargs)

version_get . This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True

Returns:

None If the method is called asynchronously, returns the request thread.

Parameters:
Name Type Description
token str Token (required)

Result Types

emis_api_client.models.account_value.AccountValue(code=None, value=None, _configuration=None)
emis_api_client.models.activity.Activity(industry_class=None, main=None, secondary=None, _configuration=None)
emis_api_client.models.add_in_custom_data_dto.AddInCustomDataDto(id=None, type=None, prefix_bind_id=None, custom_xml_part_id=None, custom_xml_part_value=None, header=None, use_header=None, selected_ids=None, search_property=None)
emis_api_client.models.city.City(code=None, name=None, zone_code=None)
emis_api_client.models.city_dictionary_data.CityDictionaryData(total=None, items=None, _configuration=None)
emis_api_client.models.city_dictionary_item.CityDictionaryItem(code=None, name=None, zone_code=None, _configuration=None)
emis_api_client.models.company_address.CompanyAddress(region=None, city=None, address=None, postal_code=None, phone=None, fax=None, email=None, website=None, type=None, _configuration=None)
emis_api_client.models.company_benchmark_response_item.CompanyBenchmarkResponseItem(company_id=None, score_scale=None, risk_profile=None, financial_scores=None, _configuration=None)
emis_api_client.models.company_benchmark_response_item_data.CompanyBenchmarkResponseItemData(data=None, _configuration=None)
emis_api_client.models.company_match_response_data.CompanyMatchResponseData(total=None, items=None, _configuration=None)
emis_api_client.models.company_match_response_item.CompanyMatchResponseItem(company_id=None, country_code=None, company_name=None, company_name_local=None, match_score=None, _configuration=None)
emis_api_client.models.company_match_response_result.CompanyMatchResponseResult(data=None, _configuration=None)
emis_api_client.models.company_statement_currency.CompanyStatementCurrency(supported_currencies=None, source_currency=None, _configuration=None)
emis_api_client.models.company_statement_financial_standard.CompanyStatementFinancialStandard(supported_standards=None, reported_standard=None, source_standard=None, _configuration=None)
emis_api_client.models.company_statement_response.CompanyStatementResponse(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.company_statement_response_data.CompanyStatementResponseData(total=None, items=None, _configuration=None)
emis_api_client.models.company_statement_response_item.CompanyStatementResponseItem(id=None, company_id=None, begin_date=None, end_date=None, source_name=None, is_consolidated=None, period=None, year=None, financial_standard=None, currency=None, is_audited=None, last_update_date=None, _configuration=None)
emis_api_client.models.company_statement_response_single_item_data.CompanyStatementResponseSingleItemData(data=None, _configuration=None)
emis_api_client.models.company_type.CompanyType(company_type_code=None, description=None, label=None)
emis_api_client.models.company_type_dictionary_data.CompanyTypeDictionaryData(total=None, items=None, _configuration=None)
emis_api_client.models.company_type_dictionary_item.CompanyTypeDictionaryItem(id=None, description=None, title=None, _configuration=None)
emis_api_client.models.country_dictionary.CountryDictionary(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.country_dictionary_data.CountryDictionaryData(total=None, items=None, _configuration=None)
emis_api_client.models.country_dictionary_item.CountryDictionaryItem(name=None, country_code=None, region_code=None, currency_code=None, _configuration=None)
emis_api_client.models.currency.Currency(currency_code=None, name=None)
emis_api_client.models.currency_dictionary_data.CurrencyDictionaryData(total=None, items=None, _configuration=None)
emis_api_client.models.currency_dictionary_item.CurrencyDictionaryItem(code=None, name=None, _configuration=None)
emis_api_client.models.employees_number.EmployeesNumber(min=None, max=None, type=None, date=None, _configuration=None)
emis_api_client.models.external_id.ExternalId(id=None, class_code=None, _configuration=None)
emis_api_client.models.financial_account_details.FinancialAccountDetails(description=None, description_local=None, is_mandatory=None, can_have_negative_values=None, can_have_zero_values=None, additional_notes=None, created=None, updated=None, _configuration=None)
emis_api_client.models.financial_account_dictionary.FinancialAccountDictionary(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.financial_account_dictionary_data.FinancialAccountDictionaryData(total=None, items=None, _configuration=None)
emis_api_client.models.financial_account_dictionary_data_with_details.FinancialAccountDictionaryDataWithDetails(total=None, items=None, _configuration=None)
emis_api_client.models.financial_account_dictionary_item.FinancialAccountDictionaryItem(id=None, parent_id=None, name=None, name_local=None, identation_level=None, type=None, value_type=None, _configuration=None)
emis_api_client.models.financial_account_dictionary_item_with_details.FinancialAccountDictionaryItemWithDetails(id=None, parent_id=None, name=None, name_local=None, identation_level=None, value_type=None, type=None, details=None, _configuration=None)
emis_api_client.models.financial_account_dictionary_with_details.FinancialAccountDictionaryWithDetails(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.industry_class.IndustryClass(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.industry_class_data.IndustryClassData(total=None, items=None, _configuration=None)
emis_api_client.models.industry_class_item.IndustryClassItem(code=None, name=None, country_code=None, _configuration=None)
emis_api_client.models.industry_result.IndustryResult(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.industry_result_data.IndustryResultData(total=None, items=None, _configuration=None)
emis_api_client.models.industry_result_item.IndustryResultItem(code=None, parent_code=None, name=None, name_local=None, country_code=None, _configuration=None)
emis_api_client.models.legal_form_dictionary.LegalFormDictionary(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.legal_form_dictionary_data.LegalFormDictionaryData(total=None, items=None, _configuration=None)
emis_api_client.models.legal_form_dictionary_item.LegalFormDictionaryItem(code=None, global_code=None, label=None, description=None, country_code=None, _configuration=None)
emis_api_client.models.object.Object(_configuration=None)
emis_api_client.models.operational_status_dictionary.OperationalStatusDictionary(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.operational_status_dictionary_data.OperationalStatusDictionaryData(total=None, items=None, _configuration=None)
emis_api_client.models.operational_status_dictionary_item.OperationalStatusDictionaryItem(id=None, title=None, description=None, _configuration=None)
emis_api_client.models.period.Period(code=None, name=None)
emis_api_client.models.periods_dictionary_data.PeriodsDictionaryData(total=None, items=None, _configuration=None)
emis_api_client.models.periods_dictionary_item.PeriodsDictionaryItem(code=None, name=None, _configuration=None)
emis_api_client.models.previous_name.PreviousName(name=None, local_name=None)
emis_api_client.models.region_dictionary.RegionDictionary(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.region_dictionary_data.RegionDictionaryData(total=None, items=None, _configuration=None)
emis_api_client.models.region_dictionary_item.RegionDictionaryItem(id=None, name=None, _configuration=None)
emis_api_client.models.response_data.ResponseData(_configuration=None)
emis_api_client.models.search_company_name_field.SearchCompanyNameField(current_name=None, _configuration=None)
emis_api_client.models.search_company_response.SearchCompanyResponse(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.search_company_response_data.SearchCompanyResponseData(total=None, items=None, _configuration=None)
emis_api_client.models.search_company_response_item.SearchCompanyResponseItem(id=None, name=None, country_code=None, external_id=None, _configuration=None)
emis_api_client.models.segment_dictionary.SegmentDictionary(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.segment_dictionary_data.SegmentDictionaryData(total=None, items=None, _configuration=None)
emis_api_client.models.segment_dictionary_item.SegmentDictionaryItem(code=None, name=None, name_local=None, stock_exchange_id=None, _configuration=None)
emis_api_client.models.single_company_auditor.SingleCompanyAuditor(name=None, date=None, _configuration=None)
emis_api_client.models.single_company_details.SingleCompanyDetails(address=None, affiliates=None, legal_form=None, operational_status=None, activities=None, dividends=None, market_segments=None, employees=None, latest_financials=None, owners=None, description=None, company_type=None, incorporation_year=None, incorporation_date=None, main_products=None, auditor=None, import_countries=None, export_countries=None, registered_capital=None, profile_update_date=None, market_data=None, _configuration=None)
emis_api_client.models.single_company_employees.SingleCompanyEmployees(employees_number=None, executives=None, beneficial_owners=None, _configuration=None)
emis_api_client.models.single_company_executives.SingleCompanyExecutives(name=None, position=None, personal_id=None, _configuration=None)
emis_api_client.models.single_company_executives_position.SingleCompanyExecutivesPosition(code=None, name=None, _configuration=None)
emis_api_client.models.single_company_latest_financials.SingleCompanyLatestFinancials(currency_code=None, revenue_details=None, outstanding_shares=None, _configuration=None)
emis_api_client.models.single_company_latest_financials_market_capitalization.SingleCompanyLatestFinancialsMarketCapitalization(date=None, value=None, _configuration=None)
emis_api_client.models.single_company_latest_financials_revenue_details.SingleCompanyLatestFinancialsRevenueDetails(year=None, type=None, total=None, growth=None, _configuration=None)
emis_api_client.models.single_company_name_field.SingleCompanyNameField(current_name=None, full_name=None, previous_names=None, _configuration=None)
emis_api_client.models.single_company_owner.SingleCompanyOwner(name=None, type=None, ownership_percentage=None, country_code=None, company_id=None, external_id=None, external_id_class=None, _configuration=None)
emis_api_client.models.single_company_related_details.SingleCompanyRelatedDetails(name=None, name_local=None, country_code=None, external_id=None, external_id_class=None, company_id=None, ownership_percentage=None, _configuration=None)
emis_api_client.models.single_company_response_item.SingleCompanyResponseItem(id=None, name=None, country_code=None, external_id=None, details=None, _configuration=None)
emis_api_client.models.standard_details_dictionary_item.StandardDetailsDictionaryItem(currency=None, status=None, description=None, description_local=None, valid_since=None, valid_until=None, locked=None, created=None, updated=None, _configuration=None)
emis_api_client.models.standard_dictionary.StandardDictionary(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.standard_dictionary_data.StandardDictionaryData(total=None, items=None, _configuration=None)
emis_api_client.models.standard_dictionary_data_with_details.StandardDictionaryDataWithDetails(total=None, items=None, _configuration=None)
emis_api_client.models.standard_dictionary_item.StandardDictionaryItem(id=None, name=None, name_local=None, _configuration=None)
emis_api_client.models.standard_dictionary_single_item.StandardDictionarySingleItem(details=None, id=None, name=None, name_local=None, _configuration=None)
emis_api_client.models.standard_dictionary_with_details.StandardDictionaryWithDetails(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.statements_accounts_response.StatementsAccountsResponse(total=None, items=None, _configuration=None)
emis_api_client.models.statements_accounts_response_data.StatementsAccountsResponseData(data=None, _configuration=None)
emis_api_client.models.city_dictionary.CityDictionary(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.company_type_dictionary.CompanyTypeDictionary(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.currency_dictionary.CurrencyDictionary(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.dumps_response_item.DumpsResponseItem(feed_id=None, id=None, name=None, description=None, filter_id=None, include_company_profiles=None, include_financial_statements_data=None, is_localized=None, is_xml=None, financial_standards=None, currency=None, consolidation=None, delivery=None, ftp_host=None, ftp_path=None, ftp_username=None, ftp_password=None, notification_email=None, notification_url=None, notification_http_method=None, download_url=None, created=None, updated=None, status=None, updated_from=None, _configuration=None)
emis_api_client.models.dumps_single_response_data.DumpsSingleResponseData(total=None, items=None, _configuration=None)
emis_api_client.models.dynamic_account_parameter.DynamicAccountParameter(name=None, currency=None, standard_code=None, _from=None, to=None, _configuration=None)
emis_api_client.models.error_response.ErrorResponse(errors=None, _configuration=None)
emis_api_client.models.feeds_response_item.FeedsResponseItem(frequency=None, updated_from=None, id=None, name=None, description=None, filter_id=None, include_company_profiles=None, include_financial_statements_data=None, is_localized=None, is_xml=None, financial_standards=None, currency=None, consolidation=None, delivery=None, ftp_host=None, ftp_path=None, ftp_username=None, ftp_password=None, notification_email=None, notification_url=None, notification_http_method=None, download_url=None, created=None, updated=None, status=None, _configuration=None)
emis_api_client.models.feeds_search_response_data.FeedsSearchResponseData(total=None, items=None, _configuration=None)
emis_api_client.models.feeds_single_response_data.FeedsSingleResponseData(total=None, items=None, _configuration=None)
emis_api_client.models.json_error_response_data.JsonErrorResponseData(message=None, parameter=None, value=None, query_string=None, code=None, _configuration=None)
emis_api_client.models.market_data_latest.MarketDataLatest(turnover=None, volume=None, market_capitalization=None, close=None, _configuration=None)
emis_api_client.models.market_data_latest_close.MarketDataLatestClose(value=None, volatility=None, _configuration=None)
emis_api_client.models.market_data_latest_close_volatility.MarketDataLatestCloseVolatility(years=None, high=None, low=None, low_change_percentage=None, _configuration=None)
emis_api_client.models.owner_type_dictionary.OwnerTypeDictionary(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.owner_type_dictionary_data.OwnerTypeDictionaryData(total=None, items=None, _configuration=None)
emis_api_client.models.owner_type_dictionary_item.OwnerTypeDictionaryItem(id=None, description=None, title=None, _configuration=None)
emis_api_client.models.periods_dictionary.PeriodsDictionary(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.search_filter_basic_item.SearchFilterBasicItem(guid=None, name=None, description=None, created=None, updated=None, status=None, _configuration=None)
emis_api_client.models.search_filter_detailed_item.SearchFilterDetailedItem(search_filters=None, guid=None, name=None, description=None, created=None, updated=None, status=None, _configuration=None)
emis_api_client.models.search_filter_single_response_data.SearchFilterSingleResponseData(total=None, items=None, _configuration=None)
emis_api_client.models.search_filters_search_response_data.SearchFiltersSearchResponseData(total=None, items=None, _configuration=None)
emis_api_client.models.single_company_beneficial_owner.SingleCompanyBeneficialOwner(birth_date=None, citizenship=None, residency=None, person_id=None, refresh_date=None, name=None, source=None, ownership=None, _configuration=None)
emis_api_client.models.single_company_beneficial_owner_ownership.SingleCompanyBeneficialOwnerOwnership(share_percentage=None, share_value=None, share_currency=None, type=None, description=None, privilege_description=None, _configuration=None)
emis_api_client.models.single_company_dividend.SingleCompanyDividend(type=None, payment_date=None, amount=None, _configuration=None)
emis_api_client.models.single_company_executives_position_code.SingleCompanyExecutivesPositionCode(_global=None, local=None, _configuration=None)
emis_api_client.models.single_company_legal_form.SingleCompanyLegalForm(_global=None, local=None, description=None, _configuration=None)
emis_api_client.models.single_company_market_data.SingleCompanyMarketData(indexes=None, stock_exchange=None, latest=None, _configuration=None)
emis_api_client.models.single_company_registered_capital.SingleCompanyRegisteredCapital(date=None, value=None, currency_code=None, _configuration=None)
emis_api_client.models.stock_exchange_dictionary.StockExchangeDictionary(data=None, cursor_id=None, _configuration=None)
emis_api_client.models.stock_exchange_dictionary_data.StockExchangeDictionaryData(total=None, items=None, _configuration=None)
emis_api_client.models.stock_exchange_dictionary_item.StockExchangeDictionaryItem(id=None, name=None, name_local=None, country_code=None, _configuration=None)