Skip to content

Instantly share code, notes, and snippets.

## -*- coding: utf-8 -*-
#"""
#Created on Sun Apr 30 09:25:59 2017
#
#@author: Vangelis
#"""
##original code by Pawel Lachowicz, QuantAtRisk.com,
## adapted by Vangelis@sanzprophet.com
#
@sanzpro
sanzpro / GetCryptoList_by_MarketCap.py
Last active April 7, 2021 16:44
Get List of Top Cryptocurrencies by Market Cap
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
"""
Created on Sun Apr 30 01:09:16 2017
# Getting a List of Cryptocurrencies sorted by their most current Market Cap
# Original code by QuantAtRisk.com, by Pawel Lachowicz
# minor edits by vangelis@sanzprophet.com
@sanzpro
sanzpro / Update_Amibroker_EOD_Tiingo.py
Last active August 19, 2021 15:01
Update Amibroker EOD Historical data from Tiingo.com
# -*- coding: utf-8 -*-
"""
Created on Fri Jun 02 17:02:32 2017
@author: Vangelis@logical-invest.com
This script will pull the symbols from your specified Amibroker database and download historical EOD dividend adjusted data from Tiingo.com and will store them
in a folder (Destop/Data/TiingoEOD) as csv files, one for each stock (APPLE.csv SPY.csv, etc)
It will then attempt to open Amibroker and import the csv files.
You need:
1. To add your own Token number you will get when you register at Tiingo.com (line 51)
2. Specify the Amibroker database you want updated (line 99)