📈Using AirTable w/ CRANQ
We follow Toby as he gathers crypto exchange rate data from Yahoo Finance, manipulates it into a new data format, and inserts, and updates it in AirTable using a loop
Last updated
We follow Toby as he gathers crypto exchange rate data from Yahoo Finance, manipulates it into a new data format, and inserts, and updates it in AirTable using a loop
Last updated
This project is going to help you master some fundamental skills in CRANQ! We're going to pull data from the Yahoo Finance API, and insert it into AirTable, all with low-code. Then we're going to map that data, and continuously update it, so we could make a trading alert, for example. Along the way, we'll also work on using variables and buffers. You will learn:
How to collect data from an open API
Data Transformation using CRANQ
How to write data to an AirTable
How to update an AirTable
Have fun!