Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tak-akashi
tak-akashi / FX Index Calculation & Visualization.ipynb
Last active July 21, 2018 04:58
実効為替レートから「通貨インデックス」を作成する
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tak-akashi
tak-akashi / TSE Short-Selling-Position-modified.ipynb
Created July 17, 2018 13:02
東京証券取引所「空売り比率」推移(過去12ヶ月)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tak-akashi
tak-akashi / TSE Short-Selling-Position.ipynb
Created July 16, 2018 00:04
東京証券取引所「空売り比率」推移
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tak-akashi
tak-akashi / TSE_Foreign_Pos.ipynb
Last active July 8, 2018 21:30
東証「外国人投資家動向」
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tak-akashi
tak-akashi / IMM_Position_Download&Draw-Treasury.ipynb
Last active July 5, 2018 13:35
米国10年債先物取引ポジション
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tak-akashi
tak-akashi / imm_position.py
Last active April 11, 2024 05:36
IMM通貨先物ポジション推移(ドル円)
import datetime
import matplotlib.pyplot as plt
import matplotlib.dates as mdates
with open('annual.txt') as f:
data = f.readlines()
listy = []
for i in range(len(data)):