FactSet authorization denied

You’ve denied the authorization of Macrobond application for FactSet. You can initiate the process again from within the Macrobond application.

The Macrobond Data API for Python (Python wrapper)

Introduction Requirements Installation Keyring Error: failed testing username and password Working with Python wrapper Download one series (Basic usage) Download one series (Advanced usage) Extensive guide – more examples Introduction The Macrobond Data API for Python uses either the Macrobond Web REST API or the Macrobond Client data API to obtain time series with values and metadata. The API … Continue reading “The Macrobond Data API for Python (Python wrapper)”

How to install Macrobond main app from the Setup Program?

Please close all opened Office programs (Word, Excel, PowerPoint). Go to installation page, scroll to the ‘Download the setup program’ button and press it. It will download launcher .exe program. Run it, you will see a new window with ‘Macrobond XY-bit Setup’. Press’Next’: Select installation folder, press ‘Next’: It’s ready for installation. Press ‘Install’: The … Continue reading “How to install Macrobond main app from the Setup Program?”

SQL In-house – connection strings

Introduction Macrobond SQL Database connector configuration file includes a section specifying data provider database connection string and connection string. It’s unique to each database type. This page includes examples for most commonly used databases. MySQL and MariaDB Please install https://dev.mysql.com/downloads/connector/net/ and use: <sql:DataProvider> <sql:Name>MySql.Data.MySqlClient</sql:Name> <sql:ConnectionString> Server=address.of.the.server; Database=dbname; Uid=user;Pwd=pass;​ </sql:ConnectionString> <!– instead of Uid=user;Pwd=pass;​ you can use … Continue reading “SQL In-house – connection strings”

How to disable notification about availability of new versions of Macrobond?

Please use Windows Registry Editor – regedit.exe. In the windows registry add to either HKLM or HKCU, under \Software\Macrobond Financial\AutomaticUpdates\Macrobond the following keys: DWORD NoUpdateOffer if set to 1 : if a new version is detected, the user is informed that there is a new version, but is not given the option to upgrade DWORD … Continue reading “How to disable notification about availability of new versions of Macrobond?”