Discover a wide range of products tailored to your needs.
Simply select the ones you desire and begin working with them:
Ian Read
Business Development Lead
LinkPool
In our industry, data accuracy is critical but robust systems to ensure data availability are even more important. The talented team at Finage delivers, so we never miss a beat while securing billions for our clients. We rely on Finage because our clients rely on us.
Leave your financial data requirements to us while you focus on your development
Start for free and upgrade as your business grows
Gain access to comprehensive market data within minutes, seamlessly integrating with our user-friendly APIs documentation. This way, you can concentrate on your project without any hassle.
Benefit from fast and scalable streaming market data
Choose the server location that suits you best, reducing latency and ensuring optimal performance. Utilize WebSocket streaming to receive real-time data and build your own trade platforms.
Enjoy the convenience of all-in-one financial data made easy
Access institutional-level, real-time, and historical stock, forex, crypto prices, and more. Choose from our bundled packages or select individual data sets to meet your specific requirements.
We offer pricing options designed for teams of all sizes. Select a data solution that suits your needs and get started effortlessly.
Basic
Professional
Free/Widget
Stocks API
CFDs
Free API Plan
Starting at
$0
/ month
Free Widget Plan
Starting at
$0
/ month
Widgets
Starting at
$299
/ month
Check out our Documentation to see a full list of the symbols and more
We accept crypto as a payment method!
Please contact our dedicated support team at support@finage.co.uk to pay with crypto
We accept crypto as a payment method!
Please contact our dedicated support team at support@finage.co.uk to pay with crypto
We accept crypto as a payment method!
Please contact our dedicated support team at support@finage.co.uk to pay with crypto
Feel free to reach out to our team of data experts. We are here to assist you in selecting the ideal package that suits your needs.
Build your application using the programming language you are most comfortable with. We believe in empowering you to create something extraordinary without the need to spend valuable time integrating your preferred language with another.
WebSocket
Api
const WebSocket = require('ws');
/* Connect to the live stream by using your unique server address. */
const ws = new WebSocket('wss://abc123.finage.ws:7000/?token=YOUR_KEY');
ws.on('open', () => {
console.log('Connected!');
// Subscribe to a symbol
ws.send('{"action": "subscribe", "symbols": "AAPL, AMZN, TSLA"}');
})
ws.on('message', ( data ) => {
console.log(data); // JSON response
})
Please note that all data provided under Finage and on this website, including the prices displayed on the ticker and charts pages, are not necessarily real-time or accurate. They are strictly intended for informational purposes and should not be relied upon for investing or trading decisions. Redistribution of the information displayed on or provided by Finage is strictly prohibited. Please be aware that the data types offered are not sourced directly or indirectly from any exchanges, but rather from over-the-counter, peer-to-peer, and market makers. Therefore, the prices may not be accurate and could differ from the actual market prices. We want to emphasize that we are not liable for any trading or investing losses that you may incur. By using the data, charts, or any related information, you accept all responsibility for any risks involved. Finage will not accept any liability for losses or damages arising from the use of our data or related services. By accessing our website or using our services, all users/visitors are deemed to have accepted these conditions.