Hi Everyone,
I'm struggling to pull out the data from RDP API using postman. I have succeeded in using the view "VesselPhysicalAssets" for the vessels' position list; however, I'm trying different views to get the bunker prices and other economical indicators, and none of them works so far. Could you help me with that?
The idea is to use Postman to get the ask, mid, trade, and close of bunker prices. I used that one below, but it didn't work. Do you know which view and selection terms would work for that?
Command: POST https://{ {RDP_HOST}}/search/beta1/
{
"View": "Instruments",
"Filter": "RIC in ('BKVLSFO-SNT-CLY' 'BKMGO-SNT-CLY' 'BKVLSFO-SAL-CLY' 'BKMGO-SAL-CLY' 'BKVLSFO-RIG-CLY', 'BKMGO-RIG-CLY','BKVLSFO-RIO-CLY', 'BKMGO-RIO-CLY', 'BKLSM-HOU-CLY', 'BKVLSFO-HOU-CLY', 'BKVLSFO-SGP-CLY', 'BKLSM-SGP-CLY', 'BKVLSFO-RDM-CLY', 'BKLSM-RDM-CLY')",
"Select": "BidPrice, MidPrice, AskPrice, Price"
The other doubt that I have is to get some indicator/index values as below, using the https://{ {RDP_HOST}}/search/beta1/ or if there is a different API that suits better, please, feel free to indicate:
DSL-CBRASL-ANP
LCOc1
.BADI
.BAIT
FDI-IDX-SSE
FREIGHTOS-GBL-FBX
BRL=
BRIO=ECI
aCNPPIFMMD
aBROBS085Q/A
USCPSA=ECI
CNPMIC=ECI
BRAOPM=ECI
I'm not supposed to use Python for this report, so If you know how can I use Postman instead, I appreciated it.