Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

11 total results found

Installation

Finmart to Finmars

In the sender space, navigate to Add-ons → Marketplace. Locate the Finmars-to-Finars module and install it. Go to Workflow → Schedules: URL format: https://{domain_name}/{realm_code}/{space_code}/w/schedule Create a new schedule and...

Usage

Finmart to Finmars

Obtaining a JWT Token You can retrieve a JWT token via an API POST request using the following URL pattern: https://{domain_name}/{realm_code}/{space_code}/api/v1/auth-tokens/personal-access-token/create-token/ Sending Data for a Single Portfolio In the...

Create Pull Request in repositories

How contribute Finmars-platform

Here is a example of contributing Finmars repositoriesCreate forkClone this forkExample:git clone https://github.com/<your-account>/<repo>.git cd <repo>Create new branchExample:git checkout -b <feat>Make changesFix changeExample:git add . git commit -m "<com...

Install on MacOS

Install guide on local machine

Here is short guide of install Finmars community edition on your Mac. Make sure you have git and make installed. (https://developer.apple.com/documentation/xcode/installing-the-command-line-tools)Make sure you have docker desktop installed. (https://docs.dock...

Install on Linux

Install guide on local machine

Here is short guide of install Finmars community edition on your Linux. Make sure you have git (https://git-scm.com/install/linux)Make sure you have make installed. (https://www.gnu.org/software/make/)Make sure you have docker installed. (https://docs.docker....

Install on Windows

Install guide on local machine

Here is short guide of install Finmars community edition on your Windows. Install WSL on your PC (https://learn.microsoft.com/en-us/windows/wsl/install)Make sure you have docker desktop installed. (https://docs.docker.com/desktop/setup/install/windows-install...

Generate and use access token

API access key

Generate access tokenGo to the URL:https://<domain_name>/<realm_code>/<space_code>/api/v1/auth-tokens/personal-access-token/create-token/Fill out the form and click POST.Copy the "access_token" field from the response.Use examples curl -H "Authorization: Bear...

Creating a user and adding access to the space

Multiple users

Creating new userThere are two ways to create a new user:CLIby command:make add-user USERNAME=<user-name> PASSWORD=<password>Setup web pageAdding accessChoose certain access policies or select "administrator".

Doing Backup

How to Backup Finmars Using the Setup web interface

Open Finmars Setup web interface in your Web BrowserGo to http://Your_Public_IP:8888 (for example http://127.0.0.1:8888 for local instalation)Open "Backup & Restore" pageCreate Backup

Restore Backup

How to Backup Finmars Using the Setup web interface

Open Finmars Setup web interface in your Web BrowserGo to http://Your_Public_IP:8888 (for example http://127.0.0.1:8888 for local instalation)Open "Backup & Restore" pageRestore certain Backup

Restore Backup from external file

How to Backup Finmars Using the Setup web interface

Open Finmars Setup web interface in your Web BrowserGo to http://Your_Public_IP:8888 (for example http://127.0.0.1:8888 for local instalation)Open "Backup & Restore" pageChoose File for backup and Restore