Technical Guides - News, Updates & Guides
Latest Posts

Collect Historical Stock Price Data into Excel with Python
In this post, we will talk about how can we collect historical stock prices into Excel. Let's dive in. Install Required Packages We are going to use Pandas for this project. Also, we have to install Openpyxl too. pip3 install pandas pip3 install openpyxl pip3 install requests Now, we are ready to
Read More
Connect to the Financial Data via WSCAT on Your Terminal
Financial data is more accessible and easy to understand via Finage. In this post, we will talk about how we can use or test the WebSockets on the terminal. Let's start with installing the WSCAT. You need to NodeJS on your computer to install the WSCAT. You can install NodeJS with the given link bel
Read More
5 things to consider before creating an trading platform
All of the participants, investors and brokers in the stock exchange closely follow and use all the developments in the web and mobile field by keeping up with the technology. E-commerce application is a good way to develop a stock market application. However, there is no perfect trading practice
Read More
9 most popular questions about Stock APIs
There are lots of questions asking about APIs on stocks, forex and cryptocurrency. Today I’ll answer all most popular questions about stock APIs.1-) What is stock market API?Stock market APIs are financial data whoever would like to build financial applicaitons, tools and platforms with stock prices
Read More
How to beautify cURL output in the terminal using jq
In this post, we will beautify the output of the cURL using jq. In this way, we can get more readable responses from the cURL and test our APIs easily.Firstly, let’s make a simple API request to the Finage’s currency API using cURL. curl "https://api.finage.co.uk/last?currencies=GBPUSD,EURUSD&a
Read More
Best Stock Market REST APIs – The Most Detailed Guide
This question-asking by everyone who is looking for reliable, affordable, and easy to use Stock Market Rest API nowadays. Today I’m going to explain what makes a stock market API good and bad then I will let you decide what makes a stock API good or bad?First of all, let's clarify the features of a
Read More