-
Notifications
You must be signed in to change notification settings - Fork 76
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
Base Currency different than USD #31
Comments
Did you check that said prices are actually downloaded? Unfortunately
Quandl has recently retired its WIKI currency price database, which is a
real frustration.
…On 21 May 2018 at 15:24, Jeroen De Ryck ***@***.***> wrote:
Hi everyone,
I tried changing the base currency to EUR but keep getting an error that
prices are not found for USDEUR.
I simply added a dictionary with codename USDEUR and then changed the
lambda x:x to lambda x: 1/x. as said in the guide. Ideally the code could
figure out concurrent currencies by triangular multiplication or inverting.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#31>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAb3XfpragBX0OwnuWk7sEmH6-w0nFR5ks5t0s4VgaJpZM4UHEmt>
.
--
*Chris Muktar*Director
*Email* *[email protected] <[email protected]>*
*Switchboard* *0845 625 9454*
*Website* *www.wikijob.co.uk <http://www.wikijob.co.uk/>*
101 Finsbury Pavement, London, EC2A 1RS
<http://wikijob.co.uk/>
|
Hey Chris, you are correct, no prices have been downloaded. Could you explain how prices/currencies are downloaded exactly because I only see calls being made to the functions in |
Normally it downloads everything you need when you download the contract. The functions to download stuff are in quandl_provider.py. There's a script (download.py) that should download everything too. |
Hi everyone,
I tried changing the base currency to EUR but keep getting an error that prices are not found for USDEUR.
I simply added a dictionary with codename USDEUR and then changed the lambda x:x to lambda x: 1/x. as said in the guide. Ideally the code could figure out concurrent currencies by triangular multiplication or inverting.
The text was updated successfully, but these errors were encountered: