Skip to content

Instantly share code, notes, and snippets.

View capm's full-sized avatar

Christian Portocarrero Moreno capm

View GitHub Profile
@capm
capm / SMV-FM-ValorCuota.vbs
Last active May 23, 2022 22:07
Code to download data from mutual funds from the SMV website.
Sub ValorCuota()
'
' ValorCuota Macro
'
' Turn off all features
'BestPractices (0)
' Declare variables
' Workbooks and worksheets
@capm
capm / 20190918-JupyterBloombergAPI.md
Last active May 4, 2022 07:44
Install instructions for the Bloomberg API with Anaconda Jupyter

Bloomberg API with Python

Requirements

  • Windows 10 x64.
  • Latest version of Anaconda.

Setting up the environment

First, we need to install Visual Studio Build Tools in the Bloomberg terminal. You can get the latest version of VS Tools 2019 here. VS Tools allow us to compile and package applications from source.

VSBuildTools

After installing VS Build Tools, you should update your anaconda packages. Use the following code on your Anaconda Powershell Prompt (run it with admin privileges):

@capm
capm / Bloomberg-xbbg.ipynb
Last active April 26, 2025 22:16
Bloomberg and xbbg python library example
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.