注目の投稿

今まで作成したエクセルツールまとめ

ラベル Excelツール の投稿を表示しています。 すべての投稿を表示
ラベル Excelツール の投稿を表示しています。 すべての投稿を表示

2018/05/15

ビットバンクからOHLCVデータを取得&表示するExcelツール  読取太郎

こんにちは。
仮想通貨取引所、bitbankからAPIを利用してOHLCVデータを取得&表示するExcelツールを作成しましたのでご紹介します。ダウンロード可能です。


概要

ビットバンクのcandlestickのAPIを利用してJSON形式データをExcelに読み込み、シート上に表示します。
チャートの表示・非表示が選択可能です。
正式名称は「読取太郎 ビットバンク版」です。


通貨ペア 


btc_jpy, xrp_jpy, ltc_btc, eth_btc, mona_jpy, mona_btc, bcc_jpy, bcc_btc


時間(足) 


1min,5min,15min,30min,1hour,4hour,8hour,12hour,1day,1week


・実行前

・実行後


VBAのプログラミングが不要で、セルに通貨ペア、candle type等を選択か入力するだけでOHLCVデータをエクセルシート上に表示することができます。


次に、操作方法を説明させていただきます。 


操作方法

データを読み込むための情報をB5セル~B8セルで選択もしくは入力します。

1.B5セルから見たい通貨ペアを選択 or 入力します。

2.B6セルから見たい時間足を選択 or 入力します。

3.B7セルに任意の時間を入力します。※

※1分足から1時間足のデータを表示する場合はYYYY形式でB7セルに年数を入力します。例えば、2017年のデータを取得する場合は「2017」と入力します。余計な文字は入れないようお願いします。

4時間から1週間足はYYYYMMDD形式で年月日を入力します。 
一桁月、1桁日の場合は2桁にして2桁目に0を付けます。(例: 2018年4月1日ならば、20180401と入力。) 

4. B8セルからチャートの表示(ON)・非表示(OFF)を選択します。 


-ONを選択した場合 

時間はunixtimeが変換されて日付形式で表示されます。 
出来高がE列に表示されます。Excelの株価チャートの仕様のためです。 
データはA列から時間・出来高・始値・高値・安値・終値の順で表示されます。 


-OFFを選択した場合 

時間はunixtimeで表示されます。 
出来高がF列に表示されます。 
データはD列から時間・始値・高値・安値・終値・出来高の順で表示されます。 

5.UPDATEボタンでデータをシート上に表示します。 


6.Clearボタンでシート上のデータとチャートを削除します。 



注意 

短時間で連続して読み込むと通信のしすぎでエラーが出ます。ある程度間隔をおいてから読み込んでください。 シート名は変更しないでください。正常に動作しなくなります。 

ボタンを押しても何も反応が無い場合はエラーです。 エラーの原因は入力欄に問題がある場合がほとんど全てです。
余計な文字は入れないようお願いします。
特に年と日付の入力にはご注意ください。YYYY or YYYYMMDDを入力することになります。
操作方法をよくお読みになってご入力お願いします。 

時間足によって読み取れるデータ区間が異なります。(実際に読み込んでみた結果、btc_jpyの1分足ならば2017年3月4日からデータが読み込めました。) 


ビットバンクのAPIの情報は下記リンクをご参照ください。 

☆ダウンロードはこちら↓ 
読取太郎Bitbank_OHLCV_data .xlsm


他にもエクセルツールを作成していますので下記リンクからご覧ください。

読取太郎2~ビットバンク版~ ビットバンクからOHLCVデータを取得するExcelツール

Cryptocurrency Market Capitalizations版はこちら

バイナンスの24時間ticker価格を取得するエクセルマクロツール


最後まで読んでいただきありがとうございます。今後もエクセルツールを作成していきますので宜しくお願いします!

Donate BTC: 1LcULwCQPjxLGXdpEJkhNkPpqCwG5csasU

Donate LTC: LSXEG7tjeCCGWuzvf5eFvJUZM6Xpvsdc4f




bitFlyer ビットコインを始めるなら安心・安全な取引所で


当エクセルツールから表示される情報は、
内容の正確性、信頼性等を保証するものではありません。
これらの情報に基づいて被ったいかなる損害についても、当サイトは一切の責任を負いません。
投資・投機に関するすべての決定は、利用者ご自身の判断でなさるようお願いいたします。

2018/04/29

noteを投稿しました。【Excel VBA】 読取太郎2~ビットバンク版~

仮想通貨Excelツールのnoteを投稿しました。

 今回作成したのは、ビットバンクからOHLCVデータを取得するExcelツールです。
前作は1日ごと、1年ごとにデータを取得していましたが、今回のアップグレード版は一度に数百日分のデータを取得可能にしました。また、CSV、JSONファイルも出力できます。



【Excel VBA】 読取太郎2~ビットバンク版~ ビットバンクからOHLCVデータを取得するExcelツール

2018/04/20

noteを投稿しました。 仮想通貨取引所バイナンスからOHLCVデータを取得するエクセルツール

noteに投稿しました。
仮想通貨取引所バイナンスからOHLCVデータを取得してエクセルシート上に表示するExcelツールを紹介する記事となります。

名称は「読取太郎~バイナンス版~」としました。
500本足まで表示可能です。
詳しくは下記note記事へどうぞ


【読取太郎~バイナンス版~】バイナンスからOHLCVデータを取得するExcelツール

2018/04/13

noteにビットバンク版エクセルツール公開の記事を投稿しました。

noteにビットバンク版エクセルツール公開の記事を投稿しました。
記事は100円の有料に設定してあります。


記事の内容は、ビットバンクからOHLCVデータを読み込むエクセルファイルの有料公開です。VBAコードは非公開にしています。

興味のある方は下記リンクからご覧ください。


note投稿記事はこちら
【Excel VBA】ビットバンクからOHLCVデータを取得&表示するExcelツール


2018/04/11

noteを投稿しました。cryptocurrency market cap版エクセルツールのVBAコード公開

本日、noteという記事投稿サイトがあるのですが、そちらにcryptocurrency market cap版エクセルツールのVBAコード公開の記事を投稿しました。
記事は200円の有料に設定してあります。
今後値上げするかどうかは今のところ未定です。

文字はコードも含めて約2万字はあると思います。
記事の内容はVBAコードを全て公開しています。また、VBAコードの説明もしています。

動機としては、VBAコードは公開したいと思っていたことと、できれば有料にしたいという思いがあったからです。
有料記事を書くにあたり、質と文量の双方を上げることを強く意識しました。責任が生じるため見えないプレッシャーから意識させられたと言ったほうがいいかもしれません。
また内容が重なるブログ記事の一部を非公開とさせていただきました。
当Excelツールはそのままブログにダウンロード可能にして公開してあります。


note投稿記事はこちら
Excel VBA】仮想通貨海外サイトCoinmarketcapから情報取得&表示するExcelツール





Coin market cap版 仮想通貨エクセルツール 各国法定通貨換算可能!価格・時価総額表示アプリケーション -Excel VBA

2018/03/24

Excel macro tool to get binance 24 hours ticker price -Excel VBA

I created an Excel macro tool to get binance 24 hour ticker price information.

This Excel macro tool can display price information of coins registered in binance exchange on the excel sheet.

JSON format data is read with VBA using binance API.



Binance

Binance is the crypto currency exchange in China, about 90 coins are listed and handled.
There is non-famous coins popularity vote, and there is a mechanism to list the top coins according to the voting result.
There is also hard fork coins support.


Recommended exchange here:
https://changelly.com/?ref_id=eb34ba12ab63


Overview


Displays current and 24 hours ago price, fluctuation rate / volatility for each pair of about 290 types
(Display current price with "lastPrice" and display other volumes, ask, bid, time etc. )


As I confirmed with binance site and the API, the price fluctuation rate seems to be compared with the current price 24 hours ago.


Operation method

Just press Go button.


After pushing, it reads the data and updates the sheet.

・Display image


Notice:

If you read data continuously in a short time, you will get an error due to HTTP communication too much. Please read it by pressing Go button after a certain interval.
Please do not change sheet name. It will not operate properly.
123456 comes out in symble, but I can not understand what it is. I think that you can ignore it as it comes out.



☆Download:

Binance_TickerPrice24h_In_Excel_1.xlsm(in Google drive)



Cryptocurrency Market Capitalizations version:
Updated free Excel tool for cryptocurrency price and market cap -Using Excel VBA





Donate BTC: 1LcULwCQPjxLGXdpEJkhNkPpqCwG5csasU

Donate LTC: LSXEG7tjeCCGWuzvf5eFvJUZM6Xpvsdc4f



Notice: If the Excel tool freezes, please open task manager by pressing Ctrl + Shift + Esc and Forcibly terminate it.
In personal experience, macro stopped in send method in program at http communication. One day, It was fixed unexpectedly. I am not sure the reason, although I tried to repair it a lot.



Information displayed from this Excel tool does not guarantee the contents accuracy, reliability.
We do not assume any responsibility for any damage suffered based on these information.
All decisions concerning investment / speculation should be made at the judgment of the user himself.

Recommended exchange here:
https://changelly.com/?ref_id=eb34ba12ab63

バイナンスの24時間ticker価格を取得するエクセルマクロツール Excel VBA

バイナンスの24時間ticker価格情報を取得するエクセルマクロツールを作成しました!公開します!

このエクセルマクロツールは、バイナンス取り扱い銘柄の価格情報をエクセルシート上に表示できます。


データはバイナンスからAPIを利用してVBAでJSON形式データを読み取っています。


バイナンス(Binance)

バイナンスとは中国にある仮想通貨取引所で、約90種類のコインが上場し、取扱いがされています。
草コインの人気投票があり、投票結果によって上位のコインを上場する仕組みがあります。
ハードフォークコインのサポートもされています。






概要

約290種類の各ペアの現在と24時間前の価格、変動額・変動率を表示
(lastPriceで現在価格表示、その他出来高、ask、bid、time等表示)


バイナンスのサイトとAPIとで確認したところ、価格の変動額・変動率は現在価格と24時間前の比較のようです。

操作方法

Goボタンを押すのみ


押した後はデータを読み込んでシートを更新します。

・表示イメージ


注意:

短時間で連続して読み込むと通信のしすぎでエラーが出ます。ある程度間隔をおいてから読み込んでください。
シート名は変更しないでください。正常に動作しなくなります。
symbleで123456というのが出てきますが何なのかよくわかりません。出てきたら無視していいと思います。



☆ダウンロードはこちら (無料)

Binance_TickerPrice24h_In_Excel_1.xlsm(Google ドライブ上)


Cryptocurrency Market Capitalizations版はこちら




Donate BTC: 1LcULwCQPjxLGXdpEJkhNkPpqCwG5csasU

Donate LTC: LSXEG7tjeCCGWuzvf5eFvJUZM6Xpvsdc4f



注意:ボタンを押した後にフリーズする場合はVBAからHTTP通信する時にプログラム上のsendメソッドのところで処理が止まっている可能性があります。その場合は数分待つかもしくは、Ctrl+Shift+Escでタスクマネージャから強制終了してやり直してみてください。フリーズが多い場合や不具合が起きる場合はこのExcelツールの利用を止めることをおすすめします。
私の場合はこのExcelツールを作ってから数日間は時々sendメソッドのリクエストを飛ばすところでフリーズしていました。しかしある日を境に急にフリーズがなくなりました。いろいろ試していたのですが何が原因で直ったのかはわからないままです。


bitFlyer ビットコインを始めるなら安心・安全な取引所で


当エクセルツールから表示される情報は、
内容の正確性、信頼性等を保証するものではありません。
これらの情報に基づいて被ったいかなる損害についても、当サイトは一切の責任を負いません。
投資・投機に関するすべての決定は、利用者ご自身の判断でなさるようお願いいたします。

2018/03/21

ファイルをコピーして増やすマクロ Excel VBA

こんにちは。今回はファイルをコピーして増やすマクロを公開します。

私は以前仕事で、毎日のようにあるファイルを10~30個くらいコピーを作って、ファイル名の末尾に番号をつける作業をしていました。
Ctrl + C、Ctrl + Vで複製してF2でファイル名選択して名前変更、としてると時間がかかってしまいますし、嫌気も感じてしまいます。
そこでマクロを作って自動化しようと思ったのです。

マクロを使うようになってからはもちろん仕事が速くなりました。
マクロが自動で判断して作業をするため、私は脳で判断をする必要が無くなり、無駄に労力を使わない分疲れも感じずに次の仕事に移れました。
自分の判断の意思決定、作業のほとんど全てをマクロに委ねることができました。


コードを下に載せておきますので参考にしてみて下さい。

Microsoft Office 365 Solo (最新 1年更新版)|オンラインコード版|Win/Mac/iPad対応

・コード

※ファイルを大量にコピーしすぎないようにプログラムが安全かしっかりと確認してから実行してください。
コピー元ファイルはコピーして良いファイルかどうかをしっかりと確認してください。
コードを修正して使用する場合も十分注意してください。
ファイルコピーのところで無限ループになってコピーを無限に増やすことになった場合、PCがどうなってしまうかわかりません。その場合はすぐに強制終了したほうがいいでしょう。

 Dim PATHNAME
 Dim FILENUM As Integer
 Dim EXTE As String
 Dim I As Integer

  ' 増やしたいファイルの数量をFILENUMに入れる
    FILENUM = Cells(6, 2).Value ’B6セルをファイル数入力欄にしている
    If FILENUM > 30 Then ’コピーしすぎるとダメなので数量制限。30超えたらEXIT
     MsgBox "ファイル数が多すぎます。"
     Exit Sub
    Else: End If

’コピー元ファイル選択
 Set xlAPP = Application
 PATHNAME = xlAPP.GetOpenFilename(FileFilter:=cnsFILTER, Title:=cnsTITLE)

'ファイル拡張子
 EXTE = Right(PATHNAME, 4) 'ファイル拡張子取得 右からドットまで

’ファイル名番号付け&コピー 'コピー元ファイルと同じpathにコピーされる
   For I = 2 To FILENUM + 1
       FileCopy PATHNAME, Left(PATHNAME, Len(PATHNAME) - 4) & I & EXTE
   Next
   
   Dim FPath As String, FileName As String, pNum As Long
   pNum = InStrRev(PATHNAME, "\") ’左から\までの数
   FPath = Left(PATHNAME, pNum) ’path取得
   
’エクスプローラを開いてコピー先確認
Shell "C:\Windows\Explorer.exe " & FPath, vbNormalFocus


2018/03/08

仮想通貨管理エクセルツール (草コイン対応) -Excel VBA

保有している仮想通貨を管理するためのエクセルツールを作成しました。ファイルを公開します。
自分のExcelでポートフォリオを作成できるようにしました。価格と変動率のみマクロを使用し他は自分で好きなように作成可能です。シンプルなマクロ設計にしてみました。
データの参照先はCryptocurrency Market Capitalizationsです。


☆おすすめエクセルツールはこちら
無料・ダウンロード可) 仮想通貨エクセルツール2 各国法定通貨換算可能!仮想通貨価格・時価総額データ表示アプリケーション -Excel VBA








●概要

  ・仮想通貨のシンボルを入力してボタンを押すと、価格と変動率をマクロで読み込んでシート上に表示
  ・1000種類以上の仮想通貨の価格が表示可能 (草コイン対応、https://coinmarketcap.com/の価格を表示。) 
  ・その他通貨保有量や評価額等は自分で好きなように作成可能(手動)
  ・表の上にチャートを挿入可能(手動)


●操作方法

・初期状態
ダウンロードして開くと下のシートが出てきます。

1.A列のシンボルの欄に仮想通貨のシンボルを入力します。19行目から下のセルが価格を表示できる仕様になっています(下の画像でBTCのセル)。18行目は評価額、元本、損益額を算出する時の合計値を表示するためにお使いください。17行目は見出しです。

シンボルとは通貨の単位のことです。ビットコインならばBTC, イーサリアムならばETH, リップルならばXRP, リスクならばLSKとなります。

2.UPDATEボタンを押します。
(https://coinmarketcap.com/のpublic APIを使用して価格データを読み込んでいます。)

3.ランクと価格(JPY)と変動率(1h, 24h, 7d)が表示されました。

4.横の通貨保有量、評価額等の列は自由に入力してください。表も自由に使えます。ふつうのエクセルの操作でOKです。
・例

注意:セルは結合しないでください。シートは追加しないでください。
https://coinmarketcap.com/の価格が表示されるため、日本の取引所と価格が異なります。
:ボタンを押した後にフリーズする場合はVBAからHTTP通信する時にプログラム上のsendメソッドのところで処理が止まっている可能性があります。その場合は数分待つかもしくは、Ctrl+Shift+Escでタスクマネージャから強制終了してやり直してみてください。フリーズが多い場合や不具合が起きる場合はこのExcelツールの利用を止めることをおすすめします。
私の場合はこのExcelツールを作ってから数日間は時々sendメソッドのリクエストを飛ばすところでフリーズしていました。しかしある日を境に急にフリーズがなくなりました。いろいろ試していたのですが何が原因で直ったのかはわからないままです。



☆ダウンロードはこちら(無料)



Donate BTC: 1LcULwCQPjxLGXdpEJkhNkPpqCwG5csasU

Donate LTC: LSXEG7tjeCCGWuzvf5eFvJUZM6Xpvsdc4f



当エクセルツールから表示される情報は、
内容の正確性、信頼性等を保証するものではありません。
これらの情報に基づいて被ったいかなる損害についても、当サイトは一切の責任を負いません。
投資・投機に関するすべての決定は、利用者ご自身の判断でなさるようお願いいたします。

Microsoft Office 365 Solo (最新 1年更新版)|オンラインコード版|Win/Mac/iPad対応

bitFlyer ビットコインを始めるなら安心・安全な取引所で

2018/03/03

Excel macro tool to get cryptocurrency market cap price data -Using Excel VBA

*I changed this article title at Mar. 30, 2018.

I have updated the Excel macro tool that displays data such as the price of the cryptocurrency and the market capitalization.
Data reference is Cryptocurrency Market Capitalizations.

This time update contents

・Cryptocurrency price and market capitalization can be converted into legal currency of countries around the world.
・Display  the entire cryptocurrency market capitalization and 24 hours volume
・Display bitcoin market share rate


Cryptocurrency price and market capitalization can be converted into legal currency of countries around the world.

You can choose which legal currency to convert from this time. You can choose from the currencies listed below.

・Fiat Currency List
AUD:Australian Dollar
BRL:Brazilian Real
CAD:Canadian Dollar
CHF:Swiss Franc
CLP:Chilean Peso
CNY:Yuan Renminbi
CZK:Czech Koruna
DKK:Danish Krone
EUR:Euro
GBP:Pound Sterling
HKD:Hong Kong Dollar
HUF:Forint
IDR:Rupiah
ILS:New Israeli Sheqel
INR:Indian Rupee
JPY:Yen
KRW:Won
MXN:Peso mexicano
MYR:Malaysian Ringgit
NOK:Norwegian Krone
NZD:New Zealand Dollar
PHP:Philippine Peso
PKR:Pakistan Rupee
PLN:Zloty
RUB:Rouble
SEK:Swedish Krona
SGD:Singapore Dollar
THB:Baht
TRY:Turkish Lira
TWD:New Taiwan Dollar
USD:US Dollar
ZAR:Rand

Display  the entire cryptocurrency market capitalization and 24 hours volume

From this time it is possible to display the entire cryptocurrency market capitalization with the notation total_market_cap.
In addition, you can display  the entire cryptocurrency 24-hour volume with the notation total_24h_volume.


Display bitcoin market share rate

From this time it is possible to display bitcoin market share with the notation bitcoin_percentage_of_market_cap.


Overview

Data is read from Cryptocurrency Market Capitalizations using API and displayd it on Excel sheet.
Which fiat currency to convert can be chosen from 32 fiat currencies.
Price, market capitalization, the ranking, 24 hours volume, 1 hour, 24 hours, 7 day fluctuation rate, supply quantity, issued maximum quantity are displayed.

When you enter any crypto currency symbol (BTC, ETH, etc) in column A, only data of that symbol is displayed.

Operation method

First of all, enable editing. Activate macro.
Enter the symbol of the cryptocurrency in lower cell from the 6th row of column A. A symbol is a unit of currency. It is BTC for bit coin, ETH for Ethernet, XRP for ripple, LSK for risk.

After entering the symbol, select a fiat currency from E1 cell.

After selecting the legal currency, press GO button. It does not matter if letters or numbers are entered in columns other than column A. It takes several seconds to dozens of seconds to display.

When you press All Crypto button, you can see data for all coins with over 1,000 in Cryptocurrency Market Capitalizations.

Pressing Clear button erases the value of the cell below the second row. The symbol also disappears.

It is updated every time you press the GO button, All Crypto button. There is no function to automatically update at fixed intervals.

Notice: If the Excel tool freezes, please open task manager by pressing Ctrl + Shift + Esc and Forcibly terminate it.
In personal experience, macro stopped in send method in program at http communication. One day, It was fixed unexpectedly. I am not sure the reason, although I tried to repair it a lot.


Download:

 My_CryptocurrencyMarketCap_Data_List_2.xlsm in Google drive


Binance version:
Excel macro tool to get binance 24 hours ticker price -Excel VBA


Donate BTC: 1LcULwCQPjxLGXdpEJkhNkPpqCwG5csasU

Donate LTC: LSXEG7tjeCCGWuzvf5eFvJUZM6Xpvsdc4f



2018/03/02

Coin market cap版 仮想通貨エクセルツール 各国法定通貨換算可能!価格・時価総額表示アプリケーション -Excel VBA

仮想通貨の価格・時価総額などの情報を表示するExcel のツールをアップデートしました。データの参照先はCryptocurrency Market Capitalizationsです。


●今回の主なアップデート


 ・仮想通貨の価格や時価総額を世界各国の法廷通貨に換算可能に
 ・仮想通貨市場全体の時価総額と24時間の出来高を表示
 ・ビットコインの市場占有率を表示
 



・仮想通貨の価格や時価総額を世界各国の法廷通貨に換算可能


今回からどの法定通貨で換算するかを選べるようになりました。下記一覧の通貨から選択可能です。

国別法定通貨(フィアット通貨)一覧
AUD:オーストラリアドル
BRL:ブラジルレアル
CAD:カナダドル
CHF:スイス・フラン
CLP:チリ・ペソ
CNY:人民元
CZK:チェコ・コルナ
DKK:デンマーク・クローネ
EUR:ユーロ
GBP:イギリスポンド
HKD:香港ドル
HUF:フォリント (ハンガリー)
IDR:ルピア (インドネシア)
ILS:イスラエルシェケル
INR:インド・ルピー
JPY:日本円
KRW:韓国ウォン
MXN:メキシコ・ペソ
MYR:リンギット (マレーシア)
NOK:ノルウェー・クローネ
NZD:ニュージーランド・ドル
PHP:フィリピン・ペソ
PKR:パキスタン・ルピー
PLN:ズウォティ (ポーランド)
RUB:ロシア・ルーブル
SEK:スウェーデン・クローナ
SGD:シンガポールドル
THB:タイバーツ
TRY:トルコリラ
TWD:台湾元
USD:USドル
ZAR:南アフリカ・ランド


・仮想通貨市場全体の時価総額と24時間の出来高を表示


今回からtotal_market_capという表記で仮想通貨市場全体の時価総額を表示できるようになりました。
また、total_24h_volumeという表記で仮想通貨市場全体の24時間の出来高を表示できるようになりました。


・ビットコインの市場占有率を表示


今回からbitcoin_percentage_of_market_capという表記でビットコインの市場占有率を表示できるようになりました。




●概要

Cryptocurrency Market CapitalizationsからAPIを利用してデータを読み込んでエクセルのシート上に表示しています。

どの法定通貨の換算にするかは32種類の法定通貨から選べるようになっています。
価格、時価総額のランキング順位、時価総額、24時間の出来高、1時間・24時間・7日間の変動率、供給数量、発行上限数量を表示します。

任意の仮想通貨のシンボル(BTC, ETHなど)をA列に入力するとそのシンボルだけのデータが表示されるようになっています。

●操作方法

※まずはじめに、編集を有効にします。マクロを有効にします。

1.A列の6行目から下のセルに仮想通貨のシンボルを入力します。シンボルとは通貨の単位のことです。ビットコインならばBTC, イーサリアムならばETH, リップルならばXRP, リスクならばLSKとなります。

2.シンボルを入力したら、E1セルから任意の法定通貨を選択します。


3.法定通貨を選択したら、GOボタンを押します。A列以外の列に文字や数値が入力されていてもいなくても構いません。表示されるまでに数秒から十数秒かかります。

4.All Cryptoボタンを押すとCryptocurrency Market Capitalizationsにある1000以上ある全銘柄のデータを表示します。

5.Clearボタンを押すと2行目より下のセルの値が消去されます。シンボルも消えます。

GOボタン、All Cryptoボタンを押すたびに更新となります。一定の間隔で自動更新するような機能はありません。

これで仮想通貨のデータをエクセルでチェックできますね。



☆ダウンロードはこちら (無料)

Coin market cap版 仮想通貨エクセルツール (Googleドライブ上)




注意:ボタンを押した後にフリーズする場合はVBAからHTTP通信する時にプログラム上のsendメソッドのところで処理が止まっている可能性があります。その場合は数分待つかもしくは、Ctrl+Shift+Escでタスクマネージャから強制終了してやり直してみてください。フリーズが多い場合や不具合が起きる場合はこのExcelツールの利用を止めることをおすすめします。
私の場合はこのExcelツールを作ってから数日間は時々sendメソッドのリクエストを飛ばすところでフリーズしていました。しかしある日を境に急にフリーズがなくなりました。いろいろ試していたのですが何が原因で直ったのかはわからないままです。


2018/02/28

Excel tool KWR (SOUTH KOREAN WON) version for cryptocurrency price and market cap -Using Excel VBA

I am happy to announce the release of Excel tool for cryptocurrency price and market cap.
I have developed KRW (SOUTH KOREAN WON) version. Please access link below.

Download : My_CryptocurrencyMarketCap_Data_List_KRW1.xlsm (in Google drive)

I have updated this Excel macro tool. Please access link below.
Excel macro tool to get cryptocurrency market cap price data -Using Excel VBA


This tool can fetch cryptocurrency details once you click on the command button in the Sheet.
By using the API, it display the data read from Cryptocurrency Market Capitalizations. Currency unit is displayed in KRW (SOUTH KOREAN WON) .

Remember to enable macros to Excel. Otherwise this Excel tool will not work.



・Operation procedure
Enter arbitrary cryptocurrency symble in the cell after the third row of column A as shown below, and click GO button. It is displayed in a few seconds to tens of seconds
When you press the All Symbol button, you will see the symbols of all the coins with more than 1000 in Cryptocurrency Market Capitalizations.

Each data is displayed as shown below.
Pressing the Clear button erases the values and formatting of all cells below the third row. The symbol also disappears.

Notice: If the Excel tool freezes, please open task manager by pressing Ctrl + Shift + Esc and Forcibly terminate it.

In personal experience, macro stopped in Http.send of program. One day, It was fixed unexpectedly. I am not sure the reason, although I tried to repair it a lot.




Donate BTC: 1LcULwCQPjxLGXdpEJkhNkPpqCwG5csasU

Donate LTC: LSXEG7tjeCCGWuzvf5eFvJUZM6Xpvsdc4f






2018/02/27

Excel tool INR (Indian rupee) version for cryptocurrency price and market cap -Using Excel VBA

I am happy to announce the release of Excel tool for cryptocurrency price and market cap.
I have developed INR (Indian rupee) version. Please access link below.

Download : My_CryptocurrencyMarketCap_Data_List_INR1.xlsm (in Goolge drive)

I have updated this Excel macro tool. Please access link below.
Excel macro tool to get cryptocurrency market cap price data -Using Excel VBA


This tool can fetch cryptocurrency details once you click on the command button in the Sheet.
By using the API, it display the data read from Cryptocurrency Market Capitalizations. Currency unit is displayed in INR (Indian rupee).

Remember to enable macros to Excel. Otherwise this Excel tool will not work.



・Operation procedure
Enter arbitrary cryptocurrency symble in the cell after the third row of column A as shown below, and click GO button. It is displayed in a few seconds to tens of seconds
When you press the All Symbol button, you will see the symbols of all the coins with more than 1000 in Cryptocurrency Market Capitalizations.

Each data is displayed as shown below.
Pressing the Clear button erases the values and formatting of all cells below the third row. The symbol also disappears.

Notice: If the Excel tool freezes, please open task manager by pressing Ctrl + Shift + Esc and Forcibly terminate it.

In personal experience, macro stopped in Http.send of program. One day, It was fixed unexpectedly. I am not sure the reason, although I tried to repair it a lot.



Donate BTC: 1LcULwCQPjxLGXdpEJkhNkPpqCwG5csasU
Donate LTC: LSXEG7tjeCCGWuzvf5eFvJUZM6Xpvsdc4f







Excel tool AUD version for cryptocurrency price and market cap -Using Excel VBA

I am happy to announce the release of Excel tool for cryptocurrency price and market cap.
I have developed AUD (Australian dollar) version. Please access link below.

Download : My_CryptocurrencyMarketCap_Data_List_AUD1.xlsm (in Google drive)

I have updated this Excel macro tool. Please access link below.
Excel macro tool to get cryptocurrency market cap price data -Using Excel VBA


This tool can fetch cryptocurrency details once you click on the command button in the Sheet.
By using the API, it display the data read from Cryptocurrency Market Capitalizations. Currency unit is displayed in AUD.

Remember to enable macros to Excel. Otherwise this Excel tool will not work.



・Operation procedure
Enter arbitrary cryptocurrency symble in the cell after the third row of column A as shown below, and click GO button. It is displayed in a few seconds to tens of seconds
When you press the All Symbol button, you will see the symbols of all the coins with more than 1000 in Cryptocurrency Market Capitalizations.

Each data is displayed as shown below.
Pressing the Clear button erases the values and formatting of all cells below the third row. The symbol also disappears.

Notice: If the Excel tool freezes, please open task manager by pressing Ctrl + Shift + Esc and Forcibly terminate it.

In personal experience, macro stopped in Http.send of program. One day, It was fixed unexpectedly. I am not sure the reason, although I tried to repair it a lot.


Donate BTC: 1LcULwCQPjxLGXdpEJkhNkPpqCwG5csasU
Donate LTC: LSXEG7tjeCCGWuzvf5eFvJUZM6Xpvsdc4f




用於加密貨幣的Excel宏TWD版本 Excel tool TWD version for cryptocurrency price and market cap

我很高興地宣布發行用於加密貨幣價格和市值的Excel。

我開發了TWD(新台幣)版本。 請訪問下面的鏈接。

Download : My_CryptocurrencyMarketCap_Data_List_TWD1.xlsm (in Google drive)

This tool can fetch cryptocurrency details once you click on the command button in the Sheet.
By using the API, it display the data read from Cryptocurrency Market Capitalizations. It displays in TWD.

Remember to enable macros to Excel. Otherwise this Excel tool will not work.



・Operation procedure
Enter arbitrary cryptocurrency symble in the cell after the third row of column A as shown below, and click GO button. It is displayed in a few seconds to tens of seconds
When you press the All Symbol button, you will see the symbols of all the coins with more than 1000 in Cryptocurrency Market Capitalizations.

Each data is displayed as shown below.
Pressing the Clear button erases the values and formatting of all cells below the third row. The symbol also disappears.

Notice: If the Excel tool freezes, please open task manager by pressing Ctrl + Shift + Esc and Forcibly terminate it.

In personal experience, macro stopped in Http.send of program. One day, It was fixed unexpectedly. I am not sure the reason, although I tried to repair it a lot.


Donate BTC: 1LcULwCQPjxLGXdpEJkhNkPpqCwG5csasU

Donate LTC: LSXEG7tjeCCGWuzvf5eFvJUZM6Xpvsdc4f

Excel tool GBP (STG) version for cryptocurrency price and market cap -Using Excel VBA

I am happy to announce the release of Excel tool for cryptocurrency price and market cap.
I have developed GBP (Great Britain Pound) version. Please access link below.

Download : My_CryptocurrencyMarketCap_Data_List_GBP1.xlsm (in Google drive)

I have updated this Excel macro tool. Please access link below.
Excel macro tool to get cryptocurrency market cap price data -Using Excel VBA



This tool can fetch cryptocurrency details once you click on the command button in the Sheet.
By using the API, it display the data read from Cryptocurrency Market Capitalizations. It displays in GBP.

Remember to enable macros to Excel. Otherwise this Excel tool will not work.



・Operation procedure
Enter arbitrary cryptocurrency symble in the cell after the third row of column A as shown below, and click GO button. It is displayed in a few seconds to tens of seconds
When you press the All Symbol button, you will see the symbols of all the coins with more than 1000 in Cryptocurrency Market Capitalizations.

Each data is displayed as shown below.
Pressing the Clear button erases the values and formatting of all cells below the third row. The symbol also disappears.

Notice: If the Excel tool freezes, please open task manager by pressing Ctrl + Shift + Esc and Forcibly terminate it.

In personal experience, macro stopped in Http.send of program. One day, It was fixed unexpectedly. I am not sure the reason, although I tried to repair it a lot.


Donate BTC: 1LcULwCQPjxLGXdpEJkhNkPpqCwG5csasU
Donate LTC: LSXEG7tjeCCGWuzvf5eFvJUZM6Xpvsdc4f