Data API
How do the History API and the Quotes API differ in terms of the data they provide?
The key difference between the History API and the Quotes API lies in the type of data they offer. The History API is designed to provide historical data, useful for analysis and back-testing. In contrast, the Quotes API delivers real-time data, ...
Is there any delay in the data provided by the History API?
There is no inherent delay in the data provided by the History API. However, it's important to note that complete and accurate candle data is available only after the completion of the specified time resolution. This means that for the most precise ...
Is it possible to obtain real-time data using the History API?
The History API is not designed for retrieving real-time data. Its primary function is to provide historical data. For real-time market data, you would need to use a different API that is specifically intended for that purpose.
What should I do if a symbol is absent from the symbol master CSV file?
If you cannot locate a symbol in the symbol master CSV file, it likely indicates that the symbol is either invalid or has expired. This file is a comprehensive database of all valid symbols and is updated regularly. An absent symbol usually means ...
Where can I find the symbol master CSV file for reference?
The symbol master CSV file is readily accessible through the API documentation provided by FYERS. This file is a crucial resource for anyone needing detailed information on various symbols. You can visit the documentation at Fyers API Documentation ...
How can I check if a specific symbol has expired?
To determine whether a symbol has expired, consult the symbol master CSV file, which is updated daily. This file provides comprehensive information about all valid symbols, including their expiration dates and current status. By reviewing the ...
What steps should I take if I encounter the error "Please provide a valid symbol" in an API request?
If you receive an error stating "Please provide a valid symbol," it's essential to verify the accuracy and validity of the symbol used in your API request. Firstly, double-check the symbol to ensure it hasn't expired and that it is formatted ...
Why is the "CMD" object sometimes missing in the response from the quote API endpoint?
The "CMD" object in the quote API endpoint response is included exclusively during the pre-market period if there is a change in volume. In scenarios where there is no volume change during the pre-market, the "CMD" object will not be present in the ...
Does the timestamp in each candle from the History API indicate its starting time?
Yes, in the History API, the timestamp provided for each candle indeed signifies the starting time of that candle. The data for each candle includes not only the timestamp but also the open, high, low, close, and volume values corresponding to a ...
How can I use the Market Status API to check the current market status of all exchanges and segments?
To ascertain the current market status of all exchanges and their segments, employ the Market Status API. This tool provides a comprehensive response encompassing the exchange, segment, market type, and current status (either CLOSED or OPEN). This ...
Where can I find the most recent symbols for different exchanges using Fyers API v2.1?
For the latest symbols of various exchanges, refer to the Symbol Master files provided by FYERS. These files are tailored for each exchange and are available in CSV format. They encompass crucial details such as the symbol name, the type of exchange ...
How do I retrieve quotes data for one or more symbols using the Quotes API?
To fetch up-to-date quotes data for one or multiple symbols, the Quotes API is the solution. This API allows you to request full market quotes for up to 50 symbols at a time. Just provide the symbols, separated by commas, and the API will return a ...
How can I use the History API to obtain historical data for a symbol within a certain date range?
The History API is your go-to resource for retrieving historical data (referred to as 'candles') for any symbol within a designated date range. To use this API effectively, you need to specify several parameters such as the symbol, candle resolution ...
How do I access market depth data for a specific symbol using the Market Depth API?
To obtain detailed market data for a specific symbol, you should utilize the Market Depth API. This powerful tool provides comprehensive market information, including quantities, OHLC (Open, High, Low, Close) values, and bid/ask prices. To acquire ...