Foreign exchange rates & currency rates JSON API

FCS (Forex Crypto Stock) is a FREE and simple and fast forex API for the latest and historical foreign exchange rates and technical indicator.


Fast & reliable

Forex, Crypto & Stocks API is developed for exchange rates to handle thousands of requests per second also monitor constantly.

FCS API

Built in Forex compatibility so you can keep all the libraries you already like and use them daily.

Response

At the end, Response matters a lot for each and every work either it would be an offline job or an online work. FCS API always gives outstanding responses.

Forex

FCS API has been working in forex marketing by providing all the mandatory and consequential data. Forex trading becomes the most popular than the others trading platforms. Our team always ready to get connected with the developers who are looking for an API which they can not find, We have a collection of API. We also provide a signal API and indicators by which they can easily analyze the market trends and update with sudden up and down in the market place. Finding the latest exchange rate in the forex can be tough because there are so many out there, claiming themselves to be experts. It is important to see who actually provide live forex rates with real-time and accurate results and who can actually help your business out. You can set a server by using different API to get real-time Data like currency converters to see the latest rates and it seems the most important API we have provided.

Crypto

You can get the latest cryptocurrency rates, market supply, crypto technical indicators volume, and historical crypto data. Thousands of developers use our coin exchange rates data to make a profitable application, and They get benefits from crypto signals and real-time prices, also we provide coin market capitalization data. Through our free crypto API you will get previous and current moving averages, crypto circulating supply and indicator signals and use it in any website or application. We are playing an influential role in developing API and provide basic need of coin API for developers.
We give them all such historical and current database and live crypto supply by using this they can work more efficiently.

Stock

FCS API has been connected with multiple stock exchange markets of 30+ countries. It is the best and secure platform that allies financial data consumption and market data management. The stock exchange market is one of the reliable markets for trading. The exchange market is based upon the country and company supply and demand. We provide many useful API and tools to our users to get the latest data and updates for the historical and current business reports and affairs regarding. Our API allows them to get the latest previous historical exchange rates, income, earnings, and cash flows. There are a lot of websites that provide stock free market data, but the major difference between us is our way of conveying data which is given in a simple way that anyone can get and use it. On our website, we provide all the latest and historical data which is full of our customer's satisfaction and give a reliable database. In that manner, they can not require any other platform for their desire data.



Forex Rates API

Real-time forex quotes 1-5 seconds update frequency for all major currency pairs. You can get real-time rates for all major pairs 24 hours a day. The API is fast, secure, and easy to use. Our forex API has developed and tested to handle millions of requests/second and low latency. API endpoints quickly deliver responses to your applications and can manage multiple parallel requests. Our services are available to use worldwide including the USA, UK, Turkey, UAE, and other 200 countries. This API is available at the best affordable price for users who needs to show the most accurate, live, foreign exchange rates. Follow our FX API documentation Here


2K+ Forex Currency

Providing 145+ unique FX and 2000+ FX pairs combination data

Forex History Data

You can discover all the back History rates data to the year 1995.

Dedicated Support

We are online most of the day to give you best support.


Forex Real Time Rates

Find Real-Time Socket documentation Here
Note: No changes will be on Saturday and Sunday when the market is closed.

Cryptocurrency Rates API

Show the most accurate data to your users with our API. We are a high-quality service, a one-stop-solution market data provider for cryptocurrency markets. We provide secure, reliable, and accurate crypto market APIs to digital currency markets. We collect data from 30+ cryptocurrencies exchanges and integrated and provides fast JSON API. Data aggregated from different exchanges and thousands of crypto coins, you can be sure that you are retrieving the right information on every request. You can get all the latest cryptocurrency rates, volume, and historical crypto data, Also we provide market supply data. Supports 5000+ coins including bitcoin, ethereum, ripple, litecoin. We are playing an influential role in developing API and providing the basic need of coin API for developers. Follow our Cryptocurrency API documentation Here


5K+ Digital Currency

Instantly accessible, providing up to 5000+ crypto currencies exchanges API data

Crypto Historical Data

You can get current and all the previous history rates to the year 2000.

Crypto JSON API

Delivering your data in milliseconds to you, well-documented and simple API in JSON, XML or CSV formats.


Stock Market API

Tap into a world of stock market data, supporting the latest prices, company profiles, financial statements, income and earning statement, news, and historical market data from 60+ stock exchanges. FCS has been attached to the stock exchange market of 30+ countries and supporting 35,000 stocks worldwide. Here, 6000+ stocks are available from the united states of America, Japan and China have 4k,4k stocks, South-Korea, and India has 3K, Canada has 2000 socks, the united kingdom has 1500 stocks and more stocks data are from other countries in our database. It is the best stock market API that provides financial data and market data. We provide the best finance API and many useful tools for users to get the latest data and updates for the past and current stock reports. Our API allows them to get current and past exchange rates and cash flows. FCS supports the latest stock quotes from all over the world including, Nasdaq API, NYSE, Hong Kong, BSE exchange API, and more. Check Stocks API documentation Here


35K+ Stocks Data

Our stocks API support 30+ countries and 35K+ active stocks around the world

Stock Historical Data

Support history from the beginning of company or from 1995.

Financial Data API

Provides stock income, balance sheet, earning, cash flow data, stock profile, stock performance, and fundamental reports.


Easy Document

Forex Crypto Stocks API

Forex Currency Stock API is providing real-time exchange rate prices for 145+ world currencies. API comes with multiple endpoints, each serving a different response. Each response includes the latest exchange rate prices for all currencies, historical data of single or multiple currencies, converting the price from one currency to another.

Through FCS API documents, we will guide our API structure, usage of parameters, error codes, and code examples. If there any question is left, please make sure to contact us through Live Chat, or contact form and our team will be happy to help out. Checkout complete documentation Here

Latest Price

Your API Key is your unique account key, that passed through the API URL's parametersaccess_key={YOUR_API_KEY}. Your unique key authenticates with the FCS API to give you access to our Database.

Basic URL:
https://fcsapi.com/api-v3/forex/latest?symbol=EUR/USD&period=1h
Passed your API key:
https://fcsapi.com/api-v3/forex/latest?symbol=EUR/USD&period=1h&access_key=API_KEY

If you dont have FCS API access key, you can registered here Signup (Free).

FCS API Response:

All exchange rates response in the JSON format by the FCS API. Each API response returned in JSON format OR (XML, object and serialized) formats and parsed easily using any programming language.

Response Example: Below you check an API response example of USD/JPY historical price data, that include (Open, Close, High, Low) prices of 1H time period and time stamped when price were collected, time in UNIX format. For more details please visit our documentation page.

GET https://fcsapi.com/api-v3/forex/history?symbol=USD/JPY&period=1h&access_key=API_KEY 

RESPONSE :
{
  "Symbol""USD/JPY",
  "candle": {
     "o"147.36,
     "h"147.45,
     "l"147.09,
     "c"147.31,
     "t"1665712800000,
     "tm""2022-10-14 02:00:00"
  }
 ...{+300 Historical Candles}
}

As show above, API's response data - when queried for real-time OR historical exchange rates, response always contains a timestamp object with index key t containing "UNIX timestamp" format, a symbol object containing the currency short name, a candle object containing the o Open Price, h High Price,l Low Price and c Close Price. Object containing the actual exchange rate data.

For more details and API's, please goto the Documentation section, The API Requests and response structure will be discussed in detail.

What Clients Say

FCS api the documentations you have provided give me all the answers that were not clear. Thank you !!!