# REST API

- [Code Example](https://docs.infoway.io/en-docs/rest-api/code-example.md)
- [Get Basic Info](https://docs.infoway.io/en-docs/rest-api/get-basic-info.md)
- [GET Symbol List](https://docs.infoway.io/en-docs/rest-api/get-basic-info/get-symbol-list.md): The Symbol List API allows you to retrieve the full list of available trading instruments across different markets.
- [GET Symbol Fundamentals](https://docs.infoway.io/en-docs/rest-api/get-basic-info/get-symbol-fundamentals.md): Retrieve essential product data including name, exchange, currency, and shares with the Symbol Basic Information API. Ideal for market analytics and symbol lookup.
- [GET Symbol Adjustment Factors](https://docs.infoway.io/en-docs/rest-api/get-basic-info/get-adjustment-factor.md): Obtain the price adjustment factors for products in different markets.
- [GET Market Trading Days](https://docs.infoway.io/en-docs/rest-api/get-basic-info/get-market-trading-days.md): Retrieve market-specific trading day data, including full and half-day trading sessions, with the Market Trading Days API. Ideal for market analysis and scheduling.
- [GET Market Trading Hours](https://docs.infoway.io/en-docs/rest-api/get-basic-info/get-market-trading-hours.md): Access market-specific trading hours, including pre-market, regular, and post-market sessions, with the Market Trading Hours API.
- [GET Stock Detail Data](https://docs.infoway.io/en-docs/rest-api/get-basic-info/get-stock-detail-data.md)
- [GET Stock Financial Data](https://docs.infoway.io/en-docs/rest-api/get-basic-info/get-stock-financial-data.md)
- [GET Stock Fundamental Data](https://docs.infoway.io/en-docs/rest-api/get-basic-info/get-stock-fundamental.md): Valuation history, institutional ratings, company overview, panorama, concept tags, corporate events, key drivers
- [GET Market Overview Data](https://docs.infoway.io/en-docs/rest-api/get-basic-info/get-market-overview.md): Market temperature, advance/decline breadth, global indexes, leading industries, ranking configuration
- [GET Sector Data](https://docs.infoway.io/en-docs/rest-api/get-basic-info/get-plate-data.md): Industry sector list, concept sector list, sector constituents, industry introduction
- [Market Data](https://docs.infoway.io/en-docs/rest-api/market-data.md)
- [GET Latest Trade](https://docs.infoway.io/en-docs/rest-api/market-data/get-latest-trade.md): Retrieve latest trade for stocks, cryptocurrencies, forex, energy, commodities, and more with the Real-Time Trade Details API.
- [GET Market Depth](https://docs.infoway.io/en-docs/rest-api/market-data/get-market-depth.md)
- [POST Candlestick(Real/Historical)](https://docs.infoway.io/en-docs/rest-api/market-data/post-candlestick-real-historical.md): Access real-time/Historical candlestick data for stocks, crypto, forex, energy, and commodities with the Candlestick API. Perfect for market analysis and trading strategies.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.infoway.io/en-docs/rest-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
