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)