Financial Reports API
Project description
financial-reports-generated-client
API for accessing company filings, financial data, industry classifications, and related information.
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 1.0.0
- Package version: 1.1.8
- Generator version: 7.14.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit https://financialreports.eu/
Requirements.
Python 3.9+
Installation & Usage
pip install
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)
Then import the package:
import financial_reports_generated_client
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install to install the package for all users)
Then import the package:
import financial_reports_generated_client
Tests
Execute pytest to run the tests.
Getting Started
Please follow the installation procedure and then run the following:
import financial_reports_generated_client
from financial_reports_generated_client.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://api.financialreports.eu
# See configuration.py for a list of all supported configuration parameters.
configuration = financial_reports_generated_client.Configuration(
host = "https://api.financialreports.eu"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: ApiKeyAuth
configuration.api_key['ApiKeyAuth'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['ApiKeyAuth'] = 'Bearer'
# Enter a context with an instance of the API client
async with financial_reports_generated_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = financial_reports_generated_client.CompaniesApi(api_client)
countries = 'countries_example' # str | Filter by Company country ISO Alpha-2 code(s). Comma-separated for multiple values (e.g., US,GB,DE). (optional)
industry = 'industry_example' # str | Filter by GICS Industry code. (optional)
industry_group = 'industry_group_example' # str | Filter by GICS Industry Group code. (optional)
isin = 'isin_example' # str | Find companies matching the provided ISIN. (optional)
lei = 'lei_example' # str | Find a company by its LEI. (optional)
ordering = 'ordering_example' # str | Which field to use when ordering the results. (optional)
page = 56 # int | A page number within the paginated result set. (optional)
page_size = 56 # int | Number of results to return per page. (optional)
search = 'search_example' # str | A search term. (optional)
sector = 'sector_example' # str | Filter by GICS Sector code. (optional)
sub_industry = 'sub_industry_example' # str | Filter by GICS Sub-Industry code. (optional)
ticker = 'ticker_example' # str | Find a company by its Ticker. (optional)
try:
# List Companies
api_response = await api_instance.companies_list(countries=countries, industry=industry, industry_group=industry_group, isin=isin, lei=lei, ordering=ordering, page=page, page_size=page_size, search=search, sector=sector, sub_industry=sub_industry, ticker=ticker)
print("The response of CompaniesApi->companies_list:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling CompaniesApi->companies_list: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to https://api.financialreports.eu
| Class | Method | HTTP request | Description |
|---|---|---|---|
| CompaniesApi | companies_list | GET /companies/ | List Companies |
| CompaniesApi | companies_retrieve | GET /companies/{id}/ | Retrieve Company Details |
| FilingTypesApi | filing_types_list | GET /filing-types/ | List Filing Types |
| FilingTypesApi | filing_types_retrieve | GET /filing-types/{id}/ | Retrieve Filing Type |
| FilingsApi | filings_list | GET /filings/ | List Filings |
| FilingsApi | filings_retrieve | GET /filings/{id}/ | Retrieve Filing Details |
| GICSClassificationsApi | industries_list | GET /industries/ | List GICS Industries |
| GICSClassificationsApi | industries_retrieve | GET /industries/{id}/ | Retrieve GICS Industry |
| GICSClassificationsApi | industry_groups_list | GET /industry-groups/ | List GICS Industry Groups |
| GICSClassificationsApi | industry_groups_retrieve | GET /industry-groups/{id}/ | Retrieve GICS Industry Group |
| GICSClassificationsApi | sectors_list | GET /sectors/ | List GICS Sectors |
| GICSClassificationsApi | sectors_retrieve | GET /sectors/{id}/ | Retrieve GICS Sector |
| GICSClassificationsApi | sub_industries_list | GET /sub-industries/ | List GICS Sub-Industries |
| GICSClassificationsApi | sub_industries_retrieve | GET /sub-industries/{id}/ | Retrieve GICS Sub-Industry |
| ProcessedFilingsApi | processed_filings_retrieve | GET /processed-filings/{id}/ | Retrieve Processed Filing Content |
| SourcesApi | sources_list | GET /sources/ | List Data Sources |
| SourcesApi | sources_retrieve | GET /sources/{id}/ | Retrieve Data Source |
| WatchlistApi | watchlist_companies_create | POST /watchlist/companies/ | Add Company to Watchlist |
| WatchlistApi | watchlist_companies_destroy | DELETE /watchlist/companies/{company_id}/ | Remove Company from Watchlist |
| WatchlistApi | watchlist_retrieve | GET /watchlist/ | Get User's Watchlist |
| SchemaApi | schema_retrieve | GET /schema/ |
Documentation For Models
- Company
- CompanyMinimal
- ErrorDetail
- Filing
- FilingType
- Industry
- IndustryGroup
- Language
- PaginatedCompanyList
- PaginatedFilingList
- PaginatedFilingTypeList
- PaginatedIndustryGroupList
- PaginatedIndustryList
- PaginatedSectorList
- PaginatedSourceList
- PaginatedSubIndustryList
- ProcessedFiling
- Sector
- Source
- SubIndustry
- WatchlistAction
- WatchlistCompany
- WatchlistResponse
Documentation For Authorization
Authentication schemes defined for the API:
ApiKeyAuth
- Type: API key
- API key parameter name: X-API-Key
- Location: HTTP header
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file financial_reports_generated_client-1.1.8.tar.gz.
File metadata
- Download URL: financial_reports_generated_client-1.1.8.tar.gz
- Upload date:
- Size: 47.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3923573ec9bdbe6e2697beb1fdaaccba41c619201a51a325ade2a8febcaf3c8
|
|
| MD5 |
aa651a436029ef7141d300682676c4d9
|
|
| BLAKE2b-256 |
a09db1a376f22be14011a06697796d31c87ff0c96f06764a3e2ecdbac343c7cf
|
File details
Details for the file financial_reports_generated_client-1.1.8-py3-none-any.whl.
File metadata
- Download URL: financial_reports_generated_client-1.1.8-py3-none-any.whl
- Upload date:
- Size: 84.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3079732300163721530a3cd22da9d2fe1412985d3b8000a2c44d1d06790bc416
|
|
| MD5 |
e7697894d563f12288e082ed1dccd5a2
|
|
| BLAKE2b-256 |
ddcdddcbe15aa84e9e8f2fa1759d436f4b9ad4a2f611850eda0847cad8aea944
|