-
Right now I have this data pulled in spread sheet from thinkorswim with excel RTOD function which is free. But excel has its own limitations. What are the different websites (API_URLs) that can provide either free/paid data? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@aaguiar10 any update on URL link. Let me know if that is some thing you dont want to share. I will try to explore other options as i am kind of stuck right now, |
Beta Was this translation helpful? Give feedback.
-
@aaguiar10 that would be great even if it is 15minutes as it is free version. I have TOS and right now using "=RTD("tos.rtd", , "OPEN_INT", K4)" the RTD function to pull real time data. Do you have any example/give some pointers how to pull data from TOS. I found the below API from TOS. Right now TOS is merging with schwab and they have some limitations, so wanted to check if you have tried by any chance. |
Beta Was this translation helpful? Give feedback.
@rdyvptnm,
There are several services (Polygon, Intrinio, Thinkorswim, IBKR, etc.) that show real-time data from their APIs, but require a brokerage account with them and/or paid subscriptions (as well as time to learn their documentation).
I'm working on an update where users can pull option data from a public CBOE API that's currently available (example w/ SPX). It'll still be 15 minutes delayed but will speed up the data retrieval process without needing a custom API.