question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Quotecast.get_chart resolutions missing

See original GitHub issue

First off thank you very much for this very well made package.

When trying to fetch chart data using quotecast for longer periods like P1M or P3M etc I would like the resolution to be 1 day. Looking at degiro itself it seems like a resolution code of P1D, P7D and P1M is being used in the requests, for instance:

resolution=P1D
culture=nl-NL
period=P3M
series=issueid%3A613007
series=price%3Aissueid%3A613007
format=json
callback=vwd.hchart.seriesRequestManager.sync_response
userToken=???
tz=Europe%2FAmsterdam

Looking at the pb2 enum it seems like we only have intraday resolutions and we’re missing the P1D, P7D and P1M resolutions.

Thanks again for the great work you’re doing!

Cheers, Michel

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
digaphcommented, Jul 22, 2021

@Chavithra thank you very much. I tested it and it works like a charm.

Cheers, Michel

0reactions
Chavithracommented, Jul 27, 2021

You are right, I didn’t know that :

  • enum inside the same message couldn’t have the same option names.

Merged Period and Resolution into a single Interval enum.

The modification was published and a migration script comes with it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Missing Resolutions Options after moving to OneUI 5 final ...
Hi,. I have a s8 ultra Tablet and using v13 with latest Dex. I do not have any resolution settings in the settings...
Read more >
1920 x 1080 screen resolution missing in Windows 10
It has a screen resolution of 1920 x 1080, but there is no option in Windows 10 to match that. I went through...
Read more >
Fix Missing Screen Resolutions on Windows 10 - YouTube
If your screen has a stretched out image this video may provide you with the steps to fix your issue. Hopefully it helps...
Read more >
Change your Mac display's resolution - Apple Support
Set the resolution for a connected display · On your Mac, choose Apple menu > System Settings, then click Displays in the sidebar....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found