Using Capital IQ in R

This question might be a longshot, but has anyone here used some form of an API/webscraping to pull data from Capital IQ into R? I've been looking for solutions everywhere but not too much luck. I managed to find one API in Python (see https://github.com/faaez/capiq-python), but I keep on getting an error when I try to run the code in R using reticulate (see my query on Stackoverflow - https://stackoverflow.com/questions/65327363/error-with-capiq-python-package-using-reticulate)

If anyone has had success pulling data directly from Capital IQ into R, I'd appreciate it if you could post some sample code so I can have an idea of how to pull a couple different time series and put them into a dataframe. I'm trying to generate an automated report, hence why I'm looking to pull the data directly as opposed to downloading it manually online/with the excel plugin.

Once again, sorry if this question isn't applicable on here seeing that Capital IQ is subscription based (so there might not be too many people on here that have access to it).

TIA!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.