Hey devs ๐
Weโve just shipped something simple but powerful at Finage โ
every plan now starts with an instant 3-day free trial.
No waiting, no forms โ just real-time market data in seconds.
If youโre building anything fintech-related โ
trading dashboards, portfolio trackers, quant systems, or even DeFi analytics โ
you can now get instant API keys and test all endpoints freely.
๐ง What You Can Build With Finage
- Real-time stock prices
- Crypto & forex pairs
- Market indices & sentiment data
- WebSocket streaming & historical endpoints
import requests
api_key = "YOUR_API_KEY"
symbol = "AAPL"
url = f"https://api.finage.co.uk/last/stock/{symbol}?apikey={api_key}"
response = requests.get(url)
print(response.json())
{
"symbol": "AAPL",
"ask": 233.75,
"askSize": 100,
"bid": 233.65,
"bidSize": 200,
"timestamp": 1728918011000
}
Thatโs it โ youโll get a real-time snapshot instantly โก
๐งฉ Start Testing
๐ https://finage.co.uk
Just pick a plan โ click โStart Free Trialโ โ get your keys instantly.
โธป
๐ฌ Weโd love to hear what you build โ drop your project or feedback in the comments!
Top comments (0)