212 Api - market open check

Hello,

i am using 212 Api for trades inside share isa. I cant fetch price for ticker if doesnt have it in my portfolio, also dont know if it possible to fetch if lets assume for CNX1_EQ market is open or not? Iam using yahoo finance api and other ways to mitigate these problems. Is it possible to fetch if market open for ticker and price if not bought yet ?

Thanks.

No. The T212 API will only let you get prices for what is in your portfolio. To do what you want, you’ll need to use the app or the web site

… and the free APIs out there are so restrictive as to be useless. So don’t waste your time going down that route unless you are prepared to pay.

I am using yahoo as fallback to fetch price if no open positions. I just tought such basic things gonna be included in 212 api