> For the complete documentation index, see [llms.txt](https://docs.motivewave.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motivewave.com/knowledge-base/getting-started/free-data-sources.md).

# Free Data Sources

Free data sources and trials are listed below. Please note the limitations of each connection.

| Connection                                      | Instruments                     | Limitations                                                                                                                                                                                                                              |
| ----------------------------------------------- | ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Google/Yahoo](https://finance.yahoo.com/)      | Stocks                          | Two weeks of intraday data. Data is delayed and recommended for demo purposes only.                                                                                                                                                      |
| [CryptoCompare](https://www.cryptocompare.com/) | Cryptocurrency                  | Only 7 days on intraday data (BTC/USD may offer more).                                                                                                                                                                                   |
| [Forex.com](https://www.forex.com/)             | Forex                           | [Free demo account](https://www.forex.com/en-ca/demo-account/). European restrictions on executing trades with platforms based outside of the EU.                                                                                        |
| [FXCM](https://www.fxcm.com/)                   | Forex, CFD                      | [Free demo account](https://www.fxcm.com/ca/platforms/trading-station/free-demo/). European restrictions on executing trades with platforms based outside of the EU.                                                                     |
| Data Import                                     | All                             | Import CSV, ASCII or MetaStock database.                                                                                                                                                                                                 |
| **Free Trials**                                 |                                 |                                                                                                                                                                                                                                          |
| [IQFeed](https://www.iqfeed.net/motivewave/)    | Stocks, Futures, Forex, Options | Sign up with our link to receive a 14-day free trial with delayed data. Sign up via their website for a 7-day free trial with live data. [Sign up link.](https://www.iqfeed.net/motivewave/index.cfm?displayaction=start\&promo=1996499) |
| [Barchart](https://www.barchart.com/trader)     | Stocks, Futures                 | Sign up through their website for a 14-day free trial. [Sign up link.](https://www.barchart.com/register/realtime/form.php?ID=MW)                                                                                                        |
| [CQG](https://www.cqg.com/)                     | Futures                         | Sign up through the free demo account link when adding a CQG connection to your workspace. Only one free trial allowed per user per lifetime. [Sign up link.](http://demo.cqgtrader.com/demorequest/motivewave/)                         |
| [Rithmic](https://www.rithmic.com)              | Futures, Options                | Sign up through Rithmic’s website. Only one free trial allowed per user per lifetime. [Sign up link.](https://www.rithmic.com/demo.html#sign-up)                                                                                         |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.motivewave.com/knowledge-base/getting-started/free-data-sources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
