Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get dukascopy tick volume by findatapy #42

Open
Allen-zjx opened this issue Apr 14, 2023 · 2 comments
Open

How to get dukascopy tick volume by findatapy #42

Allen-zjx opened this issue Apr 14, 2023 · 2 comments

Comments

@Allen-zjx
Copy link

md_request = MarketDataRequest(start_date='8 Jun 2010', finish_date='9 Jun 2010',
category='fx', fields=['bid', 'ask', 'volume'], freq='tick',
data_source='dukascopy', tickers=['AUDJPY'])

KeyError: "['AUDJPY.volume'] not in index"

@Allen-zjx Allen-zjx changed the title How can i get dukascopy tick volume by findatapy How to get dukascopy tick volume by findatapy Apr 14, 2023
@saeedamen
Copy link
Contributor

Try "bidv" and "askv" fields

@dennistamyf
Copy link

@saeedamen i am having the same question, it works. Do you guys know how to interpret the volume? And how can it be converted to a market traded volume?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants