Financial data & solutions
for everyone.
Real-time Stock, Forex and Cryptocurrency market data via API, WebSocket & Widgets.
Great way to access
financial data
Finage has more than 28.000+ symbols in real-time. We bring together everything that’s required to build financial applications that need Real-Time stock, forex and cryptocurrency data via APIs and WebSocket.
US Stock Market
You can reach more than 25.000+ U.S. stock data via Finage's Real-Time WebSocket and APIs. You can also use the 15-year Historical Data API for the U.S stocks as well.
View moreForex
Finage offers more than 1300+ currencies in real-time & Historical Data API. Forex data all in one place, so you can access our full selection of data.
View moreCryptocurrencies
We offer you more than 1500+ cryptocurrencies via API and WebSocket. Finage has the most popular cryptocurrencies as Real-time.
View moreAffordable Packages
Stocks, Forex and Cryptocurrencies with Real-Time & Historical Data
Advance U.S. Stock Market Data
- Real-Time Updated
- 100% U.S. Market Coverage
- Unlimited API Calls
- 15-Year Historical Data
- HTTPS Encryption
- Public Server
- Premium Support
Premium U.S. Stock Market Data
- Real-Time
- 100% U.S. Market Coverage
- WebSocket
- Unlimited API Calls
- 15-Year Historical Data
- HTTPS Encryption
- Private Server Option
- Premium Support
Enterprise U.S. Stock Market Data
- Real-Time with <1 ms delay
- 100% U.S. Market Coverage
- Unlimited API Calls
- WebSocket
- 15-Year Historical Data
- HTTPS Encryption
- Dedicated Server Option
- Priority Support
Got a question about packages ?
We are ready to assist you with package selection. Feel free to contact us via live chat or by email. We want to help you to choose the best package for you.
Contact UsWhere is the data coming from?
US Stocks
We are getting the most secure data from the CTA and UTP Feeds via a cable going from our Datacenter to their servers. It's a point-to-point system.
Currencies
We connect directly to a variety of institutional sources.
Crypto
We connect to the highest volume exchanges, and Level 1 and 2 order books come from the same source.
What gives you a free package?
You can try out the API and Widget services for free. No credit card is required and we are also providing support during that time. You can upgrade your free package at any time without re-installing.
Premium Support
With premium support, we are providing enhanced technical support through live chat and email for your business evolving needs.
We Love Startups
We love startups because they are creating massive opportunities for the people they are trying to succeed with. We will be offering a %10 discount for the first month to help those that need it.
How do I connect to the Finage ?
You can call our restful APIs, connect to a real-time Websocket or you can install our widgets directly onto your platform.
How long does it take to connect to the data ?
When you sign up and fill in the requirements for a connection, you can begin accessing the data right away. Currency and Crypto data will be available immediately after you sign up.
Why Finage
A technology first approach to finance and market data feeds.
Finage Widget Collection
Visuality is the best way to demonstrate complex data for easy understanding. Select custom widgets with different color schemes to best fit best on your platform. Available across most of popular platforms.
Developer Friendly
Our flexible platform works with all the tools you use every day so you can integrate it with your own methods and get started right away. You can run it in C++, Go, .Net, Node.JS, Python, Java, PHP, Ruby and HTML along with sample code and a few other features.
APIs & Web Sockets
Put your key in, integrate with detailed documents, Connect & Start with one click and you're ready to receive tailored secure real-time data with super low latency over TCP protocols.
Wide Data Coverage
There are dozens of data resources you can use on your platform. Financial statements, Ownership, Analyst’s Estimates, Stock API, Forex & Crypto API, News Sentiments, Earning Call Transcripts, Merger and Acquisitions and more are included in your request.
Focus Innovation - Flexible Development Options
Build your application in any major programming language you are familiar with. Spend your time creating something amazing without wasting any more time by integrating your language into another language.
const WebSocket = require('ws');
/* No API Key Required for the Non-Pro packages, register your
server's IP address on the dashboard. There are no vulnerability or
unnecessary stages. Ready to use! */
/* You can have an unique WebSocket address
if you subscribe to our professional packages. */
const ws = new WebSocket('wss://socket.finage.co.uk:440');
ws.on('open', () => {
console.log('Connected!');
// Subscribe to a symbol
ws.send('{"action": "subscribe", "symbol": "GBPUSD"}');
})
ws.on('message', ( data ) => {
console.log(data); // JSON response
})
ws.on('error', console.log);
RESTful API Docs
Everything you need to know about versioned JSON RESTful APIs of the Finage Platform.
Documentation