Skip to main content

biquote

Free real-time market data for Python - forex, crypto, gold, index CFDs and a 54-country economic calendar, streamed from a MetaTrader 5 feed.

No API key. No signup. 15,000 requests/min.

pip install biquote
from biquote import Biquote

bq = Biquote()

# One quote - use "mid" as the price
tick = bq.tick("EURUSD")
print(tick["mid"], tick["dayDiffPercent"])

# Up to 100 symbols in one request
ticks = bq.latest(["EURUSD", "XAUUSD", "BTCUSD", "USDTRY"])

# OHLC candles into pandas (oldest first)
import pandas as pd
df = pd.DataFrame(bq.ohlc("XAUUSD", interval="1h", limit=500))

# Only the ~280 instruments that are live right now
live = bq.symbols(live_only=True)

# This week's high-impact macro events
events = bq.calendar(importance="high", countries="US,EU,GB")

Good to know

  • last and volume are always 0 on FX/CFD feeds - mid is the price.
  • The catalogue lists ~1,700 instruments but only ~280 quote at any moment; filter with symbols(live_only=True).
  • For push updates use the SignalR hub at https://biquote.io/hubs/tick (no rate limit) - see the API docs.
  • Docs: https://biquote.io/docs/ - Widgets: https://widgets.biquote.io

MIT (c) biquote.io

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

biquote-0.3.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

biquote-0.3.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file biquote-0.3.0.tar.gz.

File metadata

  • Download URL: biquote-0.3.0.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.8

File hashes

Hashes for biquote-0.3.0.tar.gz
Algorithm Hash digest
SHA256 b85790bca7e40838576032322313552bb09910be7d2a789670b275a8faf8b17b
MD5 0bab67580f3355f57672f058d61ebbcb
BLAKE2b-256 6c3cafebbaf1db8d34ed6410fef6decda3407d61d347a9a4731babdd35e534f8

See more details on using hashes here.

File details

Details for the file biquote-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: biquote-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.8

File hashes

Hashes for biquote-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3abd9030d3da164f03bd41b30cc04fc9deb1cdde48be24bb55ae3b8ad6209202
MD5 f9de977b629846042a2bb446adb9a1a1
BLAKE2b-256 a7cbbbb803374677a77480cf32584dd5dee5684844adc0a4f95a394d028d5719

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3.0 This release

2 files

0.2.0

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page