JSON API to Excel

SimonPee

New Member
Joined
May 28, 2014
Messages
1
Hi,

I'm trading crypto's and want to build an Excel spreadsheet to monitor marketmovements for analyzing.
I can do so by using the API offered by the exchange; https://api.mintpal.com/v1/market/trades/MINT/BTC.
Now I have never used VBA and find it really hard to find any tutorials for less-advanced people like me.

What do I want exactly?

I want cells to automaticly populate based on the info provided by the API.
I want data to be stored before refreshing.


Example;


{"time":"1401295828.2992","type":1,"price":"0.00000005","amount":"22285.35197204","total":"0.00111426"},{"time":"1401295828.2878","type":1,"price":"0.00000005","amount":"2867371.92211680","total":"0.14336859"},


[TABLE="width: 500"]
<tbody>[TR]
[TD]1401295828.2992[/TD]
[TD]1[/TD]
[TD]0.00000005[/TD]
[TD]22285.35197204[/TD]
[TD]0.00111426[/TD]
[/TR]
[TR]
[TD]1401295828.2878[/TD]
[TD]1[/TD]
[TD]0.00000005[/TD]
[TD]2867371.92211680[/TD]
[TD]0.14336859[/TD]
[/TR]
</tbody>[/TABLE]


Please let me know if this is even possible in Excel? And if so, perhaps show an example which a user like me can understand.

Thanks.
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

Forum statistics

Threads
1,226,528
Messages
6,191,579
Members
453,665
Latest member
WaterWorks

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top