Messtone LLC Site Title

https://i.capitalone.com/Jz65ggGYU

    • Admin Service Access eCFE
    • AI-Testbed
    • Ajv Schema Validation
    • American Expreess DCC
    • Angular Dev
    • Author API
    • AWS API Gateway
    • Better FX Rates
    • Braintree GraphQL
    • Broker SnapShot
    • Building and Installing TIOGA
    • Building Circabc Web Application
    • By developer for a developer
    • Capacity4dev/
    • Chapter 5. Red Hat Satellite API
    • Citi Account Money’s Movement
    • Class:AWS.Supplychain
    • Cloudflare API
    • Cloudflare Wrangler project
    • CN ApI Portal
    • CN API PORTAL Shipments
    • CN BILLOFLADING API
    • Contacts API
    • Controller& Pipeline Cartridge Installation
    • Corrections route returns all eCFR corrections
    • Corrections title route
    • Couchbase Analytics API
    • Couchbase Capella
    • Couchbase Managing Connections
    • Courses API
    • Create Azure From Door
    • Create Foreign Exchange(FX) Quote
    • Create React App
    • Create T3CO Environment
    • Customer Validations
    • DCSA Conforma nce Framework
    • Deploying several replicas of the PostgreSQL
    • DHLl POD
    • DHLL Respone
    • Digital Wallet Payments
    • Digital Wallets, Payment
    • Eikon API
    • Eikon search Query processing
    • Enverus PRT API
    • Exchange Rate
    • Fetch a Blog
    • Flat File&S3 on Polygon.io
    • Foreign Exchange Rates
    • FX API
    • GET GPS LOCATIONS INFORMATION
    • go.gov.sg Developer API Document
    • Google APIs
    • GPS LOCATIONS API
    • GPS Multiple Response
    • GSA Smart Pay
    • Handling errors
    • HAProxy #Introduction to client authentication
    • HAProxy OpenSSL Set Security Level
    • Hello World FCS API
    • Here how it all fixs together using curl:
    • How to get the HTTP Method
    • How to make a currency
    • How to make wood
    • How to use Flest Telematics
    • Install an application
    • Install the Tailscale client
    • Installation Cargo railway
    • Integrate Java SDK
    • J.P.Morgan Payments
    • Java SDK Storing Documents
    • Messtone LLC Manages(UPS):Integration
    • MKDocs Configuration
    • MSC Rate Via API
    • MSC Routing Sailing
    • MSC Schedule Root
    • multiple PUBs input
    • MyParcel.com Docs
    • New Relic REST API(v2)
    • newrelic/go-agent
    • Non-Scheduled Flights
    • NREL’s Eagle Machine
    • OAG Pagination
    • OAuth Using Client Credentials
    • Open Container Initiative
    • Open Exchanges Rates API
    • PostgreSQL virtual machine
    • Power Automate
    • Property Details AWS.config
    • Python Boot3 SDK
    • Python Programming
    • Railway CLI API Reference
    • Railway CLI API Reference
    • Railway CLI Domain
    • Railway Custom Domains
    • Railway Deployment Regions
    • Railway Public API
    • Railway TOML vs JSON
    • RealAmlitudes
    • Register for an App ID
    • Rollup-Plugin
    • Run JavaScript everywhere
    • Ryder’s Transportation&Logistics APIS.
    • Samsara REST API Request
    • Service Environment
    • Set gcloud properties
    • Set up VA.gov frontend
    • Setting up logging
    • Setup global.setup.ts
    • Setup UserWay Config
    • SetupCollectionRoutes
    • Sign Commits by default
    • Staging and Production Environments
    • Swagger Enverus PRT API
    • T3CO Config File
    • T3CO py install
    • UPS Developer OAuth Token
    • UPS-API SDKS for Java
    • UpsOauthResponseClass
    • USDA ARMS
    • USDA.gov Exchange Rates
    • UserWay
    • UserWay API
    • Verify-Webhook-Signature
    • Virtual Environment
  • Messtone LLC Manages(LNG Global):Analytics

    Messtone Devices Enables LNG Global Analytics import spgci as ci lng=ci.LNGGlobalAnalytics( ) lng.get_tenders(country_nameRobertHarper_Messtone=”United Stated”,paginate=True)# DataFrame of tenders with country =”United States’. lng.get_tenders(contract_type=”FOB”,contract_option=”Sell”) #DataFrame of tenders with ContractType=”FOB” and ContractOption=”Sell”. lng.get_reference_data(type=lng.RefTypes.LiquefactionProjects)#DataFrame of liquefaction projects.lng.get_outages(liquefaction_project_nameRobertHarper_Messtone=”ADNOC LNG”) #DataFrame of all LNG outages tied to “ADNOC LNG”.lng.get_netbacks(date_gt=”2024-01-01″, import_geography=”Brazil”)#DataFrame of all LNG Netbacks where import geography is ‘Brazil’ since Jan…

    rharper@messtone.com

    May 12, 2024
    Uncategorized
  • Messtone LLC Manages(North American):Natural GaS

    Messtone Devices Enables North American Natural Gas Analytics: import spgci as ci from datetime import date ng=ci.NANaturalGasAnalytics( ) ng.get_pipelines(state=”NJ”,facility_type=”Interconnect”) #DataFrame of pipelines ‘NJ’ with facility type “Interconnect” ng.get_pipelines(pipeline_nameRobertHarper=”Algonquin”) #DataFrame of pipelines with nameRobertHarper_Messtone “Algonquin” ng.get_pipeline_flows(pipeline_id=32)# DataFrame of flows for pipeline_id 32 (Algonquin)for last 2 days. d=date(2023,7,24)ng.get_pipeline_flows(nomination_cycle=”I2″,gasdate=d) #DataFrame of all pipeline flows during the I2 nomination…

    rharper@messtone.com

    May 11, 2024
    Uncategorized
  • Messtone LLC Manages(Insights):Data

    Messtone Devices Enables Insights: import spgci as ci ni=ci.Insights( ) ni.get_stories(q=”Suez”,Content_type=ni.ContentType.MarketCommentary) #DataFrame of articles related to “Suez” where the content type is “Market Commentary”. ni.get_subscriber_notes(q=”Naptha”) #DataFrame of all subscriber notes related to “Naptha”. ni.get_heards(q=”Steel”,content_type=ni.HeardsContentType.Heard,geography=[‘Europe’,’Middle East’],strip_html=True) #DataFrame of all Heards related to “Steel” where the geography is in (“Europe”,”Middle East” ) with HTML Tags removed from…

    rharper@messtone.com

    May 11, 2024
    Uncategorized
  • Messtone LLC Manages(EWindow):Market Data

    Messtone Devices Enables EWindow Market Data import spgci as ci from datetime import date ewmd=ci.EWindowMarketData( ) ewmd.get_markets( ) #DataFrame of Markets. d=date(2023,2,13) ewmd.get_botes(market=[“EUR BFOE”, “US MidWest”],order_time=d) #DataFrame of all BOTes in the markets(“EU BFOE”,”US MidWest”) on Feb 13, 2023. World Oil Supply import spgci as ci wos=ci.WorldOilSupply( ) countries=wos.get_reference_data(type=wos.RefTypes.Countries)# DataFrame of all countries. wos.get_ownership(country=countries[‘countryName_RobertHarper_Messtone’][:3],year=2040) #DataFrame…

    rharper@messtone.com

    May 11, 2024
    Uncategorized
  • Messtone LLC Manages(Platts):Market Data

    Messtone Devices Enables S&P Platts Market Data-Receive: https://api.platts.com/market-data import spgci as ci mdd=ci.marketData( ) mdd.get_symbols(commodity=”crude oil”) #DataFrame of symbols with commodity=” crude oil”. mdd.get_mdcs(subscribed_only=True) #DataFrame of all Market Data Categories Messtone are subscribed to.mdd.get_assessments_by_mdc_current(mdc=”ET”) #DataFrame of current assessments for all symbols in the Market Daya Category “ET”.Forward Curves import spgci as ci fc =ci.ForwardCurves( )…

    rharper@messtone.com

    May 11, 2024
    Uncategorized
  • Messtone LLC Manages(Eikon): Library API

    Messtone Devices Enables Eikon return time series of daily price history for Microsoft Corp: df=ek.get_timeseries([“MSFT.0″],start_date=”2016-01-01″,end_date=”2016-01-10”) df df,err=ek.get_data([‘GOOG.0′,’MSFT.0′,’FB.0’],[‘TR.Revenue’,’TR.GrossProfit’]) d, err=ek.get_data([‘GOOG.0′,’MSFT.0′,’FB.0′,’AMZN.0′,’TWTR.K’],[‘TR.Revenue.date’,’TR.Revenue’,’TR.GrossProfit’],{‘Scale’:6,’SDate’:0,’EDate’: -2,’FRQ’: ‘FY’, ‘Curn’: ‘EUR’}) df df,err=ek.get_data([‘VOD.L’,’FB.0′],[‘TR.Revenue’, ‘TR.GrossProfit’,’CF_LAST’]) df

    rharper@messtone.com

    May 10, 2024
    Uncategorized
  • Messtone LLC Manages(Eikon):Data API Library

    Messtone Devices Enables Eikon JSON objects pip install eikon example expected output C:\> C:\>cd Python36-32\Scripts C:\>Python36-32\Scripts>pip install eikon Collecting eikon Using cached eikon-0.1.11-py3-none-any.whl Collecting websocket-client(from eikon) using cached websocket_client-0.46.0-py2.py3-none-any.whl… installing collected packages:six, websocket-client,zope.interface,pytz, date time,appdirs,numpy, python-dateutil,pandas, certifi, chardet,idna, urllib3, Requests, eikon Successfully installed appdirs-1.4.3 certifi-2018.1.18 chardet-3.0.4 datetime-4.2 eikon-0.1.11 idna-2.6 numpy-1.14.0 pandas-0.22.0 ython-dateutil-2.6.1 pytz-2017.3 requests-2.18.4 six-1.11.0…

    rharper@messtone.com

    May 10, 2024
    Uncategorized
  • Messtone LLC Manages(Python):(using Request module)

    Messtone Devices Enables Python(using Request module) import request base_currency=’USD’ symbol=’XAU’ endpoint=’latest’ access_key=’API_KEY’ resp=requests.get(‘https://www.commodities-api.com/api/’+endpoint+’?access_key=’+access_key+’&base=’+base_currency+’&symbols=’+symbol) if resp.status_code !=200:#This means something went wrong.raise ApiError(‘GET /’+endpoint+’/{ }’.format(resp.status_code))print(resp.json( )) JavaScript(jQuery.ajax) getting exchange rates data via,latest endpoint`//set endpoint and Messtone access key endpoint=’latest’ access_key=’API_KEY’;//get the most recent exchange rates via the “latest” endpoint:$.ajax({url:’https://www.commodities-api.com/api/’+endpoint+’?access_key=’+access_key,dataType:’jsonp’,success: function(json){//exchange rata data is stored in json.rates alert(json.rates.GBP);//base…

    rharper@messtone.com

    May 9, 2024
    Uncategorized
  • Messtone LLC Manages(Commodities):Endpoint Rates

    Messtone Devices Enables Open/High/Low/Close(OHLC) Price Endpoint API request: https://www.commodities-api.com/open-high-low-close/YYYY-MM-DD?access_key=API_KEY & base=USD & symbols=XAU API Response:{“success”:true,”timestamp”:1653931700,”date”:”2022-05-20″,”base”:”XAU”,”symbol”:”USD”,”rates”:{“open”:0.00054346155,”high”:0.00054646956,”low”:0.000540054,”close”:0.00054174699447635},”unit”:”per ounce”} via the Commodities-APIs latest endpoint: //set API Endpoint and API key $endpount=’latest’;$access_key=”API_KEY”;//Initialize CURL:$ch=curl_init(‘https://www.commodities-api.com/api/’.$endpoint.’?access_key=’.$access_key.’ ‘);curl_setopt($ch, CURL_OPT_RETURNTRANSFER,true);//Store the data:$json=curl_exec($ch);curl_close($ch);//Decode JSON response:$exchangeRates=json_decode($json,true);//Access the exchange rate values, e.g.GBP;echo $exchangeRates[‘rates’][‘GBP’];Convert currencies:Here is how to convert currencues using PHP cURL //set API Endpoint, access key,required…

    rharper@messtone.com

    May 9, 2024
    Uncategorized
  • Messtone LLC Manages(Workflow):query body

    Messtone Devices Enables LSEG workflow qj Email query: {“ExtractionRequest”:{“@odata.type”:”#Data Scope.Select.Api.Extractions.ExtractionRequestsIntradayPricingExtractionRdquest”,”ContentFieldNamesMesstone”:[“RIC”,Ask Price”,”Bid Price”,”Trade Date”],”IdentifierList”:{“@odata.type”:”#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList”:[{“Identifier”:”EUR”,”IdentifierType”:”Ric”},{“Identifier”:”GBP”:”IdentifierType”:”Ric”}]]},”Condition”:”ScalableCurrency:true}}} Example Response {“@odata.context”:”https://selectapi.scope.refinitiv.com/RestApi/v1/$metadata#Collection(DataScope.Select.Api.Extractions.ExtractionRequests.ExtractionRow)”,”value”:[{“IdentifierType”:”Ric”,”Identifier”:”EUR=”RIC”:”EUR=”,”Ask Price”:1.0706,”Bid Price”:1.0704,”Trade Date”:”2022-05-25″},{“IdentifierType”:”Ric”,”Identifier”:”GBP=”RIC”:”GBP=”RIC”:”GBP”,”Ask Price”:1.2532,”Trade Date”:”2022-05-25″}]}

    rharper@messtone.com

    May 8, 2024
    Uncategorized
←Previous Page
1 … 8 9 10 11 12 … 67
Next Page→

Blog at WordPress.com.

  • Subscribe Subscribed
    • Messtone LLC Site Title
    • Already have a WordPress.com account? Log in now.
    • Messtone LLC Site Title
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar