We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I used a method from the documentation. check the code below.
@router.get("/detailedfxdata") def detailed_fx_data( #to_symbol: str, #from_symbol:str, ):
fwd_usdeur = openbb.forex.fwd('EUR', 'USD') fwd_jpyeur = openbb.forex.oanda.fwd('JPY', 'EUR') fwd_pairs = fwd_jpyeur.join(fwd_usdeur, on = ['Expiration'], lsuffix = ' JPY/EUR', rsuffix=' USD/EUR')
To Reproduce hit the endpoint that uses openbb.forex.oanda.fwd()
Screenshots
Desktop (please complete the following information):
Additional context Add any other information that you think could be useful for us.
The text was updated successfully, but these errors were encountered:
The fwd function doesn't actually come from Oanda, it comes for FX Empire. Thanks for highlighting the error in the example.
fwd
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
I used a method from the documentation. check the code below.
@router.get("/detailedfxdata")
def detailed_fx_data(
#to_symbol: str,
#from_symbol:str,
):
To Reproduce
hit the endpoint that uses openbb.forex.oanda.fwd()
Screenshots
Desktop (please complete the following information):
Additional context
Add any other information that you think could be useful for us.
The text was updated successfully, but these errors were encountered: